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

Wait for containerd installation in GCE scripts [1.5 backport] #6552

Merged
merged 1 commit into from Feb 15, 2022

Commits on Feb 14, 2022

  1. Wait for containerd installation in GCE scripts

    Prior to running the `kube-node-installation.service`, the containerd
    installation should be complete as the k8s installation may have
    dependencies on containerd and related binaries (e.g ctr). Add
    wants/after systemd directives to ensure
    `kube-node-installation.service` will only start after containerd
    installation completes.
    
    Signed-off-by: David Porter <porterdavid@google.com>
    bobbypage committed Feb 14, 2022
    Copy the full SHA
    2708d4a View commit details
    Browse the repository at this point in the history