Skip to content

Commit

Permalink
drop external cloud provider for now
Browse files Browse the repository at this point in the history
Signed-off-by: Davanum Srinivas <[email protected]>
  • Loading branch information
dims committed Aug 19, 2023
1 parent b3421e6 commit 8a3c8f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions kubetest2-ec2/config/kubeadm-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,13 @@ bootstrapTokens:
token: {{BOOTSTRAP_TOKEN}}
nodeRegistration:
criSocket: unix:///run/containerd/containerd.sock
kubeletExtraArgs:
cloud-provider: external
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
kubernetesVersion: {{KUBERNETES_VERSION}}
apiServer:
cloud-provider: external
certSANs:
- {{EXTRA_SANS}}
controllerManager:
extraArgs:
cloud-provider: external
networking:
podSubnet: {{POD_CIDR}}
4 changes: 1 addition & 3 deletions kubetest2-ec2/config/kubeadm-join.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ discovery:
token: {{BOOTSTRAP_TOKEN}}
unsafeSkipCAVerification: true
nodeRegistration:
criSocket: unix:///run/containerd/containerd.sock
kubeletExtraArgs:
cloud-provider: external
criSocket: unix:///run/containerd/containerd.sock

0 comments on commit 8a3c8f7

Please sign in to comment.