mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-11 11:27:39 -02:30
Explicitly create cni bin dir
If this path doesnt exist, it will cause kubelet to fail to start when using rkt
This commit is contained in:
@@ -7,6 +7,12 @@
|
|||||||
- include: pre_upgrade.yml
|
- include: pre_upgrade.yml
|
||||||
tags: kubelet
|
tags: kubelet
|
||||||
|
|
||||||
|
- name: Ensure /var/lib/cni exists
|
||||||
|
file:
|
||||||
|
path: /var/lib/cni
|
||||||
|
state: directory
|
||||||
|
mode: 0755
|
||||||
|
|
||||||
- include: install.yml
|
- include: install.yml
|
||||||
tags: kubelet
|
tags: kubelet
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user