mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-02 16:36:17 +00:00
Merge branch 'main' of https://github.com/JamesTurland/JimsGarage
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Install CSI driver
|
# Install CSI driver
|
||||||
```
|
```
|
||||||
curl -skSL https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/v1.13.0/deploy/install-driver.sh | bash -s v1.13.0 --
|
curl -skSL https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/v1.18.0/deploy/install-driver.sh | bash -s v1.18.0 --
|
||||||
```
|
```
|
||||||
|
|
||||||
# Create SMB creds
|
# Create SMB creds
|
||||||
@@ -17,4 +17,4 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes-csi/csi-driver-sm
|
|||||||
```
|
```
|
||||||
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-controller
|
||||||
kubectl -n kube-system get pod -o wide --watch -l app=csi-smb-node
|
kubectl -n kube-system get pod -o wide --watch -l app=csi-smb-node
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user