Fix CNI: configure flannel to use private network interface (enp7s0) instead of public
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
command: >-
|
||||
/tmp/install-k3s.sh agent
|
||||
--node-ip {{ k3s_node_ip }}
|
||||
--flannel-iface=enp7s0
|
||||
{% if k3s_kubelet_cloud_provider_external | bool %}--kubelet-arg=cloud-provider=external{% endif %}
|
||||
args:
|
||||
creates: /usr/local/bin/k3s-agent
|
||||
|
||||
Reference in New Issue
Block a user