csi: update csi external sidecars to latest#357
Conversation
Below sidecars are updated with latest available versions csi-attacher: v4.10.0 csi-snapshotter: v8.4.0 csi-resizer: v2.0.0 csi-provisioner: v6.0.0 csi-node-driver-registrar: v2.15.0 csi-snapshot-metadata: v0.2.0 Signed-off-by: Praveen M <m.praveen@ibm.com>
|
@iPraveenParihar the second commit looks we got performance degradation in sidecar. Do we have any idea what is failing and why its failing? |
|
@Madhu-1, with csi-provisioner v6.0.0 if the CreateVolume fails with InvalidArgument it will retry only after 5m interval (kubernetes-csi/external-provisioner#1369) When csi driver is started/restarted it takes sometime for ceph-csi-config ConfigMap to be available in container, when not available at CreateVolume call ceph-csi will return |
Thanks for the link, can we set the |
|
yes, we can provide |
|
Also, we need to add |
This will cause problem if someoneuses old sidecars, we need dynamic functionality for this one (which we dont have today) |
Signed-off-by: Praveen M <m.praveen@ibm.com>
f352b93 to
f1d5e60
Compare
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions. |
|
This pull request has been automatically closed due to inactivity. Please re-open if these changes are still required. |
Describe what this PR does
Below sidecars are updated with latest available versions
Same updated in Ceph-CSI repo in PR ceph/ceph-csi#5421
Checklist: