-
Notifications
You must be signed in to change notification settings - Fork 51
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
The origin-kube-rbac-proxy image is not compatible with the s390x #1917
The origin-kube-rbac-proxy image is not compatible with the s390x #1917
Conversation
Hi @ashokpariya0. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. 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. |
d34a695
to
6f1cff7
Compare
Please check issue (#1916) for details. |
Thanks |
The word architecture should be part of the title, please make the title shorter on PR and commit |
6f1cff7
to
7b2bacb
Compare
I was thinking to not to change kubemacpool-mac-controller-manager image with proposed image now as this is not needed for now, Will follow up issue with on https://github.com/openshift/kube-rbac-proxy, Is that okay? What do you think? |
It won't work otherwise another ortogonal PR can change it on KMP, but this PR and KMP PR can be merged in any order |
The origin-kube-rbac-proxy image is not compatible with the s390x architecture. This change deploys an image that is multi arch supported. Signed-off-by: Ashok Pariya <[email protected]>
7b2bacb
to
a25eadb
Compare
Thanks /test all |
Alright, It's done. |
Quality Gate passedIssues Measures |
can you please change also on https://github.com/k8snetworkplumbingwg/kubemacpool? |
Sure. |
@phoracek all reasoning on the issue, for me it looks fine fwiw |
/retest |
@ashokpariya0: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
Done, Please check PR. |
/lgtm imo it is good to start like that, allowing CNAO operator itself to be robust and to already support the ones that are multi but lets see what @phoracek says Thanks |
@oshoval I understand this new image is the real upstream of the one we used to use. I'm not against this change. I won't LGTM just because I don't know whether there any other changes needed to make the image change fit into our automation. |
@phoracek Thank you for your feedback! I appreciate your understanding regarding the upstream image change. What steps should we take next to ensure our automation tests setup is compatible? It's important to note that without this change, we won't be able to run the CNAO operator on the s390x architecture. I’d welcome any suggestions you might have for a solution. |
@ashokpariya0 looking at an older PR that changed an image source https://github.com/kubevirt/cluster-network-addons-operator/pull/945/files#diff-b62a52052b6d9294695602994bd32db41de0d3c71d85ab711551874740eaf0feL42. Chances are your own PR is enough. I'm not all that familiar with the image/bump pipeline of CNAO, I would need @oshoval / @RamLavi to ack this |
Yep it is enough
Thanks |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: oshoval 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 |
architecture. This change deploys an image that is multi arch supported.
What this PR does / why we need it:
The origin-kube-rbac-proxy image is not compatible with the s390x architecture.
This change deploys an image that is multi arch supported and this will enable
CNAO on s390x architecture to get started and test CNAO supported CNI plugins
Special notes for your reviewer:
proposed image(https://quay.io/repository/brancz/kube-rbac-proxy/manifest/sha256:e6a323504999b2a4d2a6bf94f8580a050378eba0900fd31335cf9df5787d9a9b) is built from parent repo of https://github.com/openshift/kube-rbac-proxy.
Release note: