This commit is contained in:
2026-02-23 13:20:46 +01:00
parent bfa82de297
commit 3f73c15742

View File

@@ -167,7 +167,7 @@
- name: Install Flannel CNI - name: Install Flannel CNI
command: kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml command: kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml
when: inventory_hostname == 'ubuntu24-vm01.home.lan' when: inventory_hostname == 'ubuntu24-vm01.home.lan'
ignore_errors: true
- name: Get join command - name: Get join command
command: kubeadm token create --print-join-command command: kubeadm token create --print-join-command
register: join_command register: join_command