Обновить ansible/k8s_post_install.yml

This commit is contained in:
2025-12-28 18:52:30 +00:00
parent dce43afd50
commit 535238ace5

View File

@@ -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