Skip to content

Commit

Permalink
Use the same directory to place our csi.sock in and remove obsolete v…
Browse files Browse the repository at this point in the history
…olumes
  • Loading branch information
frittentheke committed Feb 14, 2019
1 parent d961621 commit ca7b2be
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions deploy/kubernetes/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ spec:
- name: ADDRESS
value: /csi/csi.sock
volumeMounts:
- name: plugin-dir
- name: socket-dir
mountPath: /csi
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.0.1
Expand Down Expand Up @@ -189,11 +189,3 @@ spec:
volumes:
- name: socket-dir
emptyDir: {}
- name: plugin-dir
hostPath:
path: /var/lib/kubelet/plugins/ebs.csi.aws.com/
type: DirectoryOrCreate
- name: registration-dir
hostPath:
path: /var/lib/kubelet/plugins_registry/
type: Directory

0 comments on commit ca7b2be

Please sign in to comment.