Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP bootstrap: change bootstrap host to replace itself with machine-os-content too #2559

Closed
wants to merge 1 commit into from

Commits on Oct 24, 2019

  1. 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: openshift#2542
    vrutkovs committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    a661f2e View commit details
    Browse the repository at this point in the history