Skip to content

Commit 3d05304

Browse files
Promote PodOS field to GA
1 parent 06a35f8 commit 3d05304

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

keps/prod-readiness/sig-windows/2802.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ alpha:
33
approver: "@deads2k"
44
beta:
55
approver: "@deads2k"
6+
stable:
7+
approver: "@deads2k"

keps/sig-windows/2802-identify-windows-pods-apiserver-admission/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ express scheduling constraints. During the alpha, we assume there are no schedul
201201

202202
#### Beta -> GA Graduation
203203
- 2 examples of end users using this field
204+
- The latest version of OpenShift is using OS field in pod spec to identify pod OS and apply SCCs judiciously
205+
- Racher, CAPZ plan to use this field.
204206

205207
### Upgrade / Downgrade Strategy
206208

@@ -380,6 +382,7 @@ Disabling the `IdentifyPodOS` featuregate will help in determining the problem.
380382
- 2021-09-08: Initial KEP merged
381383
- 2021-10-29: Initial implementation PR merged
382384
- 2022-01-19: Graduate the feature to Beta proposed
385+
- 2022-05-09: Graduate the feature to GA proposed
383386

384387

385388
## Drawbacks

keps/sig-windows/2802-identify-windows-pods-apiserver-admission/kep.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ prr-approvers:
1818
- "@deads2k"
1919
creation-date: 2021-06-28
2020
# The target maturity stage in the current dev cycle for this KEP.
21-
stage: beta
21+
stage: stable
2222

2323
# The most recent milestone for which work toward delivery of this KEP has been
2424
# done. This can be the current (upcoming) milestone, if it is being actively
2525
# worked on.
26-
latest-milestone: "v1.24"
26+
latest-milestone: "v1.25"
2727

2828
# The milestone at which this feature was, or is targeted to be, at each stage.
2929
milestone:

0 commit comments

Comments
 (0)