From ab08324d411e9e5514eba866cde821e455d66295 Mon Sep 17 00:00:00 2001 From: ogrechko Date: Sun, 28 Dec 2025 20:42:56 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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