File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ spec:
136
136
args :
137
137
- " --v=5"
138
138
- " --endpoint=$(CSI_ENDPOINT)"
139
- - " --enable-blobfuse-proxy=false "
139
+ - " --enable-blobfuse-proxy=true "
140
140
- " --blobfuse-proxy-endpoint=$(BLOBFUSE_PROXY_ENDPOINT)"
141
141
- " --nodeid=$(KUBE_NODE_NAME)"
142
142
- " --user-agent-suffix=OSS-kubectl"
Original file line number Diff line number Diff line change 7
7
nodeSelector :
8
8
kubernetes.io/os : linux
9
9
containers :
10
- - image : mcr.microsoft.com/oss/nginx/ nginx:1.17.3-alpine
10
+ - image : mcr.microsoft.com/mirror/docker/library/ nginx:1.23
11
11
name : nginx-blob-restored-cloning
12
12
args :
13
13
- sleep
Original file line number Diff line number Diff line change 32
32
" kubernetes.io/os " : linux
33
33
containers :
34
34
- 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
36
36
command :
37
37
- " /bin/sh"
38
38
- " -c"
Original file line number Diff line number Diff line change 32
32
" kubernetes.io/os " : linux
33
33
containers :
34
34
- 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
36
36
command :
37
37
- " /bin/sh"
38
38
- " -c"
Original file line number Diff line number Diff line change 17
17
" kubernetes.io/os " : linux
18
18
containers :
19
19
- 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
21
21
command :
22
22
- " /bin/sh"
23
23
- " -c"
Original file line number Diff line number Diff line change 7
7
nodeSelector :
8
8
" kubernetes.io/os " : linux
9
9
containers :
10
- - image : mcr.microsoft.com/oss/nginx/ nginx:1.19.5
10
+ - image : mcr.microsoft.com/mirror/docker/library/ nginx:1.23
11
11
name : nginx-blobfuse
12
12
command :
13
13
- " /bin/bash"
Original file line number Diff line number Diff line change 7
7
nodeSelector :
8
8
" kubernetes.io/os " : linux
9
9
containers :
10
- - image : mcr.microsoft.com/oss/nginx/ nginx:1.17.3-alpine
10
+ - image : mcr.microsoft.com/mirror/docker/library/ nginx:1.23
11
11
name : nginx-blob
12
12
command :
13
13
- " /bin/sh"
Original file line number Diff line number Diff line change 17
17
" kubernetes.io/os " : linux
18
18
containers :
19
19
- 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
21
21
command :
22
22
- " /bin/bash"
23
23
- " -c"
Original file line number Diff line number Diff line change 17
17
" kubernetes.io/os " : linux
18
18
containers :
19
19
- 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
21
21
command :
22
22
- " /bin/bash"
23
23
- " -c"
You can’t perform that action at this time.
0 commit comments