We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba0a68 commit aa8c6f8Copy full SHA for aa8c6f8
deploy/kubernetes-1.16/canary-blacklist.txt
@@ -1,3 +1,5 @@
1
# The following canary images are known to be incompatible with this
2
# deployment:
3
csi-snapshotter
4
+csi-attacher
5
+csi-provisioner
deploy/kubernetes-1.17/hostpath/csi-hostpath-attacher.yaml
@@ -40,7 +40,7 @@ spec:
40
serviceAccountName: csi-attacher
41
containers:
42
- name: csi-attacher
43
- image: quay.io/k8scsi/csi-attacher:v2.2.0
+ image: quay.io/k8scsi/csi-attacher:v3.0.0-rc1
44
args:
45
- --v=5
46
- --csi-address=/csi/csi.sock
deploy/kubernetes-1.18/hostpath/csi-hostpath-attacher.yaml
0 commit comments