mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-19 19:28:57 +03:00
KubeletConfiguration: remove ineffective podCIDR option
> The CIDR to use for pod IP addresses, only used in standalone mode. > In cluster mode, this is obtained from the master. > [...] It should only set for standalone Kubelets, [...] https://github.com/kubernetes/kubernetes/blob/v1.15.3/staging/src/k8s.io/kubelet/config/v1beta1/types.go#L458
This commit is contained in:
@@ -202,7 +202,6 @@ authorization:
|
||||
clusterDomain: "cluster.local"
|
||||
clusterDNS:
|
||||
- "10.32.0.10"
|
||||
podCIDR: "${POD_CIDR}"
|
||||
resolvConf: "/run/systemd/resolve/resolv.conf"
|
||||
runtimeRequestTimeout: "15m"
|
||||
tlsCertFile: "/var/lib/kubelet/${HOSTNAME}.pem"
|
||||
|
||||
Reference in New Issue
Block a user