mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
commit
22214fb97d
@ -52,7 +52,7 @@ $ docker images | grep rbdplugin
|
|||||||
```
|
```
|
||||||
You should see the following line in the output:
|
You should see the following line in the output:
|
||||||
```
|
```
|
||||||
csi_images/rbdplugin latest 248ddba297fa 30 seconds ago 431 MB
|
quay.io/cephcsi/rbdplugin v0.2.0 76369a8f8528 15 minutes ago 372.5 MB
|
||||||
```
|
```
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
@ -81,7 +81,7 @@ spec:
|
|||||||
capabilities:
|
capabilities:
|
||||||
add: ["SYS_ADMIN"]
|
add: ["SYS_ADMIN"]
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
image: csi_images/rbdplugin:latest
|
image: quay.io/cephcsi/rbdplugin:v0.2.0
|
||||||
args :
|
args :
|
||||||
- "--nodeid=$(NODE_ID)"
|
- "--nodeid=$(NODE_ID)"
|
||||||
- "--endpoint=$(CSI_ENDPOINT)"
|
- "--endpoint=$(CSI_ENDPOINT)"
|
||||||
|
Loading…
Reference in New Issue
Block a user