Skip to content

Commit

Permalink
Merge pull request #2876 from gthao313/k8s-1.26
Browse files Browse the repository at this point in the history
kubernetes-1.26: fix cloud provider condition
  • Loading branch information
gthao313 authored Mar 10, 2023
2 parents 24e7574 + 6dc130d commit faa43f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kubernetes-1.26/kubelet-exec-start-conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ExecStart=
ExecStart=/usr/bin/kubelet \
{{#unless settings.kubernetes.standalone-mode}}
{{#if (eq settings.kubernetes.cloud-provider "")}}
{{#if (eq settings.kubernetes.cloud-provider "\"\"")}}
--cloud-provider "" \
{{else}}
--cloud-provider "external" \
Expand Down

0 comments on commit faa43f1

Please sign in to comment.