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

Fix kubelet upgrade on Container Linux #556

Merged
merged 2 commits into from
Jul 4, 2019

Commits on Jul 4, 2019

  1. Properly stop and restart kubelet

    On Container Linux, kubelet locks itself, this patch stops kubelet
    before downloading the new binaries and then starts it back up once
    everything is ready.
    
    Signed-off-by: Daniël Franke <daniel@ams-sec.org>
    ainmosni committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    ea5dfbc View commit details
    Browse the repository at this point in the history
  2. Download the binaries before stopping kubelet.

    Signed-off-by: Daniël Franke <daniel@ams-sec.org>
    ainmosni committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    44f8041 View commit details
    Browse the repository at this point in the history