Skip to content

Commit

Permalink
Merge pull request #1630 from andyzhangx/enable-blobfuse-proxy-kubectl
Browse files Browse the repository at this point in the history
chore: enable blobfuse-proxy by default in kubectl install
  • Loading branch information
andyzhangx authored Oct 12, 2024
2 parents d2fc2d3 + 0c9cf7b commit fbbd762
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion deploy/csi-blob-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/cloning/nginx-pod-restored-cloning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
nodeSelector:
kubernetes.io/os: linux
containers:
- image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
- image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
name: nginx-blob-restored-cloning
args:
- sleep
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/deployment-nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: deployment-blob-nfs
image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
command:
- "/bin/sh"
- "-c"
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: deployment-blob
image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
command:
- "/bin/sh"
- "-c"
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/nfs/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: statefulset-blob
image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
command:
- "/bin/sh"
- "-c"
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/nginx-blobfuse-inline-volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
nodeSelector:
"kubernetes.io/os": linux
containers:
- image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
- image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
name: nginx-blobfuse
command:
- "/bin/bash"
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/nginx-pod-blob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
nodeSelector:
"kubernetes.io/os": linux
containers:
- image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
- image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
name: nginx-blob
command:
- "/bin/sh"
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/statefulset-nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: statefulset-blob-nfs
image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
command:
- "/bin/bash"
- "-c"
Expand Down
2 changes: 1 addition & 1 deletion deploy/example/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
"kubernetes.io/os": linux
containers:
- name: statefulset-blob
image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
command:
- "/bin/bash"
- "-c"
Expand Down

0 comments on commit fbbd762

Please sign in to comment.