Skip to content

Commit

Permalink
Merge pull request #1631 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1630-to-release-1.23

[release-1.23] chore: enable blobfuse-proxy by default in kubectl install
  • Loading branch information
k8s-ci-robot authored Oct 12, 2024
2 parents d55bdcb + b39f8ec commit 1df87b9
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 1df87b9

Please sign in to comment.