Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
packet: add --cloud-provider flag to kubelet
Browse files Browse the repository at this point in the history
This is needed for packet-ccm bootstrapping.

Signed-off-by: knrt10 <[email protected]>
  • Loading branch information
knrt10 committed Nov 5, 2020
1 parent 613a288 commit 9aac605
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ systemd:
--client-ca-file=/etc/kubernetes/ca.crt \
--cluster_dns=${k8s_dns_service_ip} \
--cluster_domain=${cluster_domain_suffix} \
--cloud-provider=external \
--cni-conf-dir=/etc/cni/net.d \
--config=/etc/kubernetes/kubelet.config \
--exit-on-lock-contention \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ systemd:
--client-ca-file=/etc/kubernetes/ca.crt \
--cluster_dns=${k8s_dns_service_ip} \
--cluster_domain=${cluster_domain_suffix} \
--cloud-provider=external \
--cni-conf-dir=/etc/cni/net.d \
--config=/etc/kubernetes/kubelet.config \
--exit-on-lock-contention \
Expand Down
Loading

0 comments on commit 9aac605

Please sign in to comment.