Open
Description
crc daemon on linux platforms is installed based on systemd user instance, as so there is a requirement to support it in order to crc setup
to handle the crc daemon
installation.
If the daemon can not be installed any command backed only by the daemon will not work:
As an example RHEL 7.9
does not support it, and current implementation for crc status
requires it...as so on a normal flow we can:
crc setup
crc start
crc status
Expected
Get the state of the cluster
Actual
Get an error complaining about crc setup
not run properly