Обновить ansible/k8s_post_install.yml
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
hosts: k8s_nodes
|
hosts: k8s_nodes
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: Create CNI symlink
|
- name: 1. Исправление сетевых путей (Все плагины)
|
||||||
shell: |
|
shell: |
|
||||||
mkdir -p /usr/lib/cni
|
mkdir -p /usr/lib/cni
|
||||||
ln -sf /opt/cni/bin/cilium-cni /usr/lib/cni/cilium-cni
|
ln -sf /opt/cni/bin/* /usr/lib/cni/
|
||||||
changed_when: true
|
changed_when: true
|
||||||
|
|
||||||
- name: Restart Kubelet
|
- name: Restart Kubelet
|
||||||
|
|||||||
Reference in New Issue
Block a user