Skip to content

Commit 144af03

Browse files
authored
Merge pull request kubernetes#4482 from HirazawaUi/promote-4396-implementable
KEP-4396: promote kep into implementable
2 parents 7329d8b + 904ce4d commit 144af03

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# The KEP must have an approver from the
2+
# "prod-readiness-approvers" group
3+
# of http://git.k8s.io/enhancements/OWNERS_ALIASES
4+
kep-number: 4369
5+
alpha:
6+
approver: "@jpbetz"

keps/sig-node/4369-allow-special-characters-environment-variable/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,12 @@ These tests will be added:
169169

170170
- Solicit feedback from the Alpha.
171171
- Ensure tests are stable and passing.
172+
- Add monitor for pods that fail due to using enhancements.
172173

173174
#### GA
174175

175-
- No issues reported during two releases.
176+
- Ensure that the time range of the beta version can cover the version skew of all components.
177+
- Add troubleshooting details on how to deal with incompatible kubelet/CRI implementations based on issues found in beta releases.
176178

177179
### Upgrade / Downgrade Strategy
178180

@@ -240,7 +242,7 @@ No.
240242

241243
### Monitoring Requirements
242244

243-
- N/A
245+
- We will investigate in the beta version how to monitor kubelet/CRI implementations could fail on pods using this enhancement.
244246

245247
### Dependencies
246248

keps/sig-node/4369-allow-special-characters-environment-variable/kep.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ authors:
55
owning-sig: sig-node
66
participating-sigs:
77
- sig-api-machinery
8-
status: provisional
8+
status: implementable
99
creation-date: 2023-12-21
1010
reviewers:
1111
- "@liggitt"
1212
- "@thockin"
13-
- TBD
1413
approvers:
1514
- "@liggitt"
1615
- "@thockin"
@@ -29,6 +28,8 @@ latest-milestone: "v1.30"
2928
# The milestone at which this feature was, or is targeted to be, at each stage.
3029
milestone:
3130
alpha: "v1.30"
31+
beta: "v1.32"
32+
stable: "v1.36"
3233

3334
# The following PRR answers are required at alpha release
3435
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)