Update kubernetes deployment
This commit is contained in:
parent
3f83f7fe36
commit
db0fbf77dd
2 changed files with 5 additions and 5 deletions
|
@ -130,8 +130,8 @@ spec:
|
||||||
- name: pods-mount-dir
|
- name: pods-mount-dir
|
||||||
mountPath: /var/lib/kubelet/pods
|
mountPath: /var/lib/kubelet/pods
|
||||||
mountPropagation: "Bidirectional"
|
mountPropagation: "Bidirectional"
|
||||||
- name: device-dir
|
- name: fuse-device
|
||||||
mountPath: /dev
|
mountPath: /dev/fuse
|
||||||
volumes:
|
volumes:
|
||||||
- name: plugin-dir
|
- name: plugin-dir
|
||||||
hostPath:
|
hostPath:
|
||||||
|
@ -141,6 +141,6 @@ spec:
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/kubelet/pods
|
path: /var/lib/kubelet/pods
|
||||||
type: Directory
|
type: Directory
|
||||||
- name: device-dir
|
- name: fuse-device
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /dev
|
path: /dev/fuse
|
||||||
|
|
|
@ -78,7 +78,7 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: socket-dir
|
- name: socket-dir
|
||||||
mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver
|
mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver
|
||||||
- name: s3-csi-driver
|
- name: csi-s3-driver
|
||||||
image: ctrox/csi-s3-driver:0.2.0
|
image: ctrox/csi-s3-driver:0.2.0
|
||||||
args:
|
args:
|
||||||
- "--endpoint=$(CSI_ENDPOINT)"
|
- "--endpoint=$(CSI_ENDPOINT)"
|
||||||
|
|
Loading…
Reference in a new issue