File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
content/en/blog/_posts/2020-08-21-Moving-Forward-From-Beta Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -61,17 +61,18 @@ mind.
61
61
## Avoiding permanent beta
62
62
63
63
For Kubernetes REST APIs, when a new feature's API reaches beta, that starts a countdown.
64
- The beta-quality API now has ** nine calendar months** to either:
64
+ The beta-quality API now has ** three releases ** (about nine calendar months) to either:
65
65
- reach GA, and deprecate the beta, or
66
66
- have a new beta version (_ and deprecate the previous beta_ ).
67
67
68
68
To be clear, at this point ** only REST APIs are affected** . For example, _ APIListChunking_ is
69
69
a beta feature but isn't itself a REST API. Right now there are no plans to automatically
70
70
deprecate _ APIListChunking_ nor any other features that aren't REST APIs.
71
71
72
- If a REST API reaches the end of that 9 month countdown, then the next Kubernetes release
73
- will deprecate that API version. There's no option for the REST API to stay at the same
74
- beta version beyond the first Kubernetes release to come out after the 9 month window.
72
+ If a beta API has not graduated to GA after three Kubernetes releases, then the
73
+ next Kubernetes release will deprecate that API version. There's no option for
74
+ the REST API to stay at the same beta version beyond the first Kubernetes
75
+ release to come out after the release window.
75
76
76
77
### What this means for you
77
78
You can’t perform that action at this time.
0 commit comments