
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>
13 lines
360 B
YAML
13 lines
360 B
YAML
# Used for testing name truncation in kubectl expose
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: kubernetes-serve-hostname-testing-sixty-three-characters-in-length
|
|
labels:
|
|
name: kubernetes-serve-hostname
|
|
spec:
|
|
containers:
|
|
- name: kubernetes-serve-hostname
|
|
image: k8s.gcr.io/e2e-test-images/agnhost:2.32
|
|
command: ["/agnhost", "serve-hostname"]
|