Skip to content

Commit 05e1a04

Browse files
committed
deploy: v1.1.0 driver image + Kubernetes 1.14 deployment
This uses the v1.1.0 driver image, which does not exist yet because we first have update the deployment files before we can tag that release. The name of the deployment gets changed because it is no longer for Kubernetes master (although it works there).
1 parent 283b270 commit 05e1a04

File tree

10 files changed

+4
-8
lines changed

10 files changed

+4
-8
lines changed

deploy/kubernetes-1.13/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
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

File renamed without changes.

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)