We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 280b7d9 + d7b4f8c commit 4635fc7Copy full SHA for 4635fc7
content/en/docs/reference/command-line-tools-reference/feature-gates/RelaxedDNSSearchValidation.md
@@ -0,0 +1,16 @@
1
+---
2
+title: RelaxedDNSSearchValidation
3
+content_type: feature_gate
4
+_build:
5
+ list: never
6
+ render: false
7
+
8
+stages:
9
+ - stage: alpha
10
+ defaultValue: false
11
+ fromVersion: "1.32"
12
13
+Relax the server side validation for the DNS search string
14
+(`.spec.dnsConfig.searches`) for containers. For example,
15
+with this gate enabled, it is okay to include the `_` character
16
+in the DNS name search string.
0 commit comments