Skip to content

Commit ebec858

Browse files
authored
Update README.md
1 parent 59637da commit ebec858

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

charts/README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Quick start instructions for the setup and configuration of Azure Blob Storage C
77

88
## Prerequisites
99

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)
1111

1212
## Install latest CSI Driver via `helm install`
1313

@@ -24,7 +24,7 @@ $ helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sig
2424
$ helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v0.11.0
2525
```
2626

27-
### Search for all available charts versions
27+
### Search for all available chart versions
2828
```console
2929
$ helm search repo -l blob-csi-driver/
3030
```
@@ -62,10 +62,5 @@ The following table lists the configurable parameters of the latest Azure Blob S
6262
| `node.metricsPort` | metrics port of csi-blob-node | 29635 |
6363

6464
## 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

0 commit comments

Comments
 (0)