We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f07ce2 + 9b4541d commit 5928ebeCopy full SHA for 5928ebe
templates/master_install_script.sh
@@ -17,7 +17,7 @@ if [ "{{ private_network_enabled }}" = "true" ]; then
17
NETWORK_INTERFACE=$(
18
ip -o link show |
19
awk -F': ' '/mtu (1450|1280)/ {print $2}' |
20
- grep -Ev 'cilium|br|flannel|docker|veth' |
+ grep -Ev 'cilium|lxc|br|flannel|docker|veth' |
21
head -n1
22
)
23
templates/worker_install_script.sh
0 commit comments