Skip to content

Commit

Permalink
Fix unable to create CSI snapshot-EBS csi driver kubernetes-sigs#1249
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Torres <[email protected]>
  • Loading branch information
torredil committed Jun 1, 2022
1 parent d3d40c7 commit 3e1577f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rules:
verbs: [ "get", "list", "watch" ]
- apiGroups: [ "snapshot.storage.k8s.io" ]
resources: [ "volumesnapshotcontents" ]
verbs: [ "create", "get", "list", "watch", "update", "delete" ]
verbs: [ "create", "get", "list", "watch", "update", "delete", "patch" ]
- apiGroups: [ "snapshot.storage.k8s.io" ]
resources: [ "volumesnapshotcontents/status" ]
verbs: [ "update" ]
2 changes: 1 addition & 1 deletion charts/aws-ebs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sidecars:
image:
pullPolicy: IfNotPresent
repository: k8s.gcr.io/sig-storage/csi-snapshotter
tag: "v3.0.3"
tag: "v6.0.1"
logLevel: 2
resources: {}
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/clusterrole-snapshotter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rules:
verbs: [ "get", "list", "watch" ]
- apiGroups: [ "snapshot.storage.k8s.io" ]
resources: [ "volumesnapshotcontents" ]
verbs: [ "create", "get", "list", "watch", "update", "delete" ]
verbs: [ "create", "get", "list", "watch", "update", "delete", "patch" ]
- apiGroups: [ "snapshot.storage.k8s.io" ]
resources: [ "volumesnapshotcontents/status" ]
verbs: [ "update" ]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ images:
newTag: v2.2.0-eks-1-18-13
- name: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/csi-snapshotter
newName: public.ecr.aws/eks-distro/kubernetes-csi/external-snapshotter/csi-snapshotter
newTag: v3.0.3-eks-1-18-13
newTag: v5.0.1-eks-1-22-7
- name: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/csi-resizer
newName: public.ecr.aws/eks-distro/kubernetes-csi/external-resizer
newTag: v1.1.0-eks-1-18-13
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/gcr/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ images:
- name: k8s.gcr.io/sig-storage/livenessprobe
newTag: v2.4.0
- name: k8s.gcr.io/sig-storage/csi-snapshotter
newTag: v3.0.3
newTag: v6.0.1
- name: k8s.gcr.io/sig-storage/csi-resizer
newTag: v1.1.0
- name: k8s.gcr.io/sig-storage/csi-node-driver-registrar
Expand Down

0 comments on commit 3e1577f

Please sign in to comment.