mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Switch to a proper busybox test image
This commit is contained in:
parent
89b50bcf94
commit
3edabfb460
@ -73,7 +73,7 @@ spec:
|
|||||||
# test for directories or create them. It needs additional privileges
|
# test for directories or create them. It needs additional privileges
|
||||||
# for that.
|
# for that.
|
||||||
- name: busybox
|
- name: busybox
|
||||||
image: k8s.gcr.io/busybox
|
image: k8s.gcr.io/e2e-test-images/busybox:1.29-1
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
command:
|
command:
|
||||||
|
@ -387,6 +387,8 @@ func ReplaceRegistryInImageURL(imageURL string) (string, error) {
|
|||||||
switch registryAndUser {
|
switch registryAndUser {
|
||||||
case "gcr.io/kubernetes-e2e-test-images":
|
case "gcr.io/kubernetes-e2e-test-images":
|
||||||
registryAndUser = e2eRegistry
|
registryAndUser = e2eRegistry
|
||||||
|
case "k8s.gcr.io/e2e-test-images":
|
||||||
|
registryAndUser = promoterE2eRegistry
|
||||||
case "k8s.gcr.io":
|
case "k8s.gcr.io":
|
||||||
registryAndUser = gcRegistry
|
registryAndUser = gcRegistry
|
||||||
case "k8s.gcr.io/sig-storage":
|
case "k8s.gcr.io/sig-storage":
|
||||||
|
Loading…
Reference in New Issue
Block a user