@@ -7,7 +7,7 @@ Quick start instructions for the setup and configuration of Azure Blob Storage C
7
7
8
8
## Prerequisites
9
9
10
- 1 . [ install Helm Client 3.0+ ] ( https://helm.sh/docs/intro/quickstart/#install-helm )
10
+ - [ install Helm Client 3.0+ ] ( https://helm.sh/docs/intro/quickstart/#install-helm )
11
11
12
12
## Install latest CSI Driver via ` helm install `
13
13
@@ -17,22 +17,17 @@ $ helm package blob-csi-driver
17
17
$ helm install blob-csi-driver blob-csi-driver-latest.tgz --namespace kube-system
18
18
```
19
19
20
- ## Install CSI Driver released version using Helm repository
20
+ ### Install a specific version
21
21
22
22
``` console
23
23
$ helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts
24
- $ helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system
24
+ $ helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v0.11.0
25
25
```
26
26
27
- ### Search for different versions of charts available
27
+ ### Search for all available charts versions
28
28
``` console
29
29
$ helm search repo -l blob-csi-driver/
30
30
```
31
- ### Install a specific version of Helm chart
32
- Specify the version of the chart to be installed using the ` --version ` parameter.
33
- ``` console
34
- helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v0.11.0
35
- ```
36
31
37
32
## Uninstall
38
33
@@ -68,10 +63,9 @@ The following table lists the configurable parameters of the latest Azure Blob S
68
63
69
64
## Troubleshooting
70
65
71
- If there are some errors when using helm to install , follow the steps to debug:
66
+ If there are some errors when using helm, follow the steps to debug:
72
67
73
68
1 . Add ` --wait -v=5 --debug ` in ` helm install ` command.
74
- 2 . Then the error pods can be located.
69
+ 2 . Then the error pods can be located.
75
70
3 . Use ` kubectl describe ` to acquire more info.
76
71
4 . Check the related resource of the pod, such as serviceaacount, rbac, etc.
77
-
0 commit comments