-
Notifications
You must be signed in to change notification settings - Fork 39.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix StatefulSet update validation #51051
Fix StatefulSet update validation #51051
Conversation
/lgtm |
/test pull-kubernetes-e2e-gce-etcd3 |
/lgtm |
/approve |
/approve no-issue
…On Tue, Aug 22, 2017 at 6:34 PM, Kubernetes Submit Queue < ***@***.***> wrote:
[APPROVALNOTIFIER] This PR is *NOT APPROVED*
This pull-request has been approved by: *crimsonfaith91
<#51051 (comment)>*,
*erictune
<#51051 (comment)>*,
*janetkuo <#51051#>*, *kow3ns
<#51051 (comment)>*
*No associated issue*. Update pull-request body to add a reference to an
issue, or get approval with /approve no-issue
The full list of commands accepted by this bot can be found here
<https://github.com/kubernetes/test-infra/blob/master/commands.md>.
Needs approval from an approver in each of these OWNERS Files:
- pkg/apis/OWNERS
<https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/OWNERS>
[erictune]
You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#51051 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p7kW8jtqYysiiWe72XBdoSjehyj4ks5sa1d8gaJpZM4O95ht>
.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crimsonfaith91, erictune, janetkuo, kow3ns, smarterclayton Associated issue requirement bypassed by: smarterclayton The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 50980, 46902, 51051, 51062, 51020) |
StatefulSet update validation did not allow change to number of containers in pod template. Fix this bug so that it's possible to make this kind of change.
Found it when suggesting test-cmd changes in #49674.
@kubernetes/sig-apps-pr-reviews @smarterclayton
/approve no-issue