Pass 2: k8s GCR vanity URL (#8006)

This commit is contained in:
Tim Hockin
2018-04-06 15:13:09 -04:00
committed by k8s-ci-robot
parent 45a0819cdc
commit 8dff71a36b
11 changed files with 21 additions and 20 deletions
@@ -41,7 +41,7 @@ spec:
serviceAccountName: event-exporter-sa
containers:
- name: event-exporter
image: gcr.io/google-containers/event-exporter:v0.1.0
image: k8s.gcr.io/event-exporter:v0.1.0
command:
- '/event-exporter'
terminationGracePeriodSeconds: 30
@@ -25,7 +25,7 @@ spec:
dnsPolicy: Default
containers:
- name: fluentd-gcp
image: gcr.io/google-containers/fluentd-gcp:2.0.2
image: k8s.gcr.io/fluentd-gcp:2.0.2
# If fluentd consumes its own logs, the following situation may happen:
# fluentd fails to send a chunk to the server => writes it to the log =>
# tries to send this message to the server => fails to send a chunk and so on.