Merge pull request #3291 from thockin-tmp/gcr-vanity

Convert registry to k8s.gcr.io
pull/3293/head
Matthew Fisher 7 years ago committed by GitHub
commit 72895ddaec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -575,7 +575,7 @@ spec:
spec:
containers:
- name: master
image: gcr.io/google_containers/redis:e2e # or just image: redis
image: k8s.gcr.io/redis:e2e # or just image: redis
resources:
requests:
cpu: 100m

Loading…
Cancel
Save