You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, for Pod's DNS Config, Kubernetes allows at most 6 search domains and
321
321
a list of search domains of up to 256 characters.
@@ -324,6 +324,11 @@ If the feature gate `ExpandedDNSConfig` is enabled for the kube-apiserver and
324
324
the kubelet, it is allowed for Kubernetes to have at most 32 search domains and
325
325
a list of search domains of up to 2048 characters.
326
326
327
+
{{< note >}}
328
+
[Expanded DNS Configuration](https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/2595-expanded-dns-config#notesconstraintscaveats-optional)
329
+
requires container runtime support.
330
+
{{< /note >}}
331
+
327
332
## DNS resolution on Windows nodes {#dns-windows}
328
333
329
334
- ClusterFirstWithHostNet is not supported for Pods that run on Windows nodes.
0 commit comments