You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/e2e/data/infrastructure-aws/withoutclusterclass/kustomize_sources/ignition/patches/control-plane-ignition.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ spec:
29
29
# kubeadm must run after coreos-metadata populated /run/metadata directory.
30
30
Requires=coreos-metadata.service
31
31
After=coreos-metadata.service
32
+
# kubeadm must run after containerd - see https://github.com/kubernetes-sigs/image-builder/issues/939.
33
+
After=containerd.service
32
34
[Service]
33
35
# To make metadata environment variables available for pre-kubeadm commands.
Copy file name to clipboardExpand all lines: test/e2e/data/infrastructure-aws/withoutclusterclass/kustomize_sources/ignition/patches/worker-ignition.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ spec:
25
25
# kubeadm must run after coreos-metadata populated /run/metadata directory.
26
26
Requires=coreos-metadata.service
27
27
After=coreos-metadata.service
28
+
# kubeadm must run after containerd - see https://github.com/kubernetes-sigs/image-builder/issues/939.
29
+
After=containerd.service
28
30
[Service]
29
31
# To make metadata environment variables available for pre-kubeadm commands.
0 commit comments