mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-12 17:30:19 +00:00
fix misspelled words
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
bc256aa755
commit
a04bef4430
@ -111,7 +111,7 @@ Deploys a daemon set with two containers: CSI driver-registrar and the CSI RBD d
|
|||||||
|
|
||||||
## Verifying the deployment in Kubernetes
|
## Verifying the deployment in Kubernetes
|
||||||
|
|
||||||
After successfuly completing the steps above, you should see output similar to this:
|
After successfully completing the steps above, you should see output similar to this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ kubectl get all
|
$ kubectl get all
|
||||||
|
@ -7,7 +7,7 @@ By default, they look for the YAML manifests in
|
|||||||
`../../deploy/{rbd,cephfs}/kubernetes`.
|
`../../deploy/{rbd,cephfs}/kubernetes`.
|
||||||
You can override this path by running `$ ./plugin-deploy.sh /path/to/my/manifests`.
|
You can override this path by running `$ ./plugin-deploy.sh /path/to/my/manifests`.
|
||||||
|
|
||||||
Once the plugin is successfuly deployed, you'll need to customize
|
Once the plugin is successfully deployed, you'll need to customize
|
||||||
`storageclass.yaml` and `secret.yaml` manifests to reflect your Ceph cluster
|
`storageclass.yaml` and `secret.yaml` manifests to reflect your Ceph cluster
|
||||||
setup.
|
setup.
|
||||||
Please consult the documentation for info about available parameters.
|
Please consult the documentation for info about available parameters.
|
||||||
|
Loading…
Reference in New Issue
Block a user