We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33845cb commit ef1415aCopy full SHA for ef1415a
deploy/example/smb-provisioner/README.md
@@ -1,9 +1,8 @@
1
-## Set up a Samba Server and a deployment to access Samba Server on a Kubernetes cluster
+## Set up a Samba Server on a Kubernetes cluster
2
This page will show you how to set up a Samba Server deployment on a Kubernetes cluster.
3
> file share data is stored on local disk.
4
5
-### Set up a Samba Server
6
- - Use `kubectl create secret` to create `smbcreds` secret to store Samba Server username, password
+ - Use `kubectl create secret` to create `smbcreds` secret storing Samba Server username, password
7
```console
8
kubectl create secret generic smbcreds --from-literal username=USERNAME --from-literal password="PASSWORD"
9
```
0 commit comments