Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Small fixes in Quickstart Guide
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
duckhawk committed Sep 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9d86ef2 commit 6e5639d
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
@@ -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
2 changes: 1 addition & 1 deletion docs/README_RU.md
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ EOF
- Дождаться, когда модуль перейдет в состояние `Ready`.

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

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

0 comments on commit 6e5639d

Please sign in to comment.