chore: 修改为私有镜像
Some checks failed
codespell / Check for spelling errors (push) Failing after 16s
Linux Unit tests / Build (push) Failing after 15s
k8s api version check / Build (push) Failing after 15s
ShellCheck / Shellcheck (push) Failing after 15s
Static Checks / Go Lint (push) Failing after 16s
Static Checks / Verify Helm (push) Failing after 16s
Trivy vulnerability scanner / Build (push) Failing after 15s
Darwin / Unit Tests (push) Has been cancelled
Windows Tests / build (^1.16, windows-latest) (push) Has been cancelled
CodeQL / Analyze (go) (push) Failing after 17s
Some checks failed
codespell / Check for spelling errors (push) Failing after 16s
Linux Unit tests / Build (push) Failing after 15s
k8s api version check / Build (push) Failing after 15s
ShellCheck / Shellcheck (push) Failing after 15s
Static Checks / Go Lint (push) Failing after 16s
Static Checks / Verify Helm (push) Failing after 16s
Trivy vulnerability scanner / Build (push) Failing after 15s
Darwin / Unit Tests (push) Has been cancelled
Windows Tests / build (^1.16, windows-latest) (push) Has been cancelled
CodeQL / Analyze (go) (push) Failing after 17s
This commit is contained in:
parent
3dceb4a885
commit
3692cf06aa
@ -38,7 +38,7 @@ spec:
|
|||||||
effect: "NoSchedule"
|
effect: "NoSchedule"
|
||||||
containers:
|
containers:
|
||||||
- name: csi-provisioner
|
- name: csi-provisioner
|
||||||
image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
|
image: docker.fairclip.cn/sig-storage/csi-provisioner:v5.3.0
|
||||||
args:
|
args:
|
||||||
- "-v=2"
|
- "-v=2"
|
||||||
- "--csi-address=$(ADDRESS)"
|
- "--csi-address=$(ADDRESS)"
|
||||||
@ -69,7 +69,7 @@ spec:
|
|||||||
drop:
|
drop:
|
||||||
- ALL
|
- ALL
|
||||||
- name: csi-resizer
|
- name: csi-resizer
|
||||||
image: registry.k8s.io/sig-storage/csi-resizer:v1.13.2
|
image: docker.fairclip.cn/sig-storage/csi-resizer:v1.13.2
|
||||||
args:
|
args:
|
||||||
- "-csi-address=$(ADDRESS)"
|
- "-csi-address=$(ADDRESS)"
|
||||||
- "-v=2"
|
- "-v=2"
|
||||||
@ -97,7 +97,7 @@ spec:
|
|||||||
drop:
|
drop:
|
||||||
- ALL
|
- ALL
|
||||||
- name: csi-snapshotter
|
- name: csi-snapshotter
|
||||||
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.1
|
image: docker.fairclip.cn/sig-storage/csi-snapshotter:v8.2.1
|
||||||
args:
|
args:
|
||||||
- "--v=2"
|
- "--v=2"
|
||||||
- "--csi-address=$(ADDRESS)"
|
- "--csi-address=$(ADDRESS)"
|
||||||
@ -127,7 +127,7 @@ spec:
|
|||||||
drop:
|
drop:
|
||||||
- ALL
|
- ALL
|
||||||
- name: liveness-probe
|
- name: liveness-probe
|
||||||
image: registry.k8s.io/sig-storage/livenessprobe:v2.16.0
|
image: docker.fairclip.cn/sig-storage/livenessprobe:v2.16.0
|
||||||
args:
|
args:
|
||||||
- --csi-address=/csi/csi.sock
|
- --csi-address=/csi/csi.sock
|
||||||
- --probe-timeout=3s
|
- --probe-timeout=3s
|
||||||
@ -147,7 +147,7 @@ spec:
|
|||||||
drop:
|
drop:
|
||||||
- ALL
|
- ALL
|
||||||
- name: nfs
|
- name: nfs
|
||||||
image: gcr.io/k8s-staging-sig-storage/nfsplugin:canary
|
image: docker.fairclip.cn/k8s-staging-sig-storage/nfsplugin:canary
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
@ -30,7 +30,7 @@ spec:
|
|||||||
- operator: "Exists"
|
- operator: "Exists"
|
||||||
containers:
|
containers:
|
||||||
- name: liveness-probe
|
- name: liveness-probe
|
||||||
image: registry.k8s.io/sig-storage/livenessprobe:v2.16.0
|
image: docker.fairclip.cn/sig-storage/livenessprobe:v2.16.0
|
||||||
args:
|
args:
|
||||||
- --csi-address=/csi/csi.sock
|
- --csi-address=/csi/csi.sock
|
||||||
- --probe-timeout=3s
|
- --probe-timeout=3s
|
||||||
@ -50,7 +50,7 @@ spec:
|
|||||||
drop:
|
drop:
|
||||||
- ALL
|
- ALL
|
||||||
- name: node-driver-registrar
|
- name: node-driver-registrar
|
||||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.14.0
|
image: docker.fairclip.cn/sig-storage/csi-node-driver-registrar:v2.14.0
|
||||||
args:
|
args:
|
||||||
- --v=2
|
- --v=2
|
||||||
- --csi-address=/csi/csi.sock
|
- --csi-address=/csi/csi.sock
|
||||||
@ -85,7 +85,7 @@ spec:
|
|||||||
drop:
|
drop:
|
||||||
- ALL
|
- ALL
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
image: gcr.io/k8s-staging-sig-storage/nfsplugin:canary
|
image: docker.fairclip.cn/k8s-staging-sig-storage/nfsplugin:canary
|
||||||
args:
|
args:
|
||||||
- "-v=5"
|
- "-v=5"
|
||||||
- "--nodeid=$(NODE_ID)"
|
- "--nodeid=$(NODE_ID)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user