Compare commits
2 commits
22a4658679
...
07da5b4f03
Author | SHA1 | Date | |
---|---|---|---|
Micke Nordin | 07da5b4f03 | ||
Micke Nordin | beaf615301 |
|
@ -93,7 +93,7 @@ spec:
|
||||||
- mountPath: /var/lib/csi/sockets/pluginproxy/
|
- mountPath: /var/lib/csi/sockets/pluginproxy/
|
||||||
name: socket-dir
|
name: socket-dir
|
||||||
- name: cinder-csi-plugin
|
- name: cinder-csi-plugin
|
||||||
image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.28.2
|
image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.28.3
|
||||||
args:
|
args:
|
||||||
- /bin/cinder-csi-plugin
|
- /bin/cinder-csi-plugin
|
||||||
- "--endpoint=$(CSI_ENDPOINT)"
|
- "--endpoint=$(CSI_ENDPOINT)"
|
||||||
|
|
|
@ -53,7 +53,7 @@ spec:
|
||||||
capabilities:
|
capabilities:
|
||||||
add: ["SYS_ADMIN"]
|
add: ["SYS_ADMIN"]
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.27.1
|
image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.28.3
|
||||||
args:
|
args:
|
||||||
- /bin/cinder-csi-plugin
|
- /bin/cinder-csi-plugin
|
||||||
- "--endpoint=$(CSI_ENDPOINT)"
|
- "--endpoint=$(CSI_ENDPOINT)"
|
||||||
|
|
Loading…
Reference in a new issue