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#L458pull/564/head
parent
5c462220b7
commit
c75fd59303
|
@ -202,7 +202,6 @@ authorization:
|
||||||
clusterDomain: "cluster.local"
|
clusterDomain: "cluster.local"
|
||||||
clusterDNS:
|
clusterDNS:
|
||||||
- "10.32.0.10"
|
- "10.32.0.10"
|
||||||
podCIDR: "${POD_CIDR}"
|
|
||||||
resolvConf: "/run/systemd/resolve/resolv.conf"
|
resolvConf: "/run/systemd/resolve/resolv.conf"
|
||||||
runtimeRequestTimeout: "15m"
|
runtimeRequestTimeout: "15m"
|
||||||
tlsCertFile: "/var/lib/kubelet/${HOSTNAME}.pem"
|
tlsCertFile: "/var/lib/kubelet/${HOSTNAME}.pem"
|
||||||
|
|
Loading…
Reference in New Issue