-
Notifications
You must be signed in to change notification settings - Fork 552
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
deploy: update CSI sidecars to latest versions available #4660
deploy: update CSI sidecars to latest versions available #4660
Conversation
@iPraveenParihar rebase this PR? |
yea, once this is merged #4658. |
@Mergifyio rebase |
✅ Branch has been successfully rebased |
f450401
to
7e3d20b
Compare
/test ci/centos/mini-e2e/k8s-1.30 |
failed at
|
@iPraveenParihar lets update other except this one. |
7e3d20b
to
44930f5
Compare
using last working tag: v2.10.1 |
Pull request has been modified.
44930f5
to
9aef018
Compare
/test ci/centos/mini-e2e/k8s-1.30 |
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
9aef018
to
f3f7a15
Compare
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/upgrade-tests-rbd |
This commit removes `enableTopologyInTemplate` method as this is not needed anymore. Signed-off-by: Praveen M <m.praveen@ibm.com>
✅ Branch has been successfully rebased |
412b0c4
to
39b35e4
Compare
@Mergifyio rebase |
✅ Nothing to do for rebase action |
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 202f43c |
/test ci/centos/k8s-e2e-external-storage/1.29 |
/test ci/centos/k8s-e2e-external-storage/1.30 |
/test ci/centos/mini-e2e-helm/k8s-1.29 |
/test ci/centos/mini-e2e-helm/k8s-1.30 |
/test ci/centos/mini-e2e/k8s-1.29 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e/k8s-1.30 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/mini-e2e/k8s-1.28 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/mini-e2e/k8s-1.27 |
Describe what this PR does
Below sidecars are updated with latest available versions
csi-node-driver-registrar: v2.10.1
csi-resizer: v1.11.1
csi-provisioner: v5.0.1
csi-attacher: v4.6.1
csi-snapshotter: v8.0.1
Closes: #4632
Is there anything that requires special attention?
Feature gate Topology is now enabled by default and will be removed in a future release. change log.
Now, its CSI driver's responsibility to report
VOLUME_ACCESSIBILITY_CONSTRAINTS
if it support Topology. When the CSI driver reports it external provisioner will enables it, else disables it.This PR has changes that remove
--feature-gate=Topology
from RBD templates and RBD driver reportsVOLUME_ACCESSIBILITY_CONSTRAINTS
. Whereas, CephFS driver will not reportVOLUME_ACCESSIBILITY_CONSTRAINTS
since Topology is not yet supported.Checklist:
Show available bot commands
These commands are normally not required, but in case of issues, leave any of
the following bot commands in an otherwise empty comment in this PR:
/retest ci/centos/<job-name>
: retest the<job-name>
after unrelatedfailure (please report the failure too!)