File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
### Tips
7
7
- 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
9
9
- specify ` node.enableBlobfuseProxy=true ` together with [ blobfuse-proxy] ( ../deploy/blobfuse-proxy )
10
10
- run controller on control plane node: ` --set controller.runOnControlPlane=true `
11
11
- set replica of controller as ` 1 ` : ` --set controller.replicas=1 `
Original file line number Diff line number Diff line change @@ -9,19 +9,19 @@ This guide shows how to install a blobfuse proxy on all agent nodes and the prox
9
9
- helm install
10
10
``` console
11
11
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
13
13
```
14
14
15
15
- kubectl install
16
16
``` 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 --
18
18
```
19
19
20
20
### Enable blobfuse proxy on existing Blob CSI driver
21
21
- 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
23
23
``` 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
25
25
```
26
26
- set ` enable-blobfuse-proxy=true ` in existing ` csi-blob-node ` daemonset manually (default is ` false ` )
27
27
``` console
Original file line number Diff line number Diff line change 1
1
# 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
3
3
>
4
4
If you have already installed Helm, you can also use it to install this driver. Please check [ Installation with Helm] ( ../charts/README.md ) .
5
5
You can’t perform that action at this time.
0 commit comments