-
Notifications
You must be signed in to change notification settings - Fork 14
MULTIARCH-5405: use hostmount-anyuid-v2 SCC for ppc if cluster version >= 4.19 #604
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
MULTIARCH-5405: use hostmount-anyuid-v2 SCC for ppc if cluster version >= 4.19 #604
Conversation
|
@lwan-wanglin: This pull request references MULTIARCH-5405 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.20.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
dc8cfae to
2d6ba50
Compare
|
/hold (if openshift/cluster-kube-apiserver-operator#1834 doesn't merge within this week, we can unhold). |
2d6ba50 to
5c899f3
Compare
5c899f3 to
7b47cc4
Compare
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.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aleskandro 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 |
|
/cherry-pick v1.x |
|
@aleskandro: once the present PR merges, I will cherry-pick it on top of 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-sigs/prow repository. |
7b47cc4 to
d1f6c91
Compare
d1f6c91 to
6bd3413
Compare
|
/test ci-index-multiarch-tuning-operator-bundle |
|
/test ci/prow/ocp419-e2e-gcp |
|
@AnnaZivkovic: The specified target(s) for The following commands are available to trigger optional jobs: Use 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-sigs/prow repository. |
|
/test ocp419-e2e-gcp |
|
/test ocp419-e2e-gcp |
1 similar comment
|
/test ocp419-e2e-gcp |
|
/retest |
cac44a5 to
c8e4be0
Compare
|
/test ocp416-e2e-gcp ocp418-e2e-gcp |
c8e4be0 to
e3d81da
Compare
|
/retest |
|
/test ocp419-e2e-gcp |
e3d81da to
5d253ff
Compare
|
/retest |
1 similar comment
|
/retest |
|
/test ocp418-e2e-gcp |
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.
/lgtm
|
@lwan-wanglin: all tests passed! Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
|
/override "Red Hat Konflux / run-prowjob / multiarch-tuning-operator" |
|
@AnnaZivkovic: Overrode contexts on behalf of AnnaZivkovic: Red Hat Konflux / run-prowjob / multiarch-tuning-operator 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-sigs/prow repository. |
80d90a9
into
outrigger-project:main
|
@aleskandro: new pull request created: #636 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-sigs/prow repository. |
the
hostmount-anyuidscc hits some permission issue to mount some restricted hostpath, after this pr merged, the ppc pod can't mount/etc/docker/folder anymore, kube-apiserver introduces a new scc hostmount-anyuid-v2 from 4.19, so,This PR implements the following:
requiredSCCHostmoundAnyUID=hostmount-anyuid-v2hostmount-anyuid.