Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#4301 from Skarlso/fix-quick-start
Browse files Browse the repository at this point in the history
fix: the quickstart guide needs update for external cloud provider
  • Loading branch information
k8s-ci-robot authored Jun 1, 2023
2 parents 4949c41 + f819d64 commit bf08732
Show file tree
Hide file tree
Showing 27 changed files with 23,098 additions and 212 deletions.
10 changes: 5 additions & 5 deletions templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ spec:
nodeRegistration:
name: '{{ ds.meta_data.local_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: '{{ ds.meta_data.local_hostname }}'
kubeletExtraArgs:
cloud-provider: aws
cloud-provider: external
version: "${KUBERNETES_VERSION}"
---
kind: AWSMachineTemplate
Expand Down Expand Up @@ -111,4 +111,4 @@ spec:
nodeRegistration:
name: '{{ ds.meta_data.local_hostname }}'
kubeletExtraArgs:
cloud-provider: aws
cloud-provider: external
Loading

0 comments on commit bf08732

Please sign in to comment.