Skip to content

Commit fbbd762

Browse files
authored
Merge pull request #1630 from andyzhangx/enable-blobfuse-proxy-kubectl
chore: enable blobfuse-proxy by default in kubectl install
2 parents d2fc2d3 + 0c9cf7b commit fbbd762

9 files changed

+9
-9
lines changed

deploy/csi-blob-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ spec:
136136
args:
137137
- "--v=5"
138138
- "--endpoint=$(CSI_ENDPOINT)"
139-
- "--enable-blobfuse-proxy=false"
139+
- "--enable-blobfuse-proxy=true"
140140
- "--blobfuse-proxy-endpoint=$(BLOBFUSE_PROXY_ENDPOINT)"
141141
- "--nodeid=$(KUBE_NODE_NAME)"
142142
- "--user-agent-suffix=OSS-kubectl"

deploy/example/cloning/nginx-pod-restored-cloning.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
nodeSelector:
88
kubernetes.io/os: linux
99
containers:
10-
- image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
10+
- image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
1111
name: nginx-blob-restored-cloning
1212
args:
1313
- sleep

deploy/example/deployment-nfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
"kubernetes.io/os": linux
3333
containers:
3434
- name: deployment-blob-nfs
35-
image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
35+
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
3636
command:
3737
- "/bin/sh"
3838
- "-c"

deploy/example/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
"kubernetes.io/os": linux
3333
containers:
3434
- name: deployment-blob
35-
image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
35+
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
3636
command:
3737
- "/bin/sh"
3838
- "-c"

deploy/example/nfs/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
"kubernetes.io/os": linux
1818
containers:
1919
- name: statefulset-blob
20-
image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
20+
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
2121
command:
2222
- "/bin/sh"
2323
- "-c"

deploy/example/nginx-blobfuse-inline-volume.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
nodeSelector:
88
"kubernetes.io/os": linux
99
containers:
10-
- image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
10+
- image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
1111
name: nginx-blobfuse
1212
command:
1313
- "/bin/bash"

deploy/example/nginx-pod-blob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
nodeSelector:
88
"kubernetes.io/os": linux
99
containers:
10-
- image: mcr.microsoft.com/oss/nginx/nginx:1.17.3-alpine
10+
- image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
1111
name: nginx-blob
1212
command:
1313
- "/bin/sh"

deploy/example/statefulset-nfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
"kubernetes.io/os": linux
1818
containers:
1919
- name: statefulset-blob-nfs
20-
image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
20+
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
2121
command:
2222
- "/bin/bash"
2323
- "-c"

deploy/example/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
"kubernetes.io/os": linux
1818
containers:
1919
- name: statefulset-blob
20-
image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
20+
image: mcr.microsoft.com/mirror/docker/library/nginx:1.23
2121
command:
2222
- "/bin/bash"
2323
- "-c"

0 commit comments

Comments
 (0)