Skip to content

Commit 6025a68

Browse files
committed
doc: update chart doc
1 parent 4dba5f4 commit 6025a68

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Please refer to `blob.csi.azure.com` [driver parameters](./docs/driver-parameter
4040
This option does not depend on cloud provider config file, supports cross subscription and on-premise cluster scenario. Refer to [detailed steps](./deploy/example/e2e_usage.md#option2-bring-your-own-storage-account).
4141
4242
### Install driver on a Kubernetes cluster
43-
- install via [kubectl](./docs/install-blob-csi-driver.md) on public Azure (please use helm for other cloud environments, e.g. Azure Stack)
44-
- install via [helm charts](./charts) on public Azure and Azure Stack
43+
- install via [kubectl](./docs/install-blob-csi-driver.md) on public Azure (please use helm for Azure Stack, RedHat/CentOS)
44+
- install via [helm charts](./charts) on public Azure, Azure Stack, RedHat/CentOS
4545
4646
- (Preview) install [blobfuse-proxy](./pkg/blobfuse-proxy) to make blobfuse mount still available after driver restart
4747

charts/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,20 @@ helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/
1212
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system
1313
```
1414

15+
### install a specific version
16+
```console
17+
helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts
18+
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v1.1.0
19+
```
20+
1521
## install on Azure Stack
1622
```console
1723
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --set cloud=AzureStackCloud
1824
```
1925

20-
### install a specific version
26+
### install on RedHat/CentOS
2127
```console
22-
helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts
23-
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v1.1.0
28+
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --set linux.distro=fedora
2429
```
2530

2631
### search for all available chart versions

0 commit comments

Comments
 (0)