Skip to content

Commit

Permalink
Merge pull request #6553 from bobbypage/backport-6544-1-4
Browse files Browse the repository at this point in the history
[release/1.4] backport: Wait for containerd installation in GCE scripts
  • Loading branch information
dmcgowan committed Feb 16, 2022
2 parents b5811c7 + 6d93874 commit 7aa560b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion contrib/gce/cloud-init/master.yaml
Expand Up @@ -75,7 +75,8 @@ write_files:
content: |
[Unit]
Description=Download and install k8s binaries and configurations
After=network-online.target
After=network-online.target containerd.target
Wants=network-online.target containerd.target
[Service]
Type=oneshot
Expand Down
3 changes: 2 additions & 1 deletion contrib/gce/cloud-init/node.yaml
Expand Up @@ -69,7 +69,8 @@ write_files:
content: |
[Unit]
Description=Download and install k8s binaries and configurations
After=network-online.target
After=network-online.target containerd.target
Wants=network-online.target containerd.target
[Service]
Type=oneshot
Expand Down

0 comments on commit 7aa560b

Please sign in to comment.