Skip to content

Commit b356514

Browse files
committed
KEP-4427: Updates required for Beta
Addressing these comments: #4427 (comment)
1 parent 373ed87 commit b356514

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

keps/sig-network/4427-relaxed-dns-search-validation/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tags, and then generate with `hack/update-toc.sh`.
1515
- [Summary](#summary)
1616
- [Motivation](#motivation)
1717
- [Goals](#goals)
18+
- [Non-Goals](#non-goals)
1819
- [Proposal](#proposal)
1920
- [Risks and Mitigations](#risks-and-mitigations)
2021
- [Design Details](#design-details)
@@ -171,6 +172,10 @@ The Pod "dns-example" is invalid: spec.dnsConfig.searches[0]: Invalid value: "":
171172
- Support workloads that need to resolve DNS short names where the full DNS name includes an underscore (`_`).
172173
- Allow users to use a single dot character `.` as a search string
173174

175+
### Non-Goals
176+
177+
- Allowing support for any characters in the DNS search string
178+
174179
## Proposal
175180

176181
Introduce a RelaxedDNSSearchValidation feature gate which is disabled by default. When the feature gate is enabled,

keps/sig-network/4427-relaxed-dns-search-validation/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors:
44
- "@sethev"
55
- "@adrianmoisey"
66
owning-sig: sig-network
7-
status: implemented
7+
status: implementable
88
creation-date: 2024-01-22
99
reviewers:
1010
- "@danwinship"

0 commit comments

Comments
 (0)