Skip to content

Commit 6833ee9

Browse files
authored
Merge pull request #31305 from gjkim42/add-requirement-for-expandeddnsconfig
Add requirement for the ExpandedDNSConfig feature
2 parents b42674e + 62d76a2 commit 6833ee9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,8 @@ Each feature gate is designed for enabling/disabling a specific feature:
784784
[readiness probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes).
785785
- `ExpandCSIVolumes`: Enable the expanding of CSI volumes.
786786
- `ExpandedDNSConfig`: Enable kubelet and kube-apiserver to allow more DNS
787-
search paths and longer list of DNS search paths. See
787+
search paths and longer list of DNS search paths. This feature requires container
788+
runtime support(Containerd: v1.5.6 or higher, CRI-O: v1.22 or higher). See
788789
[Expanded DNS Configuration](/docs/concepts/services-networking/dns-pod-service/#expanded-dns-configuration).
789790
- `ExpandInUsePersistentVolumes`: Enable expanding in-use PVCs. See
790791
[Resizing an in-use PersistentVolumeClaim](/docs/concepts/storage/persistent-volumes/#resizing-an-in-use-persistentvolumeclaim).

0 commit comments

Comments
 (0)