-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Ignored mirror pods in PodPreset admission plugin #45958
Conversation
@@ -97,6 +97,11 @@ func (c *podPresetPlugin) Admit(a admission.Attributes) error { | |||
if !ok { | |||
return errors.NewBadRequest("Resource was marked with kind Pod but was unable to be converted") | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the logic looks good
@k8s-bot pull-kubernetes-federation-e2e-gce test this |
/lgtm |
/approve |
/assign derekwaynecarr |
/assign @derekwaynecarr |
ping @derekwaynecarr for approval :). |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, k82cn, pwittrock
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@k8s-bot pull-kubernetes-federation-e2e-gce test this |
@k82cn: The following test(s) failed:
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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/test-infra repository. I understand the commands that are listed here. |
Automatic merge from submit-queue (batch tested with PRs 45346, 45903, 45958, 46042, 45975) |
What this PR does / why we need it:
Ignored mirror pods in PodPreset admission plugin.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #45925Release note: