Skip to content

Commit b3a9990

Browse files
authored
Update install-csi-driver-master.md
1 parent 8bcc500 commit b3a9990

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/install-csi-driver-master.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If you have already installed Helm, you can also use it to install blobfuse CSI
44

55
## Installation with kubectl
66

7-
```
7+
```concole
88
kubectl apply -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driver/master/deploy/crd-csi-driver-registry.yaml
99
kubectl apply -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driver/master/deploy/crd-csi-node-info.yaml
1010
kubectl apply -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driver/master/deploy/rbac-csi-blobfuse-controller.yaml
@@ -14,13 +14,13 @@ kubectl apply -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-drive
1414

1515
- check pods status:
1616

17-
```
17+
```concole
1818
watch kubectl get po -o wide -n kube-system | grep csi-blobfuse
1919
```
2020

2121
example output:
2222

23-
```
23+
```concole
2424
NAME READY STATUS RESTARTS AGE IP NODE
2525
csi-blobfuse-controller-56bfddd689-dh5tk 6/6 Running 0 35s 10.240.0.19 k8s-agentpool-22533604-0
2626
csi-blobfuse-node-cvgbs 3/3 Running 0 7m4s 10.240.0.35 k8s-agentpool-22533604-1
@@ -29,7 +29,7 @@ csi-blobfuse-node-dr4s4 3/3 Running 0 7m4s
2929

3030
- clean up azure file CSI driver
3131

32-
```
32+
```concole
3333
kubectl delete -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driver/master/deploy/csi-blobfuse-controller.yaml
3434
kubectl delete -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driver/master/deploy/csi-blobfuse-node.yaml
3535
kubectl delete -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driver/master/deploy/crd-csi-driver-registry.yaml

0 commit comments

Comments
 (0)