mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 04:03:20 +00:00
Update e2e test images url
Removes any reference from the registry gcr.io/kubernetes-e2e-test-images in kubernetes/kubernetes, replacing it with k8s.gcr.io/kubernetes-e2e-test-images. In some cases, the images had to be updated since a few things have changed since their original implementation, most notably being the fact that some of the images have been centralized into the agnhost image. Co-Authored-By: Claudiu Belu <cbelu@cloudbasesolutions.com>
This commit is contained in:
committed by
Claudiu Belu
parent
f6c2068623
commit
bbb368b701
3
hack/testdata/pod-with-large-name.yaml
vendored
3
hack/testdata/pod-with-large-name.yaml
vendored
@@ -8,4 +8,5 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-serve-hostname
|
||||
image: gcr.io/kubernetes-e2e-test-images/serve-hostname-amd64:1.1
|
||||
image: k8s.gcr.io/e2e-test-images/agnhost:2.32
|
||||
command: ["/agnhost", "serve-hostname"]
|
||||
|
Reference in New Issue
Block a user