File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- # Install blobfuse CSI driveri master on a kubernetes cluster
1+ # Install blobfuse CSI driver development version on a kubernetes cluster
22
33If you have already installed Helm, you can also use it to install blobfuse CSI driver. Please see [ Installation with Helm] ( ../charts/README.md ) .
44
@@ -15,16 +15,19 @@ kubectl apply -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-drive
1515- check pods status:
1616
1717``` concole
18- watch kubectl get po -o wide -n kube-system | grep csi-blobfuse
18+ kubectl -n kube-system get pod -o wide -l app=csi-blobfuse-controller
19+ kubectl -n kube-system get pod -o wide -l app=csi-blobfuse-node
1920```
2021
2122example output:
2223
2324``` concole
2425NAME READY STATUS RESTARTS AGE IP NODE
2526csi-blobfuse-controller-56bfddd689-dh5tk 6/6 Running 0 35s 10.240.0.19 k8s-agentpool-22533604-0
26- csi-blobfuse-node-cvgbs 3/3 Running 0 7m4s 10.240.0.35 k8s-agentpool-22533604-1
27- csi-blobfuse-node-dr4s4 3/3 Running 0 7m4s 10.240.0.4 k8s-agentpool-22533604-0
27+ csi-blobfuse-controller-56bfddd689-8pgr4 6/6 Running 0 35s 10.240.0.35 k8s-agentpool-22533604-1
28+ csi-blobfuse-controller-56bfddd689-ztp28 6/6 Running 0 35s 10.240.0.35 k8s-agentpool-22533604-1
29+ csi-blobfuse-node-cvgbs 3/3 Running 0 35s 10.240.0.35 k8s-agentpool-22533604-1
30+ csi-blobfuse-node-dr4s4 3/3 Running 0 35s 10.240.0.4 k8s-agentpool-22533604-0
2831```
2932
3033- clean up azure file CSI driver
You can’t perform that action at this time.
0 commit comments