Skip to content

Commit bfcf1db

Browse files
committed
doc: update helm chart doc
1 parent 9be1421 commit bfcf1db

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

charts/README.md

Lines changed: 6 additions & 12 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-
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)
1111

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

@@ -17,22 +17,17 @@ $ helm package blob-csi-driver
1717
$ helm install blob-csi-driver blob-csi-driver-latest.tgz --namespace kube-system
1818
```
1919

20-
## Install CSI Driver released version using Helm repository
20+
### Install a specific version
2121

2222
```console
2323
$ 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
2525
```
2626

27-
### Search for different versions of charts available
27+
### Search for all available charts versions
2828
```console
2929
$ helm search repo -l blob-csi-driver/
3030
```
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-
```
3631

3732
## Uninstall
3833

@@ -68,10 +63,9 @@ The following table lists the configurable parameters of the latest Azure Blob S
6863

6964
## Troubleshooting
7065

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:
7267

7368
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.
7570
3. Use `kubectl describe ` to acquire more info.
7671
4. Check the related resource of the pod, such as serviceaacount, rbac, etc.
77-

0 commit comments

Comments
 (0)