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
pull/564/head
Fabian Peter Hammerle 2020-04-10 00:18:01 +02:00
parent 5c462220b7
commit c75fd59303
No known key found for this signature in database
GPG Key ID: 456B9A0399A5DA2F
1 changed files with 0 additions and 1 deletions

View File

@ -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"