From 3c4e1e304952700e60e381858387b03bac466444 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Fri, 11 Oct 2024 14:23:54 +0000 Subject: [PATCH] chore: enable blobfuse-proxy by default in kubectl install --- deploy/csi-blob-node.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/csi-blob-node.yaml b/deploy/csi-blob-node.yaml index 5f4f00cc8..f41d838f4 100644 --- a/deploy/csi-blob-node.yaml +++ b/deploy/csi-blob-node.yaml @@ -136,7 +136,7 @@ spec: args: - "--v=5" - "--endpoint=$(CSI_ENDPOINT)" - - "--enable-blobfuse-proxy=false" + - "--enable-blobfuse-proxy=true" - "--blobfuse-proxy-endpoint=$(BLOBFUSE_PROXY_ENDPOINT)" - "--nodeid=$(KUBE_NODE_NAME)" - "--user-agent-suffix=OSS-kubectl"