Revert k8s.gcr.io vanity domain

This reverts commit eba5b6092a.

Fixes https://github.com/kubernetes/kubernetes/issues/57526
This commit is contained in:
Tim Hockin
2017-12-22 14:36:16 -08:00
parent 475d5c32e8
commit e9dd8a68f6
233 changed files with 470 additions and 486 deletions

View File

@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: dns-backend
image: k8s.gcr.io/example-dns-backend:v1
image: gcr.io/google_containers/example-dns-backend:v1
ports:
- name: backend-port
containerPort: 8000

View File

@@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: dns-frontend
image: k8s.gcr.io/example-dns-frontend:v1
image: gcr.io/google_containers/example-dns-frontend:v1
command:
- python
- client.py

View File

@@ -13,7 +13,7 @@
# limitations under the License.
TAG = v1
PREFIX = k8s.gcr.io
PREFIX = gcr.io/google_containers
IMAGE = example-dns-backend
all: push

View File

@@ -13,7 +13,7 @@
# limitations under the License.
TAG = v1
PREFIX = k8s.gcr.io
PREFIX = gcr.io/google_containers
IMAGE = example-dns-frontend
all: push