> 
> {
>   "type": "rbd.csi.ceph.io",
>   "uris": [
>     { "value": "file:///usr/libexec/csi/config.json", "cache": false }
>   ],
>   "environment": {
>     "variables": [
>       {"name":"CSI_DEFUSERID","type":"VALUE","value":"aaaa"},
>       {"name":"CSI_DEFUSERKEY","type":"VALUE","value":"xxxx"}
>   ]},
>   "containers": [
>     {
>       "services": [ "NODE_SERVICE" ],
>       "command": {
 
should be here

>         "value": "/usr/libexec/csi/csiceph -endpoint $CSI_ENDPOINT -
> nodeid $HOSTNAME -type rbd -drivername ceph-csi-rbd -v 10 -
> log_file=./csiceph-plugin.log -logtostderr=false"
>       },
>       "resources": [
>         {"name": "cpus", "type": "SCALAR", "scalar": {"value": 0.1}},
>         {"name": "mem", "type": "SCALAR", "scalar": {"value": 256}},
>         {"name": "disk", "type": "SCALAR", "scalar": {"value": 10}}
>       ]
>     }
>   ]
> }

Reply via email to