mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-02 16:36:17 +00:00
update
This commit is contained in:
@@ -11,4 +11,10 @@ kubectl create secret generic smbcreds --from-literal username=USERNAME --from-l
|
|||||||
# Create storage class
|
# Create storage class
|
||||||
```
|
```
|
||||||
kubectl create -f https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/deploy/example/storageclass-smb.yaml
|
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
|
||||||
```
|
```
|
Reference in New Issue
Block a user