Update MaxUnavailableStatefulSet feature gate to beta#133153
Update MaxUnavailableStatefulSet feature gate to beta#133153k8s-ci-robot merged 4 commits intokubernetes:masterfrom
Conversation
|
@helayoty: You must be a member of the kubernetes/milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Milestone Maintainers Team and have them propose you as an additional delegate for this responsibility. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/hold |
|
/assign @janetkuo @soltysh @Edwinhr716 |
soltysh
left a comment
There was a problem hiding this comment.
This is not sufficient change, we also need to change the following files:
kubernetes/staging/src/k8s.io/api/apps/v1/types.go
Lines 123 to 131 in b93bcbf
kubernetes/pkg/apis/apps/types.go
Lines 101 to 109 in b93bcbf
- and all the generated files that come with the above API changes
updating the description of the field with beta designation, as well as add // +featureGate=MaxUnavailableStatefulSet below optional tag, to follow the current standards.
|
/priority important-longterm |
|
/test pull-kubernetes-e2e-kind-alpha-beta-features |
|
/test pull-kubernetes-unit |
|
/test pull-kubernetes-integration |
soltysh
left a comment
There was a problem hiding this comment.
One more nit for the field doc.
|
/hold cancel |
Signed-off-by: Heba Elayoty <[email protected]>
Signed-off-by: Heba Elayoty <[email protected]>
Signed-off-by: Heba Elayoty <[email protected]>
5ca77ad to
83163d0
Compare
Signed-off-by: Heba Elayoty <[email protected]>
d306e94 to
fe681cf
Compare
|
/test pull-kubernetes-unit |
soltysh
left a comment
There was a problem hiding this comment.
/lgtm
/approve
both as api-shadow and sig-apps lead
|
LGTM label has been added. DetailsGit tree hash: 82146fb499258186abe081a5c9d1ede8b581e545 |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: helayoty, soltysh, thockin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
/sig apps
/triage accepted
/milestone v1.35
What this PR does / why we need it:
Add beta MaxUnavailableStatefulSet feature gate.
Which issue(s) this PR is related to:
KEP: kubernetes/enhancements#961
Does this PR introduce a user-facing change?
Yes
Hold for: