Compare commits
1 Commits
308e5b2725
...
bb6f101bac
| Author | SHA1 | Date | |
|---|---|---|---|
| bb6f101bac |
@ -45,7 +45,7 @@ spec:
|
|||||||
priorityClassName: system-cluster-critical
|
priorityClassName: system-cluster-critical
|
||||||
containers:
|
containers:
|
||||||
- name: csi-rbdplugin
|
- name: csi-rbdplugin
|
||||||
image: quay.io/cephcsi/cephcsi:v3.15.0
|
image: quay.io/cephcsi/cephcsi:v3.15
|
||||||
args:
|
args:
|
||||||
- "--nodeid=$(NODE_ID)"
|
- "--nodeid=$(NODE_ID)"
|
||||||
- "--type=rbd"
|
- "--type=rbd"
|
||||||
|
|||||||
@ -25,7 +25,7 @@ spec:
|
|||||||
capabilities:
|
capabilities:
|
||||||
add: ["SYS_ADMIN"]
|
add: ["SYS_ADMIN"]
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
image: quay.io/cephcsi/cephcsi:v3.15.0
|
image: quay.io/cephcsi/cephcsi:v3.15
|
||||||
args:
|
args:
|
||||||
- "--nodeid=$(NODE_ID)"
|
- "--nodeid=$(NODE_ID)"
|
||||||
- "--pluginpath=/var/lib/kubelet/plugins"
|
- "--pluginpath=/var/lib/kubelet/plugins"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user