File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -623,7 +623,7 @@ tips](../api.md#v1-conversion-tips))
623
623
via a flag should not create new bugs in unrelated features; because the feature
624
624
is new, it may have minor bugs
625
625
- Support: the project commits to complete the feature, in some form, in a
626
- subsequent Stable version; beta features are required to remain in beta for
626
+ subsequent Stable version; As a general guideline, beta features should remain in beta for
627
627
2 releases after the feature has been introduced (GA development begins
628
628
after the feature has been beta for 1 full release cycle).
629
629
This provides time to gather user feedback before transitioning from beta to GA;
Original file line number Diff line number Diff line change @@ -135,6 +135,8 @@ by users and is maintained in concert with related APIs. Current API groups:
135
135
136
136
- [ API changes]
137
137
- [ API conventions]
138
+ - [ OARP roles model] ( https://stumblingabout.com/tag/oarp/ )
139
+ - [ RACI roles model] ( http://www.valuebasedmanagement.net/methods_raci.html )
138
140
139
141
[ API versions ] : https://github.com/kubernetes/community/blob/master/contributors/devel/api_changes.md#alpha-beta-and-stable-versions
140
142
[ @mention ] : https://help.github.com/articles/basic-writing-and-formatting-syntax/#mentioning-users-and-teams
Original file line number Diff line number Diff line change @@ -46,12 +46,14 @@ Any changes that break compatibility with client-server version skew tests of +-
46
46
47
47
## Documentation
48
48
49
- All user facing changes must be documented at [ kubernetes/kubernetes.github.io] . See the [ doc contribution guide] for instructions.
49
+ All user facing changes must be documented at [ kubernetes/kubernetes.github.io] to
50
+ appear in the [ user docs] . See the [ doc contribution guide] for instructions.
50
51
51
52
[ feature freeze ] : https://github.com/kubernetes/community/blob/master/contributors/devel/release/README.md#feature-freeze
52
53
[ kubernetes/kubernetes.github.io ] : https://github.com/kubernetes/kubernetes.github.io/
53
54
[ doc contribution guide ] : https://kubernetes.io/editdocs/
54
55
[ special interest group ] : https://github.com/kubernetes/community/blob/master/README.md#special-interest-groups-sig
55
56
[ kubernetes/kubernetes ] : https://github.com/kubernetes/kubernetes
56
57
[ kubernetes/features ] : https://github.com/kubernetes/features/
57
- [ api review ] : https://github.com/kubernetes/community/blob/master/contributors/contributing-api-changes.md
58
+ [ api review ] : https://github.com/kubernetes/community/blob/master/contributors/contributing-api-changes.md
59
+ [ user docs ] : https://k8s.io
You can’t perform that action at this time.
0 commit comments