File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
keps/sig-architecture/3136-beta-apis-off-by-default Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
145
145
146
146
## Summary
147
147
148
- New beta APIs will not be enabled in clusters by default.
148
+ From the Kubernetes release where this change is introduced, and onwards, beta APIs will not be enabled in clusters by default.
149
149
Existing beta APIs and new versions of existing beta APIs, will continue to be enabled by default:
150
150
if v1beta.some.group is currently enabled by default and we create v1beta2.some.group, v1beta2.some.group will still be enabled by default.
151
151
@@ -162,6 +162,7 @@ Unsuitability for production use is documented at https://kubernetes.io/docs/ref
162
162
production cluster.
163
163
By disabling beta APIs by default, a cluster-admin can opt-in for specific APIs without having every
164
164
incomplete API present in the cluster.
165
+ This is now practical to do since conformance no longer relies on non-stable APIs.
165
166
166
167
### Goals
167
168
You can’t perform that action at this time.
0 commit comments