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
2
2
3
3
If you have already installed Helm, you can also use it to install blobfuse CSI driver. Please see [ Installation with Helm] ( ../charts/README.md ) .
4
4
@@ -15,16 +15,19 @@ kubectl apply -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-drive
15
15
- check pods status:
16
16
17
17
``` 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
19
20
```
20
21
21
22
example output:
22
23
23
24
``` concole
24
25
NAME READY STATUS RESTARTS AGE IP NODE
25
26
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
28
31
```
29
32
30
33
- clean up azure file CSI driver
You can’t perform that action at this time.
0 commit comments