You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
podman machine generates a SSH key, and injects it in a generic VM image using ignition.
crc does not use ignition/cloud-init/..., but relies on a hardcoded 'default' key (part of the bundle), and early during the first boot, it replaces it with a newly generated key.
In order to support crc use case we need to either:
figure out how to update the SSH key used by podman-machine
change snc/crc to use an approach similar to podman's
podman machine generates a SSH key, and injects it in a generic VM image using ignition.
crc does not use ignition/cloud-init/..., but relies on a hardcoded 'default' key (part of the bundle), and early during the first boot, it replaces it with a newly generated key.
In order to support crc use case we need to either:
It's probably easier to go with 1) for now, and to look into 2) as part of the self-sufficient bundle work.
The text was updated successfully, but these errors were encountered: