Skip to content

Commit

Permalink
Add Networking
Browse files Browse the repository at this point in the history
  • Loading branch information
voatsap committed Feb 17, 2021
1 parent 3e4b5d9 commit ab702a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions files/k3s.tpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ software_install() {
fi
%{ endif }
START_ARGS="server --cluster-domain ${cluster_domain} --secrets-encryption --node-name $(curl http://169.254.169.254/latest/meta-data/local-hostname) \
--flannel-backend=none \
--disable-cloud-controller \
--kubelet-arg="cloud-provider=external" \
--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)" \
Expand All @@ -34,7 +33,6 @@ software_install() {

%{ if instance_role == "worker" }
START_ARGS="agent --node-name $(curl http://169.254.169.254/latest/meta-data/local-hostname) \
--flannel-backend=none \
--disable-cloud-controller \
--kubelet-arg="cloud-provider=external" \
--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)" \
Expand Down

0 comments on commit ab702a9

Please sign in to comment.