diff --git a/ansible/k8s_post_install.yml b/ansible/k8s_post_install.yml index 2fde74e..118763d 100644 --- a/ansible/k8s_post_install.yml +++ b/ansible/k8s_post_install.yml @@ -6,7 +6,7 @@ - name: 1. Исправление сетевых путей (Все плагины сразу) shell: | mkdir -p /usr/lib/cni - ln -sf /opt/cni/bin/* /usr/lib/cni/ + ln -s /opt/cni/bin/cilium-cni /usr/lib/cni/cilium-cni changed_when: true - name: 2. Перезапуск Kubelet