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

[release/1.4] backport: Wait for containerd installation in GCE scripts #6553

Merged
merged 1 commit into from Feb 16, 2022

Commits on Feb 15, 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 15, 2022
    Copy the full SHA
    6d93874 View commit details
    Browse the repository at this point in the history