Skip to content

Commit 8f8bc38

Browse files
Update ci-group-service_kube_node_x86_64.yaml.j2
Signed-off-by: Katakam Rakesh Naga Sai <[email protected]>
1 parent 5c2cfdb commit 8f8bc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discovery/roles/configure_ochami/templates/cloud_init/ci-group-service_kube_node_x86_64.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@
178178
- sudo modprobe vxlan || true
179179
- sysctl --system
180180
- mkdir -p /tmp/crio-storage {{ k8s_client_mount_path }} /var/lib/kubelet /etc/kubernetes
181-
- mount -a
182181
- |
183182
tmpfile=$(mktemp)
184183

@@ -200,6 +199,7 @@
200199
if command -v chattr >/dev/null 2>&1; then
201200
chattr +i /etc/resolv.conf || true
202201
fi
202+
- mount -a
203203
- systemctl start crio.service
204204
- systemctl enable crio.service
205205
- sudo systemctl enable --now kubelet

0 commit comments

Comments
 (0)