mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
Use k8s.gcr.io vanity domain for container images
This commit is contained in:
@@ -10,4 +10,4 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: gcr.io/google-containers/nginx:1.7.9
|
||||
image: k8s.gcr.io/nginx:1.7.9
|
||||
|
@@ -14,5 +14,5 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: gcr.io/google-containers/nginx:1.7.9
|
||||
image: k8s.gcr.io/nginx:1.7.9
|
||||
terminationMessagePolicy: null
|
||||
|
Reference in New Issue
Block a user