File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
deploy/example/smb-provisioner Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
89kubectl create secret generic smbcreds --from-literal username=USERNAME --from-literal password="PASSWORD"
You can’t perform that action at this time.
0 commit comments