Merge "Fix kubelet config to use VXLAN iface"

This commit is contained in:
Zuul
2025-09-25 22:19:49 +00:00
committed by Gerrit Code Review

View File

@@ -48,7 +48,7 @@
template:
src: files/etc_default_kubelet.j2
dest: /etc/default/kubelet
when: inventory_hostname in (groups['k8s_nodes'] | default([]))
when: inventory_hostname in (groups['k8s_cluster'] | default([]))
- name: Join workload nodes to cluster
command: "{{ (groups['k8s_control_plane'] | map('extract', hostvars, ['join_command', 'stdout_lines', 0]))[0] }}"