From a04bef4430caf91a44ff5c4e02c37e115b9c3087 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 20 Feb 2019 15:30:18 +0530 Subject: [PATCH] fix misspelled words Signed-off-by: Madhu Rajanna --- docs/deploy-rbd.md | 2 +- examples/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploy-rbd.md b/docs/deploy-rbd.md index 9d25d600b..2f09e4435 100644 --- a/docs/deploy-rbd.md +++ b/docs/deploy-rbd.md @@ -111,7 +111,7 @@ Deploys a daemon set with two containers: CSI driver-registrar and the CSI RBD d ## 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 $ kubectl get all diff --git a/examples/README.md b/examples/README.md index beada6280..d309cdcaf 100644 --- a/examples/README.md +++ b/examples/README.md @@ -7,7 +7,7 @@ By default, they look for the YAML manifests in `../../deploy/{rbd,cephfs}/kubernetes`. 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 setup. Please consult the documentation for info about available parameters.