Update readme.md

version bump
This commit is contained in:
James
2025-09-02 21:48:48 +01:00
committed by GitHub
parent 0a6e4d43e2
commit 996d0aeaf0

View File

@@ -1,6 +1,6 @@
# 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
@@ -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-node
```
```