File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
contributors/devel/sig-architecture Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -921,8 +921,8 @@ doing!
921
921
922
922
Check out the [ E2E docs] ( ../sig-testing/e2e-tests.md ) for detailed information about how to
923
923
write end-to-end tests for your feature.
924
- Make sure the E2E tests are running in the default presubmits for a feature that
925
- is being promoted to Beta ( enabled by default) .
924
+ Make sure the E2E tests are running in the default presubmits for a feature/API that
925
+ is enabled by default.
926
926
927
927
## Examples and docs
928
928
@@ -984,7 +984,10 @@ complexity of upgradeability and lack of long-term support and lack of
984
984
upgradability.
985
985
- Beta level:
986
986
- Object Versioning: API version name contains ` beta ` (e.g. ` v2beta3 ` )
987
- - Availability: in official Kubernetes releases, and enabled by default
987
+ - Availability: in official Kubernetes releases; API is disabled by default
988
+ but may be enabled by a flag.
989
+ (Note: beta APIs introduced before v1.24 were enabled by default, but this
990
+ [ changed for new beta APIs] ( https://github.com/kubernetes/enhancements/blob/master/keps/sig-architecture/3136-beta-apis-off-by-default/README.md ) )
988
991
- Audience: users interested in providing feedback on features
989
992
- Completeness: all API operations, CLI commands, and UI support should be
990
993
implemented; end-to-end tests complete; the API has had a thorough API review
You can’t perform that action at this time.
0 commit comments