Skip to content

Commit 4635fc7

Browse files
authored
Merge pull request #49355 from tengqm/fg-rdsv-132
Add feature gate for RelaxedDNSSearchValidation in v1.32
2 parents 280b7d9 + d7b4f8c commit 4635fc7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)