Merge "Fix kubelet config to use VXLAN iface"
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
template:
|
template:
|
||||||
src: files/etc_default_kubelet.j2
|
src: files/etc_default_kubelet.j2
|
||||||
dest: /etc/default/kubelet
|
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
|
- name: Join workload nodes to cluster
|
||||||
command: "{{ (groups['k8s_control_plane'] | map('extract', hostvars, ['join_command', 'stdout_lines', 0]))[0] }}"
|
command: "{{ (groups['k8s_control_plane'] | map('extract', hostvars, ['join_command', 'stdout_lines', 0]))[0] }}"
|
||||||
|
Reference in New Issue
Block a user