remove the redundant space (#3420)
This commit is contained in:
parent
b4989b5a2a
commit
0401f4afff
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ kubectl create secret generic ceph-secret-admin --from-file=/tmp/secret --namesp
|
||||||
The following example uses `cephfs-provisioner-1` as the identity for the instance and assumes kubeconfig is at `/root/.kube`. The identity should remain the same if the provisioner restarts. If there are multiple provisioners, each should have a different identity.
|
The following example uses `cephfs-provisioner-1` as the identity for the instance and assumes kubeconfig is at `/root/.kube`. The identity should remain the same if the provisioner restarts. If there are multiple provisioners, each should have a different identity.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
docker run -ti -v /root/.kube:/kube -v /var/run/kubernetes:/var/run/kubernetes --privileged --net=host cephfs-provisioner /usr/local/bin/cephfs-provisioner -master=http://127.0.0.1:8080 -kubeconfig=/kube/config -id=cephfs-provisioner-1
|
docker run -ti -v /root/.kube:/kube -v /var/run/kubernetes:/var/run/kubernetes --privileged --net=host cephfs-provisioner /usr/local/bin/cephfs-provisioner -master=http://127.0.0.1:8080 -kubeconfig=/kube/config -id=cephfs-provisioner-1
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, deploy it in kubernetes, see [deployment](deploy/README.md).
|
Alternatively, deploy it in kubernetes, see [deployment](deploy/README.md).
|
||||||
|
|
Loading…
Reference in a new issue