File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
kubernetes-1.20-test/hostpath
kubernetes-1.21-test/hostpath Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 3737 serviceAccountName : csi-snapshotter
3838 containers :
3939 - name : csi-snapshotter
40- image : k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
40+ # TODO GG: Replace w/ v5.0.0 once released
41+ # https://github.com/kubernetes-csi/external-snapshotter/issues/610
42+ image : gcr.io/k8s-staging-sig-storage/csi-snapshotter:v5.0.0-rc1
4143 args :
4244 - -v=5
4345 - --csi-address=/csi/csi.sock
Original file line number Diff line number Diff line change @@ -368,7 +368,9 @@ spec:
368368 name : socket-dir
369369
370370 - name : csi-snapshotter
371- image : k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
371+ # TODO GG: Replace w/ v5.0.0 once released
372+ # https://github.com/kubernetes-csi/external-snapshotter/issues/610
373+ image : gcr.io/k8s-staging-sig-storage/csi-snapshotter:v5.0.0-rc1
372374 args :
373375 - -v=5
374376 - --csi-address=/csi/csi.sock
Original file line number Diff line number Diff line change 3737 serviceAccountName : csi-snapshotter
3838 containers :
3939 - name : csi-snapshotter
40- image : k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
40+ # TODO GG: Replace w/ v5.0.0 once released
41+ # https://github.com/kubernetes-csi/external-snapshotter/issues/610
42+ image : gcr.io/k8s-staging-sig-storage/csi-snapshotter:v5.0.0-rc1
4143 args :
4244 - -v=5
4345 - --csi-address=/csi/csi.sock
Original file line number Diff line number Diff line change @@ -352,7 +352,9 @@ spec:
352352 name : socket-dir
353353
354354 - name : csi-snapshotter
355- image : k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
355+ # TODO GG: Replace w/ v5.0.0 once released
356+ # https://github.com/kubernetes-csi/external-snapshotter/issues/610
357+ image : gcr.io/k8s-staging-sig-storage/csi-snapshotter:v5.0.0-rc1
356358 args :
357359 - -v=5
358360 - --csi-address=/csi/csi.sock
You can’t perform that action at this time.
0 commit comments