Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Advance csi-node-driver-registrar version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okartau committed Apr 25, 2019
1 parent 28f1650 commit 610ec49
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes-1.13/pmem-csi-direct-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ spec:
- --v=5
- --kubelet-registration-path=/var/lib/kubelet/plugins/pmem-csi.intel.com/csi.sock
- --csi-address=/csi/csi.sock
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
imagePullPolicy: Always
name: driver-registrar
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes-1.13/pmem-csi-direct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ spec:
- --v=5
- --kubelet-registration-path=/var/lib/kubelet/plugins/pmem-csi.intel.com/csi.sock
- --csi-address=/csi/csi.sock
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
imagePullPolicy: Always
name: driver-registrar
volumeMounts:
Expand Down
9 changes: 8 additions & 1 deletion deploy/kubernetes-1.13/pmem-csi-lvm-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ spec:
- --v=5
- --kubelet-registration-path=/var/lib/kubelet/plugins/pmem-csi.intel.com/csi.sock
- --csi-address=/csi/csi.sock
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
imagePullPolicy: Always
name: driver-registrar
volumeMounts:
Expand All @@ -429,6 +429,9 @@ spec:
name: pmem-ns-init
securityContext:
privileged: true
volumeMounts:
- mountPath: /sys
name: sys-dir
- args:
- -v=5
image: 192.168.8.1:5000/pmem-vgm:canary
Expand Down Expand Up @@ -458,6 +461,10 @@ spec:
- name: registry-cert
secret:
secretName: pmem-csi-node-secrets
- hostPath:
path: /sys
type: DirectoryOrCreate
name: sys-dir
---
apiVersion: csi.storage.k8s.io/v1alpha1
kind: CSIDriver
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes-1.13/pmem-csi-lvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ spec:
- --v=5
- --kubelet-registration-path=/var/lib/kubelet/plugins/pmem-csi.intel.com/csi.sock
- --csi-address=/csi/csi.sock
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
imagePullPolicy: Always
name: driver-registrar
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kustomize/kubernetes-1.13/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ images:
- name: quay.io/k8scsi/csi-attacher
newTag: v1.0.1
- name: quay.io/k8scsi/csi-node-driver-registrar
newTag: v1.0.2
newTag: v1.1.0

0 comments on commit 610ec49

Please sign in to comment.