Skip to content

Commit 670a96b

Browse files
authored
Merge pull request #48 from pohly/release-1.1.0-deployments
release 1.1.0 deployments
2 parents 355caeb + 05e1a04 commit 670a96b

File tree

10 files changed

+6
-10
lines changed

10 files changed

+6
-10
lines changed

deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
hostNetwork: true
3838
containers:
3939
- name: node-driver-registrar
40-
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
40+
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
4141
lifecycle:
4242
preStop:
4343
exec:
@@ -63,7 +63,7 @@ spec:
6363
name: csi-data-dir
6464

6565
- name: hostpath
66-
image: quay.io/k8scsi/hostpathplugin:canary
66+
image: quay.io/k8scsi/hostpathplugin:v1.1.0
6767
args:
6868
- "--v=5"
6969
- "--endpoint=$(CSI_ENDPOINT)"

deploy/kubernetes-1.14

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
The deployment for master uses CSI 1.0 and thus is incompatible with
2-
Kubernetes < 1.13.
1+
The deployment for Kubernetes 1.14 uses CSI 1.0 and thus is
2+
incompatible with Kubernetes < 1.13.
33

44
It uses the APIs for CSIDriverInfo and CSINodeInfo that were
55
introduced in Kubernetes 1.14, so features depending on those (like
66
topology) will not work on Kubernetes 1.13. But because this example
77
deployment does not enable those features, it can run on Kubernetes
88
1.13.
9-
10-
WARNING: this example uses the "canary" images. It can break at any
11-
time.

deploy/master/hostpath/csi-hostpath-attacher.yaml renamed to deploy/kubernetes-1.14/hostpath/csi-hostpath-attacher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccountName: csi-attacher
4141
containers:
4242
- name: csi-attacher
43-
image: quay.io/k8scsi/csi-attacher:v1.1.0
43+
image: quay.io/k8scsi/csi-attacher:v1.1.1
4444
args:
4545
- --v=5
4646
- --csi-address=/csi/csi.sock

deploy/master/hostpath/csi-hostpath-plugin.yaml renamed to deploy/kubernetes-1.14/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
name: csi-data-dir
6464

6565
- name: hostpath
66-
image: quay.io/k8scsi/hostpathplugin:canary # TODO: replace with v1.1.0 when it is cut
66+
image: quay.io/k8scsi/hostpathplugin:v1.1.0
6767
args:
6868
- "--v=5"
6969
- "--endpoint=$(CSI_ENDPOINT)"

deploy/master/hostpath/csi-hostpath-provisioner.yaml renamed to deploy/kubernetes-1.14/hostpath/csi-hostpath-provisioner.yaml

File renamed without changes.

deploy/master/hostpath/csi-hostpath-snapshotter.yaml renamed to deploy/kubernetes-1.14/hostpath/csi-hostpath-snapshotter.yaml

File renamed without changes.
File renamed without changes.

deploy/master/snapshotter/csi-hostpath-snapshotclass.yaml renamed to deploy/kubernetes-1.14/snapshotter/csi-hostpath-snapshotclass.yaml

File renamed without changes.

0 commit comments

Comments
 (0)