Update README.md

This commit is contained in:
Andy Zhang 2020-07-09 20:54:36 +08:00 committed by GitHub
parent 047ea76a72
commit 49c69a907c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
## Set up a SMB server and a deployment to access SMB server on a Kubernetes cluster
This page will show you
- 1. set up a SMB server deployment on a Kubernetes cluster, the file share data is stored on local disk.
- 2. set up a deployment to access SMB server on a Kubernetes cluster
This page will show you how to:
- set up a SMB server deployment on a Kubernetes cluster, the file share data is stored on local disk.
- set up a deployment to access SMB server on a Kubernetes cluster
### Stey-by-step
- Use `kubectl create secret` to create `smbcreds` with SMB username, password
```console
kubectl create secret generic smbcreds --from-literal username=USERNAME --from-literal password="PASSWORD"