Skip to content

Commit e323e3c

Browse files
committed
option k3s service lb fix
1 parent 0f321c1 commit e323e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/k3s.tpl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ software_install() {
2525
%{ endif }
2626
START_ARGS="server --cluster-domain ${cluster_domain} --secrets-encryption --node-name $(curl http://169.254.169.254/latest/meta-data/local-hostname) \
2727
--disable-cloud-controller \
28+
--disable servicelb \
2829
--kubelet-arg="cloud-provider=external" \
2930
--kubelet-arg="provider-id=aws:///$(curl -s http://169.254.169.254/latest/meta-data/placement/availability-zone)/$(curl -s http://169.254.169.254/latest/meta-data/instance-id)" \
3031
"

0 commit comments

Comments
 (0)