Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#48 from pohly/release-1.1.0-deploym…
Browse files Browse the repository at this point in the history
…ents

release 1.1.0 deployments
  • Loading branch information
k8s-ci-robot authored May 3, 2019
2 parents 355caeb + 05e1a04 commit 670a96b
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes-1.13/hostpath/csi-hostpath-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
hostNetwork: true
containers:
- name: node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
lifecycle:
preStop:
exec:
Expand All @@ -63,7 +63,7 @@ spec:
name: csi-data-dir

- name: hostpath
image: quay.io/k8scsi/hostpathplugin:canary
image: quay.io/k8scsi/hostpathplugin:v1.1.0
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down
1 change: 0 additions & 1 deletion deploy/kubernetes-1.14

This file was deleted.

7 changes: 2 additions & 5 deletions deploy/master/README.md → deploy/kubernetes-1.14/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
The deployment for master uses CSI 1.0 and thus is incompatible with
Kubernetes < 1.13.
The deployment for Kubernetes 1.14 uses CSI 1.0 and thus is
incompatible with Kubernetes < 1.13.

It uses the APIs for CSIDriverInfo and CSINodeInfo that were
introduced in Kubernetes 1.14, so features depending on those (like
topology) will not work on Kubernetes 1.13. But because this example
deployment does not enable those features, it can run on Kubernetes
1.13.

WARNING: this example uses the "canary" images. It can break at any
time.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
serviceAccountName: csi-attacher
containers:
- name: csi-attacher
image: quay.io/k8scsi/csi-attacher:v1.1.0
image: quay.io/k8scsi/csi-attacher:v1.1.1
args:
- --v=5
- --csi-address=/csi/csi.sock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
name: csi-data-dir

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

0 comments on commit 670a96b

Please sign in to comment.