From 535238ace5cfa1525015513c468644fdfe4b1cd7 Mon Sep 17 00:00:00 2001 From: ogrechko Date: Sun, 28 Dec 2025 18:52:30 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20ansible/k8s=5Fpost=5Finstall.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/k8s_post_install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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