File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -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
- - [ install Helm Client 3.0+ ] ( https://helm.sh/docs/intro/quickstart/#install-helm )
10
+ - [ install Helm] ( https://helm.sh/docs/intro/quickstart/#install-helm )
11
11
12
12
## Install latest CSI Driver via ` helm install `
13
13
@@ -24,7 +24,7 @@ $ helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sig
24
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 all available charts versions
27
+ ### Search for all available chart versions
28
28
``` console
29
29
$ helm search repo -l blob-csi-driver/
30
30
```
@@ -62,10 +62,5 @@ The following table lists the configurable parameters of the latest Azure Blob S
62
62
| ` node.metricsPort ` | metrics port of csi-blob-node | 29635 |
63
63
64
64
## Troubleshooting
65
-
66
- If there are some errors when using helm, follow the steps to debug:
67
-
68
- 1 . Add ` --wait -v=5 --debug ` in ` helm install ` command.
69
- 2 . Then the error pods can be located.
70
- 3 . Use ` kubectl describe ` to acquire more info.
71
- 4 . Check the related resource of the pod, such as serviceaacount, rbac, etc.
65
+ - Add ` --wait -v=5 --debug ` in ` helm install ` command to get detailed error
66
+ - Use ` kubectl describe ` to acquire more info
You can’t perform that action at this time.
0 commit comments