Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change bootstrap host to replace itself with machine-os-content too
Currently every machine instance we launch uses the same "bootimage", including the bootstrap host. However, everything except bootstrap (i.e. control plane and workers) replace their OS content with the machine-os-content from the release payload before joining the cluster. For more information, see: https://github.com/openshift/machine-config-operator/blob/master/docs/OSUpgrades.md This changes the bootstrap host to do the same, which will help avoid issues from "bootimage drift". Closes: #2542
- Loading branch information