Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 935 Bytes

install-csi-driver-master.md

File metadata and controls

25 lines (20 loc) · 935 Bytes

Install SMB CSI driver development version on a Kubernetes cluster

Install by kubectl

curl -skSL https://raw.githubusercontent.com/csi-driver/csi-driver-smb/master/deploy/install-driver.sh | bash -s master --
  • check pods 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

example output:

NAME                                      READY   STATUS    RESTARTS   AGE     IP             NODE
csi-smb-node-cvgbs                        3/3     Running   0          7m4s    10.240.0.35    k8s-agentpool-22533604-1
csi-smb-node-dr4s4                        3/3     Running   0          7m4s    10.240.0.4     k8s-agentpool-22533604-0

clean up SMB CSI driver

curl -skSL https://raw.githubusercontent.com/csi-driver/csi-driver-smb/master/deploy/uninstall-driver.sh | bash -s --