File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
sig-node/4369-allow-special-characters-environment-variable Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change @@ -169,10 +169,12 @@ These tests will be added:
169
169
170
170
- Solicit feedback from the Alpha.
171
171
- Ensure tests are stable and passing.
172
+ - Add monitor for pods that fail due to using enhancements.
172
173
173
174
#### GA
174
175
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.
176
178
177
179
### Upgrade / Downgrade Strategy
178
180
240
242
241
243
### Monitoring Requirements
242
244
243
- - N/A
245
+ - We will investigate in the beta version how to monitor kubelet/CRI implementations could fail on pods using this enhancement.
244
246
245
247
### Dependencies
246
248
Original file line number Diff line number Diff line change @@ -5,12 +5,11 @@ authors:
5
5
owning-sig : sig-node
6
6
participating-sigs :
7
7
- sig-api-machinery
8
- status : provisional
8
+ status : implementable
9
9
creation-date : 2023-12-21
10
10
reviewers :
11
11
- " @liggitt"
12
12
- " @thockin"
13
- - TBD
14
13
approvers :
15
14
- " @liggitt"
16
15
- " @thockin"
@@ -29,6 +28,8 @@ latest-milestone: "v1.30"
29
28
# The milestone at which this feature was, or is targeted to be, at each stage.
30
29
milestone :
31
30
alpha : " v1.30"
31
+ beta : " v1.32"
32
+ stable : " v1.36"
32
33
33
34
# The following PRR answers are required at alpha release
34
35
# List the feature gate name and the components for which it must be enabled
You can’t perform that action at this time.
0 commit comments