This commit is contained in:
2026-02-21 01:56:57 +01:00
parent 8ac3f14335
commit 0d4a117345

View File

@@ -108,7 +108,6 @@
when: inventory_hostname == 'rocky9-vm01.home.lan'
- name: Setup kubeconfig for user
become_user: rocky
shell: |
mkdir -p $HOME/.kube
cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
@@ -116,7 +115,6 @@
when: inventory_hostname == 'rocky9-vm01.home.lan'
- name: Install Flannel CNI
become_user: rocky
command: kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml
when: inventory_hostname == 'rocky9-vm01.home.lan'