Skip to content

Commit 68a2378

Browse files
committed
doc: update blobfuse-proxy support on coreos
1 parent e32a4a2 commit 68a2378

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
### Tips
77
- configure with [blobfuse-proxy](../deploy/blobfuse-proxy) to make blobfuse mount still available after driver restart
8-
> note: [blobfuse-proxy](../deploy/blobfuse-proxy) is only available on **debian** OS based agent node (not available on OpenShift)
8+
> Note: [blobfuse-proxy](../deploy/blobfuse-proxy) is supported on CoreOS(OpenShift) from v1.23.2
99
- specify `node.enableBlobfuseProxy=true` together with [blobfuse-proxy](../deploy/blobfuse-proxy)
1010
- run controller on control plane node: `--set controller.runOnControlPlane=true`
1111
- set replica of controller as `1`: `--set controller.replicas=1`

deploy/blobfuse-proxy/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ This guide shows how to install a blobfuse proxy on all agent nodes and the prox
99
- helm install
1010
```console
1111
helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts
12-
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v1.22.0 --set node.enableBlobfuseProxy=true
12+
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v1.23.1 --set node.enableBlobfuseProxy=true
1313
```
1414

1515
- kubectl install
1616
```console
17-
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/v1.22.0/deploy/install-driver.sh | bash -s v1.22.0 blobfuse-proxy --
17+
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/v1.23.1/deploy/install-driver.sh | bash -s v1.23.1 blobfuse-proxy --
1818
```
1919

2020
### Enable blobfuse proxy on existing Blob CSI driver
2121
- install blobfuse proxy daemonset
22-
> following config only works on debian based agent node
22+
> blobfuse proxy is supported on CoreOS(OpenShift) from v1.23.2
2323
```console
24-
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/v1.22.0/blobfuse-proxy.yaml
24+
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/deploy/v1.23.1/blobfuse-proxy.yaml
2525
```
2626
- set `enable-blobfuse-proxy=true` in existing `csi-blob-node` daemonset manually (default is `false`)
2727
```console

docs/install-csi-driver-master.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Install Azure Blob Storage CSI driver master version on a kubernetes cluster
2-
> `blobfuse-proxy` is only available for debian based agent nodes, remove `blobfuse-proxy` parameter in installation steps if it's not applicable.
2+
> `blobfuse-proxy` is supported on CoreOS(OpenShift) from v1.23.2
33
>
44
If you have already installed Helm, you can also use it to install this driver. Please check [Installation with Helm](../charts/README.md).
55

0 commit comments

Comments
 (0)