e2e images pulled from gcr.io

This commit is contained in:
Jeff Lowdermilk
2015-03-31 10:25:20 -07:00
parent 506887515d
commit 2d8e93f8b4
33 changed files with 48 additions and 48 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v1beta1
desiredState:
manifest:
containers:
- image: kubernetes/pause
- image: gcr.io/google_containers/pause
name: testpd
volumeMounts:
- mountPath: "/testpd"

View File

@@ -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