Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
Add cloud-provider=aws to /etc/default/kubelet
Browse files Browse the repository at this point in the history
This does not get automatically passed down from kubeadm, see
kubernetes/kubeadm#1021.
  • Loading branch information
rjosephwright committed Oct 11, 2018
1 parent 94503b7 commit 003aeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/cloudformation/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Resources:
owner: root:root
permissions: '0644'
content: |
KUBELET_EXTRA_ARGS=--node-labels=kubernetes.io/role=node,node-role.kubernetes.io/node=,${NodeLabels}
KUBELET_EXTRA_ARGS=--cloud-provider=aws --node-labels=kubernetes.io/role=node,node-role.kubernetes.io/node=,${NodeLabels}
runcmd:
- systemctl daemon-reload
Expand Down

0 comments on commit 003aeea

Please sign in to comment.