Skip to content

Commit

Permalink
flatcar: Set cloud-provider kubelet flag to "external"
Browse files Browse the repository at this point in the history
In-tree cloud provider support was removed in k8s v1.27.

See the following:

- kubernetes/kubernetes#118899
- kubernetes/kubernetes#115838
- #4301

Signed-off-by: Johanan Liebermann <jliebermann@microsoft.com>
  • Loading branch information
johananl committed Sep 26, 2023
1 parent 76e369a commit 9542d04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/cluster-template-flatcar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@ spec:
nodeRegistration:
name: $${COREOS_EC2_HOSTNAME}
kubeletExtraArgs:
cloud-provider: aws
cloud-provider: external
clusterConfiguration:
apiServer:
extraArgs:
cloud-provider: aws
cloud-provider: external
controllerManager:
extraArgs:
cloud-provider: aws
cloud-provider: external
joinConfiguration:
nodeRegistration:
name: $${COREOS_EC2_HOSTNAME}
kubeletExtraArgs:
cloud-provider: aws
cloud-provider: external
format: ignition
ignition:
containerLinuxConfig:
Expand Down Expand Up @@ -138,7 +138,7 @@ spec:
joinConfiguration:
nodeRegistration:
kubeletExtraArgs:
cloud-provider: aws
cloud-provider: external
name: $${COREOS_EC2_HOSTNAME}
format: ignition
ignition:
Expand Down

0 comments on commit 9542d04

Please sign in to comment.