mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Revert k8s.gcr.io vanity domain
This reverts commit eba5b6092a.
Fixes https://github.com/kubernetes/kubernetes/issues/57526
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
.PHONY: build push
|
||||
|
||||
PREFIX = k8s.gcr.io
|
||||
PREFIX = gcr.io/google-containers
|
||||
IMAGE = fluentd-elasticsearch
|
||||
TAG = v2.0.2
|
||||
|
||||
|
||||
@@ -4,11 +4,11 @@ that collects Docker container log files using [Fluentd][fluentd]
|
||||
and sends them to an instance of [Elasticsearch][elasticsearch].
|
||||
This image is designed to be used as part of the [Kubernetes][kubernetes]
|
||||
cluster bring up process. The image resides at GCR under the name
|
||||
[k8s.gcr.io/fluentd-elasticsearch][image].
|
||||
[gcr.io/google-containers/fluentd-elasticsearch][image].
|
||||
|
||||
[fluentd]: http://www.fluentd.org/
|
||||
[elasticsearch]: https://www.elastic.co/products/elasticsearch
|
||||
[kubernetes]: https://kubernetes.io
|
||||
[image]: https://k8s.gcr.io/fluentd-elasticsearch
|
||||
[image]: https://gcr.io/google-containers/fluentd-elasticsearch
|
||||
|
||||
[]()
|
||||
|
||||
Reference in New Issue
Block a user