Skip to content

Commit

Permalink
Merge pull request #212 from frittentheke/mountFix
Browse files Browse the repository at this point in the history
Use same mount to place in the csi.sock, remove obsolete volumes
  • Loading branch information
k8s-ci-robot authored Feb 15, 2019
2 parents 8bb2cd2 + 959f751 commit b04d99a
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 b04d99a

Please sign in to comment.