File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
keps/sig-api-machinery/3962-mutating-admission-policies Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -1097,6 +1097,14 @@ enhancement:
1097
1097
cluster required to make on upgrade, in order to make use of the enhancement?
1098
1098
-->
1099
1099
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
+
1100
1108
# ## Version Skew Strategy
1101
1109
1102
1110
<!--
@@ -1112,6 +1120,12 @@ enhancement:
1112
1120
CRI or CNI may require updating that component before the kubelet.
1113
1121
-->
1114
1122
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
+
1115
1129
# # Production Readiness Review Questionnaire
1116
1130
1117
1131
<!--
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ stage: alpha
28
28
# The most recent milestone for which work toward delivery of this KEP has been
29
29
# done. This can be the current (upcoming) milestone, if it is being actively
30
30
# worked on.
31
- latest-milestone : " v1.30 "
31
+ latest-milestone : " v1.32 "
32
32
33
33
# The milestone at which this feature was, or is targeted to be, at each stage.
34
34
milestone :
35
- alpha : " v1.30 "
35
+ alpha : " v1.32 "
36
36
37
37
# The following PRR answers are required at alpha release
38
38
# 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