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
Today the RHCOS bootimages come "prepivoted"; they have a custom
origin set to the `machine-os-content` that matches. The idea
here is to avoid an extra reboot.
In practice we're always going to be updating and rebooting today,
because we don't have a mechanism to update bootimages:
openshift/os#381
I plan to change the RHCOS build system to stop "prepivoting"; the
oscontainer will be pushed *after* the bootimages. This breaks
a complicated dependency and ensures that the RHCOS "source of truth"
is the cosa storage.
Also, this allows one to use the MCD when e.g. booting Fedora CoreOS.
Closes: openshift#981
0 commit comments