Skip to content

Commit 4c79690

Browse files
committed
promote kep 4396 into implementable
1 parent 12cc497 commit 4c79690

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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)