Update kubeadm-config.yaml
This commit is contained in:
@@ -12,7 +12,7 @@ kubernetesVersion: {k8sVersion}
|
|||||||
controlPlaneEndpoint: {apiServer}:6443
|
controlPlaneEndpoint: {apiServer}:6443
|
||||||
imageRepository: {imageRegistry}/k8s.gcr.io
|
imageRepository: {imageRegistry}/k8s.gcr.io
|
||||||
networking:
|
networking:
|
||||||
serviceSubnet: 10.96.0.0/16
|
serviceSubnet: {serviceSubnet}
|
||||||
podSubnet: {podSubnet}
|
podSubnet: {podSubnet}
|
||||||
---
|
---
|
||||||
apiVersion: kubelet.config.k8s.io/v1beta1
|
apiVersion: kubelet.config.k8s.io/v1beta1
|
||||||
|
|||||||
Reference in New Issue
Block a user