-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Made image as deliberately optional in v1 Container struct. #48406
Conversation
/sig api-machinery |
Hold on this, conversation in the other thread. |
Marking this a candidate, still needs discussion. Not required for feature freeze but don't want to forget it. |
@smarterclayton Which other thread? #47246? Indeed, a user there reported that this broke them, since validation runs in kubectl. I think we need to revert the change and backport it to 1.7. I'd even like to remove the validation from the controllers in v1beta2 in 1.9 and just have them not create pods if the field is empty. |
Agreed, revert and backport. Just qualifies as bug. |
Can you rebase so we can get this merged and back ported? |
/test pull-kubernetes-bazel-build |
/retest |
/test all |
@gyliu513 - Can you please see the failures and help get the tests go green? i am afraid this will miss the 1.8 otherwise. |
46cef64
to
e8c5655
Compare
c88012d
to
2a60da0
Compare
/retest |
2a60da0
to
e005da6
Compare
/test pull-kubernetes-e2e-gce-bazel |
/release-note |
/lgtm |
@smarterclayton this needs an |
/approve no-issue
…On Wed, Sep 20, 2017 at 6:49 PM, Aaron Crickenberger < ***@***.***> wrote:
@smarterclayton <https://github.com/smarterclayton> this needs an /approve
no-issue or @gyliu513 <https://github.com/gyliu513> needs to refer to an
issue (not PR) in the "fixes #" part of the PR description before the bot
will add an approved label
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#48406 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p6OmLeXjEAcHjKKuIaw8TEjzcwTPks5skZaPgaJpZM4OLwUe>
.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gyliu513, 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 |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue (batch tested with PRs 48406, 52819). If you want to cherry-pick this change to another branch, please follow the instructions here.. |
What this PR does / why we need it:
Revert #47246
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
Release note: