Skip to content

Commit

Permalink
[docs] Small fixes in Quickstart Guide (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk authored Sep 3, 2024
1 parent 9d86ef2 commit 7f1619b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ EOF
- Wait for the module to become `Ready`.

```shell
kubectl get mc csi-nfs -w
kubectl get module csi-nfs -w
```

### Creating a StorageClass
Expand Down
2 changes: 1 addition & 1 deletion docs/README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ EOF
- Дождаться, когда модуль перейдет в состояние `Ready`.

```shell
kubectl get mc csi-nfs -w
kubectl get module csi-nfs -w
```

### Создание StorageClass
Expand Down

0 comments on commit 7f1619b

Please sign in to comment.