File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
keps/sig-network/2595-expanded-dns-config Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,8 @@ Confirmed that expanded DNS configuration is supported by
76
76
77
77
- Make ` kube-apiserver ` allow expanded DNS configuration when validating Pod's
78
78
or PodTemplate's ` DNSConfig `
79
- - Make ` kubelet ` allow expanded DNS configuration when validating ` resolvConf `
79
+ - Make ` kubelet ` allow expanded DNS configuration when validating
80
+ [ ` resolvConf ` ] ( https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-KubeletConfiguration )
80
81
- Make ` kubelet ` allow expanded DNS configuration when validating actual DNS
81
82
resolver configuration composed of ` cluster domain suffixes ` (e.g.
82
83
default.svc.cluster.local, svc.cluster.local, cluster.local), kubelet's
145
146
146
147
### Version Skew Strategy
147
148
149
+ In clusters with older kubelets, old kubelets with ` resolvConf ` configured to
150
+ exceed bounds throw warnings but do not fail. Eventually, old kubelets truncate
151
+ the overage and apply the actual DNS resolver configuration.
152
+
148
153
In clusters with a replicated control plane, all kube-apiservers should enable
149
154
or disable the expanded DNS configuration feature.
150
155
You can’t perform that action at this time.
0 commit comments