Skip to content

Commit c9e8a7a

Browse files
authored
Update install-csi-driver-master.md
1 parent 64c7615 commit c9e8a7a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/install-csi-driver-master.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Install blobfuse CSI driveri master on a kubernetes cluster
1+
# Install blobfuse CSI driver development version on a kubernetes cluster
22

33
If 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

2122
example output:
2223

2324
```concole
2425
NAME READY STATUS RESTARTS AGE IP NODE
2526
csi-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

0 commit comments

Comments
 (0)