diff --git a/ansible/k8s_post_install.yml b/ansible/k8s_post_install.yml index d102760..11f73ae 100644 --- a/ansible/k8s_post_install.yml +++ b/ansible/k8s_post_install.yml @@ -3,10 +3,10 @@ hosts: k8s_nodes become: true tasks: - - name: Create CNI symlink + - name: 1. Исправление сетевых путей (Все плагины) shell: | 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 - name: Restart Kubelet