File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,13 @@ bootstrapTokens:
66 token : {{BOOTSTRAP_TOKEN}}
77nodeRegistration :
88 criSocket : unix:///run/containerd/containerd.sock
9- kubeletExtraArgs :
10- cloud-provider : external
119---
1210apiVersion : kubeadm.k8s.io/v1beta3
1311kind : ClusterConfiguration
1412kubernetesVersion : {{KUBERNETES_VERSION}}
1513apiServer :
16- cloud-provider : external
1714 certSANs :
1815 - {{EXTRA_SANS}}
1916controllerManager :
20- extraArgs :
21- cloud-provider : external
2217networking :
2318 podSubnet : {{POD_CIDR}}
Original file line number Diff line number Diff line change @@ -6,6 +6,4 @@ discovery:
66 token : {{BOOTSTRAP_TOKEN}}
77 unsafeSkipCAVerification : true
88nodeRegistration :
9- criSocket : unix:///run/containerd/containerd.sock
10- kubeletExtraArgs :
11- cloud-provider : external
9+ criSocket : unix:///run/containerd/containerd.sock
You can’t perform that action at this time.
0 commit comments