Skip to content

Commit 7e5a064

Browse files
committed
Bump release details for mutating admission policy
1 parent 4a7f28a commit 7e5a064

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

keps/sig-api-machinery/3962-mutating-admission-policies/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,14 @@ enhancement:
10971097
cluster required to make on upgrade, in order to make use of the enhancement?
10981098
-->
10991099

1100+
No changes are required for a cluster to make an upgrade and maintain existing behavior.
1101+
There is new API that does not effect the cluster during upgrade. It only has effects
1102+
if it is used after the upgrade.
1103+
1104+
If a cluster is downgraded, no changes are required. The cluster continues to work as expected since
1105+
the alpha version will have functionality compatible with beta and stable release, any downgrade
1106+
will be to a version that also contains the feature.
1107+
11001108
### Version Skew Strategy
11011109

11021110
<!--
@@ -1112,6 +1120,12 @@ enhancement:
11121120
CRI or CNI may require updating that component before the kubelet.
11131121
-->
11141122

1123+
This feature is implemented in the kube-apiserver component, skew with other
1124+
kubernetes components do not require coordinated behavior.
1125+
1126+
Clients should ensure the kube-apiserver is fully rolled out before using the
1127+
feature.
1128+
11151129
## Production Readiness Review Questionnaire
11161130

11171131
<!--

keps/sig-api-machinery/3962-mutating-admission-policies/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ stage: alpha
2828
# The most recent milestone for which work toward delivery of this KEP has been
2929
# done. This can be the current (upcoming) milestone, if it is being actively
3030
# worked on.
31-
latest-milestone: "v1.30"
31+
latest-milestone: "v1.32"
3232

3333
# The milestone at which this feature was, or is targeted to be, at each stage.
3434
milestone:
35-
alpha: "v1.30"
35+
alpha: "v1.32"
3636

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

0 commit comments

Comments
 (0)