Skip to content
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

Bug 1908880: UPSTREAM: 97980: kubelet: revert checking sandbox deletion #523

Merged
merged 1 commit into from
Jan 15, 2021

Conversation

ehashman
Copy link

We've had a regression in 1.20 where pod deletion time has significantly increased due to kubernetes#92817. While we investigate the underlying cause, let's revert this to avoid test flakes.

Upstream bug: kubernetes#97288
Upstream PR: kubernetes#97980
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1908880

/cc @rphillips @mrunalp @kikisdeliveryservice

Revert "Merge pull request kubernetes#92817 from kmala/kubelet"

This reverts commit 88512be, reversing
changes made to c3b888f.
@openshift-ci-robot openshift-ci-robot added bugzilla/severity-high Referenced Bugzilla bug's severity is high for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels Jan 13, 2021
@openshift-ci-robot
Copy link

@ehashman: This pull request references Bugzilla bug 1908880, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.7.0) matches configured target release for branch (4.7.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

In response to this:

Bug 1908880: UPSTREAM: 97980: kubelet: revert checking sandbox deletion

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.

@kikisdeliveryservice
Copy link

Should this be attached to : https://bugzilla.redhat.com/show_bug.cgi?id=1915085 which I thought was the tracking bug?

@kikisdeliveryservice
Copy link

I dont think my approval carries any weight in this repo but LGTM.

Thanks @ehashman for getting this done so quickly ❤️

@ehashman
Copy link
Author

Should this be attached to : https://bugzilla.redhat.com/show_bug.cgi?id=1915085 which I thought was the tracking bug?

That one is not assigned to me, I'm new to this so I'm happy to update to whatever is the correct bug :)

@wking
Copy link
Member

wking commented Jan 13, 2021

I think rhbz#1915085 is a separate bug about creation-time issues, while this reversion is addressing a deletion-time issue. Doesn't really matter though, we can measure impacts of the various symptoms after this lands.

@rphillips
Copy link

/lgtm
/assign @mrunalp

@rphillips
Copy link

/retest

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 13, 2021
@sjenning
Copy link

/approve

@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ehashman, rphillips, sjenning

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 13, 2021
@ehashman
Copy link
Author

/retest

@wking
Copy link
Member

wking commented Jan 13, 2021

FIPS hit VpcLimitExceeded.

/test e2e-aws-fips

@rphillips
Copy link

VpcLimitExceeded hit again

@ehashman
Copy link
Author

/test e2e-gcp

@kikisdeliveryservice
Copy link

kikisdeliveryservice commented Jan 13, 2021

msg=Error: Request "Create IAM Members roles/storage.admin serviceAccount:ci-op-wyb9m9ft-b2c4f-mtgqb-w@openshift-gce-devel-ci.iam.gserviceaccount.com for \"project \\\"openshift-gce-devel-ci\\\"\"" returned error: Batch request and retried single request "Create IAM Members roles/storage.admin serviceAccount:ci-op-wyb9m9ft-b2c4f-mtgqb-w@openshift-gce-devel-ci.iam.gserviceaccount.com for \"project \\\"openshift-gce-devel-ci\\\"\"" both failed. Final error: Error applying IAM policy for project "openshift-gce-devel-ci": Error setting IAM policy for project "openshift-gce-devel-ci": googleapi: Error 400: Service account ci-op-650lws-openshift-i-wf2c9@openshift-gce-devel-ci.iam.gserviceaccount.com does not exist., badRequest

Edit: Reported.

@ehashman
Copy link
Author

Looks like https://bugzilla.redhat.com/show_bug.cgi?id=1896218 maybe?

I think the VPCs have been fixed...

/retest

@kikisdeliveryservice
Copy link

re: e2e-aws-fips (1000 role limit), it's been reported and jobs need to be reaped but that's having issues rn. ☹️

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@sinnykumari
Copy link

/retest

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@wking
Copy link
Member

wking commented Jan 14, 2021

Another Error setting IAM policy... CI-contention flake on GCP.

/retest

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

4 similar comments
@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit 4e65ec4 into openshift:master Jan 15, 2021
@openshift-ci-robot
Copy link

@ehashman: All pull requests linked via external trackers have merged:

Bugzilla bug 1908880 has been moved to the MODIFIED state.

In response to this:

Bug 1908880: UPSTREAM: 97980: kubelet: revert checking sandbox deletion

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. bugzilla/severity-high Referenced Bugzilla bug's severity is high for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants