File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
keps/sig-network/4427-relaxed-dns-search-validation Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ tags, and then generate with `hack/update-toc.sh`.
15
15
- [ Summary] ( #summary )
16
16
- [ Motivation] ( #motivation )
17
17
- [ Goals] ( #goals )
18
+ - [ Non-Goals] ( #non-goals )
18
19
- [ Proposal] ( #proposal )
19
20
- [ Risks and Mitigations] ( #risks-and-mitigations )
20
21
- [ Design Details] ( #design-details )
@@ -171,6 +172,10 @@ The Pod "dns-example" is invalid: spec.dnsConfig.searches[0]: Invalid value: "":
171
172
- Support workloads that need to resolve DNS short names where the full DNS name includes an underscore (` _ ` ).
172
173
- Allow users to use a single dot character ` . ` as a search string
173
174
175
+ ### Non-Goals
176
+
177
+ - Allowing support for any characters in the DNS search string
178
+
174
179
## Proposal
175
180
176
181
Introduce a RelaxedDNSSearchValidation feature gate which is disabled by default. When the feature gate is enabled,
Original file line number Diff line number Diff line change 4
4
- " @sethev"
5
5
- " @adrianmoisey"
6
6
owning-sig : sig-network
7
- status : implemented
7
+ status : implementable
8
8
creation-date : 2024-01-22
9
9
reviewers :
10
10
- " @danwinship"
You can’t perform that action at this time.
0 commit comments