mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 15:30:19 +00:00
update
This commit is contained in:
parent
7468da18da
commit
1145a4af96
1 changed files with 6 additions and 0 deletions
|
@ -11,4 +11,10 @@ kubectl create secret generic smbcreds --from-literal username=USERNAME --from-l
|
|||
# Create storage class
|
||||
```
|
||||
kubectl create -f https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/deploy/example/storageclass-smb.yaml
|
||||
```
|
||||
|
||||
# Check status
|
||||
```
|
||||
kubectl -n kube-system get pod -o wide --watch -l app=csi-smb-controller
|
||||
kubectl -n kube-system get pod -o wide --watch -l app=csi-smb-node
|
||||
```
|
Loading…
Reference in a new issue