mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 20:50:24 +00:00
e2e images pulled from gcr.io
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v1beta1
|
||||
desiredState:
|
||||
manifest:
|
||||
containers:
|
||||
- image: kubernetes/pause
|
||||
- image: gcr.io/google_containers/pause
|
||||
name: testpd
|
||||
volumeMounts:
|
||||
- mountPath: "/testpd"
|
||||
|
@@ -7,7 +7,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: testpd
|
||||
image: kubernetes/pause
|
||||
image: gcr.io/google_containers/pause
|
||||
volumeMounts:
|
||||
# name must match the volume name below
|
||||
- name: testpd
|
||||
|
Reference in New Issue
Block a user