-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Bump cinder-csi version and switch container registry #10894
Bump cinder-csi version and switch container registry #10894
Conversation
Welcome @Krast76! |
Hi @Krast76. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the 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/test-infra repository. |
Hello @Krast76 Thanks for the PR, maybe also it's worth looking at the manifests here https://github.com/kubernetes/cloud-provider-openstack/tree/master/manifests/cinder-csi-plugin and update the files/templates in https://github.com/kubernetes-sigs/kubespray/tree/master/roles/kubernetes-apps/csi_driver/cinder |
2c20351
to
c938cbc
Compare
c938cbc
to
69bd731
Compare
Hello @mzaian You right, thanks ! I've updated my PR :) |
Thanks @Krast76 /ok-to-test |
I tried the patch on a "test cluster". It seems that csi-attacher in version v3.3.0 doesn't support the flag --default-fstype. Should I bump the version of all related csi-* containers also ? |
I believe you need to sync all the changes between the old/new releases see here: kubernetes/cloud-provider-openstack@v1.22.0...v1.29.0 |
👍 For the csi related containers, I think that we should create a new variable |
Signed-off-by: Ludovic Logiou <[email protected]>
69bd731
to
755be63
Compare
@mzaian seems good now |
Hum. What is a bit annoying is that those provider-specific tag will not be handled by the download role (which pre-load images on nodes where needed) AFAICT. It's not the end of the world but it could slow cluster bring up / maybe download 2 tags (the generic + the provider specific). |
/assign @liupeng0518 @mzaian |
@Krast76 Please have a look at the small change I suggested. |
@mzaian could you tell me what changes are you waiting for ? 🙏 |
|
@mzaian I think you didn't submit your review, the comments are marked as "Pending" in your screenshot ^
|
Oh I missed this. sorry :( |
Co-authored-by: Mohamed Omar Zaian <[email protected]>
No worries 👍 It's ok now :) |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Krast76, mzaian 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 |
…s#10894) * Bump cinder-csi version and switch container registry Signed-off-by: Ludovic Logiou <[email protected]> * Update roles/kubespray-defaults/defaults/main/download.yml Co-authored-by: Mohamed Omar Zaian <[email protected]> --------- Signed-off-by: Ludovic Logiou <[email protected]> Co-authored-by: Mohamed Omar Zaian <[email protected]>
…s#10894) * Bump cinder-csi version and switch container registry Signed-off-by: Ludovic Logiou <[email protected]> * Update roles/kubespray-defaults/defaults/main/download.yml Co-authored-by: Mohamed Omar Zaian <[email protected]> --------- Signed-off-by: Ludovic Logiou <[email protected]> Co-authored-by: Mohamed Omar Zaian <[email protected]>
…s#10894) * Bump cinder-csi version and switch container registry Signed-off-by: Ludovic Logiou <[email protected]> * Update roles/kubespray-defaults/defaults/main/download.yml Co-authored-by: Mohamed Omar Zaian <[email protected]> --------- Signed-off-by: Ludovic Logiou <[email protected]> Co-authored-by: Mohamed Omar Zaian <[email protected]>
/kind cleanup
What this PR does / why we need it:
Upgrading cinder-csi and switch container registry.
Which issue(s) this PR fixes:
Fixes #10893
Special notes for your reviewer:
Does this PR introduce a user-facing change?: