This commit is contained in:
James Turland 2023-12-07 10:24:39 +00:00
parent 7468da18da
commit 1145a4af96

View file

@ -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
```