-
Notifications
You must be signed in to change notification settings - Fork 116
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
Update the kubelet volume mount of non-root enabler container on the real object not on a copy of it #1450
Conversation
…real object not on a copy of it
/assign @saschagrunert |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1450 +/- ##
=======================================
Coverage 44.02% 44.02%
=======================================
Files 50 50
Lines 5667 5667
=======================================
Hits 2495 2495
Misses 3052 3052
Partials 120 120 |
/retest |
1 similar comment
/retest |
/test all |
/retest |
@saschagrunert gocritic seems to hang due to upgrade to Go 1.20:
It is reproducible locally when running the verify with Go 1.20. |
/retest |
3677728
to
7272072
Compare
We have to wait for a new release of golangci-lint, but I expect to happen that sooner than later. |
ok, this means the pull requests are blocked until a new release of golangci-lint is available? |
No, I think we can |
@saschagrunert: Overrode contexts on behalf of saschagrunert: pull-security-profiles-operator-verify In 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/test-infra repository. |
@saschagrunert There was a version yesterday released. I updated in this pull request #1453 |
/retest |
@ccojocar /retest does not work for GitHub actions, we have to manually re-trigger them. |
@saschagrunert I think that I do not have permission to restart the Github action. |
@saschagrunert Please could you lgtm this one again? Thanks |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ccojocar, saschagrunert 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 |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Update the volume mount on the effective object of non-root-enabler container instead of a copy with no effect.
Which issue(s) this PR fixes:
Does this PR have test?
Special notes for your reviewer:
Does this PR introduce a user-facing change?