-
Notifications
You must be signed in to change notification settings - Fork 105
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
chore(operator): bump k8s csi to latest stable container images #271
Conversation
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
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.
@shubham14bajpai please add the role for the pods also (see https://github.com/openebs/lvm-localpv/pull/4/files#diff-4f244dfa96d1850f6e7316c74a68edfad485a629292e7e21011b48e0d43f6cd7R629). Latest csi-resizer needs that because of that test cases are failing.
deploy/yamls/zfs-driver.yaml
Outdated
@@ -546,7 +755,7 @@ spec: | |||
- name: socket-dir | |||
mountPath: /var/lib/csi/sockets/pluginproxy/ | |||
- name: csi-snapshotter | |||
image: quay.io/k8scsi/csi-snapshotter:v2.0.1 | |||
image: quay.io/k8scsi/csi-snapshotter:v3.0.3 |
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.
can we use v4.0.0
deploy/yamls/zfs-driver.yaml
Outdated
@@ -558,21 +767,20 @@ spec: | |||
- name: socket-dir | |||
mountPath: /var/lib/csi/sockets/pluginproxy/ | |||
- name: snapshot-controller | |||
image: quay.io/k8scsi/snapshot-controller:v2.0.1 | |||
image: quay.io/k8scsi/snapshot-controller:v3.0.3 |
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.
v4.0.0?
@shubham14bajpai can we also bump the minimum supported version to k8s 1.17 (https://github.com/openebs/zfs-localpv#supported-system and https://github.com/openebs/zfs-localpv/blob/master/docs/features.md). |
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
Signed-off-by: shubham shubham.bajpai@mayadata.io
What this PR does?:
The CRDs were taken from https://github.com/kubernetes-csi/external-snapshotter/tree/master/client/config/crd
Does this PR require any upgrade changes?:
If the changes in this PR are manually verified, list down the scenarios covered::
Any additional information for your reviewer? :
Mention if this PR is part of any design or a continuation of previous PRs
Checklist:
<type>(<scope>): <subject>