Skip to content

Commit

Permalink
fix: deployment script path error
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Aug 9, 2019
1 parent 723cb86 commit 99ee0aa
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
20 changes: 10 additions & 10 deletions docs/install-csi-driver-master.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ If you have already installed Helm, you can also use it to install blobfuse CSI
## Installation with kubectl

```
kubectl apply -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/crd-csi-driver-registry.yaml
kubectl apply -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/crd-csi-node-info.yaml
kubectl apply -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/rbac-csi-blobfuse-controller.yaml
kubectl apply -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/csi-blobfuse-controller.yaml
kubectl apply -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/csi-blobfuse-node.yaml
kubectl apply -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/crd-csi-driver-registry.yaml
kubectl apply -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/crd-csi-node-info.yaml
kubectl apply -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/rbac-csi-blobfuse-controller.yaml
kubectl apply -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/csi-blobfuse-controller.yaml
kubectl apply -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/csi-blobfuse-node.yaml
```

- check pods status:
Expand All @@ -30,9 +30,9 @@ csi-blobfuse-node-dr4s4 3/3 Running 0 7m4s
- clean up azure file CSI driver

```
kubectl delete -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/csi-blobfuse-controller.yaml
kubectl delete -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/csi-blobfuse-node.yaml
kubectl delete -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/crd-csi-driver-registry.yaml
kubectl delete -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/crd-csi-node-info.yaml
kubectl delete -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/rbac-csi-blobfuse-controller.yaml
kubectl delete -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/csi-blobfuse-controller.yaml
kubectl delete -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/csi-blobfuse-node.yaml
kubectl delete -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/crd-csi-driver-registry.yaml
kubectl delete -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/crd-csi-node-info.yaml
kubectl delete -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/rbac-csi-blobfuse-controller.yaml
```
20 changes: 10 additions & 10 deletions docs/install-csi-driver-v0.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ If you have already installed Helm, you can also use it to install blobfuse CSI
## Installation with kubectl

```
kubectl apply -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.1.0/crd-csi-driver-registry.yaml
kubectl apply -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.1.0/crd-csi-node-info.yaml
kubectl apply -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.1.0/rbac-csi-blobfuse-controller.yaml
kubectl apply -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.1.0/csi-blobfuse-controller.yaml
kubectl apply -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.1.0/csi-blobfuse-node.yaml
kubectl apply -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.1.0/crd-csi-driver-registry.yaml
kubectl apply -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.1.0/crd-csi-node-info.yaml
kubectl apply -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.1.0/rbac-csi-blobfuse-controller.yaml
kubectl apply -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.1.0/csi-blobfuse-controller.yaml
kubectl apply -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.1.0/csi-blobfuse-node.yaml
```

- check pods status:
Expand All @@ -30,9 +30,9 @@ csi-blobfuse-node-dr4s4 3/3 Running 0 7m4s
- clean up azure file CSI driver

```
kubectl delete -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.1.0/csi-blobfuse-controller.yaml
kubectl delete -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.1.0/csi-blobfuse-node.yaml
kubectl delete -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.1.0/crd-csi-driver-registry.yaml
kubectl delete -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.1.0/crd-csi-node-info.yaml
kubectl delete -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.1.0/rbac-csi-blobfuse-controller.yaml
kubectl delete -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.1.0/csi-blobfuse-controller.yaml
kubectl delete -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.1.0/csi-blobfuse-node.yaml
kubectl delete -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.1.0/crd-csi-driver-registry.yaml
kubectl delete -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.1.0/crd-csi-node-info.yaml
kubectl delete -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.1.0/rbac-csi-blobfuse-controller.yaml
```
20 changes: 10 additions & 10 deletions docs/install-csi-driver-v0.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ If you have already installed Helm, you can also use it to install blobfuse CSI
## Installation with kubectl

```
kubectl apply -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.2.0/crd-csi-driver-registry.yaml
kubectl apply -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.2.0/crd-csi-node-info.yaml
kubectl apply -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.2.0/rbac-csi-blobfuse-controller.yaml
kubectl apply -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.2.0/csi-blobfuse-controller.yaml
kubectl apply -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.2.0/csi-blobfuse-node.yaml
kubectl apply -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.2.0/crd-csi-driver-registry.yaml
kubectl apply -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.2.0/crd-csi-node-info.yaml
kubectl apply -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.2.0/rbac-csi-blobfuse-controller.yaml
kubectl apply -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.2.0/csi-blobfuse-controller.yaml
kubectl apply -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.2.0/csi-blobfuse-node.yaml
```

- check pods status:
Expand All @@ -30,9 +30,9 @@ csi-blobfuse-node-dr4s4 3/3 Running 0 7m4s
- clean up azure file CSI driver

```
kubectl delete -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.2.0/csi-blobfuse-controller.yaml
kubectl delete -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.2.0/csi-blobfuse-node.yaml
kubectl delete -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.2.0/crd-csi-driver-registry.yaml
kubectl delete -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.2.0/crd-csi-node-info.yaml
kubectl delete -f https://github.com/kubernetes-sigs/blobfuse-csi-driver/master/deploy/v0.2.0/rbac-csi-blobfuse-controller.yaml
kubectl delete -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.2.0/csi-blobfuse-controller.yaml
kubectl delete -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.2.0/csi-blobfuse-node.yaml
kubectl delete -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.2.0/crd-csi-driver-registry.yaml
kubectl delete -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.2.0/crd-csi-node-info.yaml
kubectl delete -f https://github.com/csi-driver/blobfuse-csi-driver/master/deploy/v0.2.0/rbac-csi-blobfuse-controller.yaml
```

0 comments on commit 99ee0aa

Please sign in to comment.