Skip to content

Commit 49c69a9

Browse files
authored
Update README.md
1 parent 047ea76 commit 49c69a9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

deploy/example/smb-provisioner/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
## Set up a SMB server and a deployment to access SMB server on a Kubernetes cluster
2-
This page will show you
3-
- 1. set up a SMB server deployment on a Kubernetes cluster, the file share data is stored on local disk.
4-
- 2. set up a deployment to access SMB server on a Kubernetes cluster
2+
This page will show you how to:
3+
- set up a SMB server deployment on a Kubernetes cluster, the file share data is stored on local disk.
4+
- set up a deployment to access SMB server on a Kubernetes cluster
55

6+
### Stey-by-step
67
- Use `kubectl create secret` to create `smbcreds` with SMB username, password
78
```console
89
kubectl create secret generic smbcreds --from-literal username=USERNAME --from-literal password="PASSWORD"

0 commit comments

Comments
 (0)