mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
Remove references to Docker Hub
From November 1 on, Docker will limit unauthenticated pulls to 100 layers per 6 hours. This will certainly cause problems for people pulling the node-exporter from the Docker Hub. Especially in Kubernetes scenarios where ImagePullPolicy=Always is common practice and often even enforced by running the AlwaysPullImages admission controller. See: https://www.docker.com/blog/scaling-docker-to-serve-millions-more-developers-network-egress/ Therefor we should stop advertising Docker Hub and rather suggest users to use quay.io Signed-off-by: Johannes 'fish' Ziemke <github@freigeist.org>
This commit is contained in:
parent
e51b508428
commit
6f06af5822
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
[][circleci]
|
[][circleci]
|
||||||
[](https://buildkite.com/prometheus/node-exporter)
|
[](https://buildkite.com/prometheus/node-exporter)
|
||||||
[][quay]
|
[][quay]
|
||||||
[][hub]
|
|
||||||
[][goreportcard]
|
[][goreportcard]
|
||||||
|
|
||||||
Prometheus exporter for hardware and OS metrics exposed by \*NIX kernels, written
|
Prometheus exporter for hardware and OS metrics exposed by \*NIX kernels, written
|
||||||
|
@ -224,7 +223,6 @@ On some systems, the `timex` collector requires an additional Docker flag,
|
||||||
There is a [community-supplied COPR repository](https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/) which closely follows upstream releases.
|
There is a [community-supplied COPR repository](https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/) which closely follows upstream releases.
|
||||||
|
|
||||||
[travis]: https://travis-ci.org/prometheus/node_exporter
|
[travis]: https://travis-ci.org/prometheus/node_exporter
|
||||||
[hub]: https://hub.docker.com/r/prom/node-exporter/
|
|
||||||
[circleci]: https://circleci.com/gh/prometheus/node_exporter
|
|
||||||
[quay]: https://quay.io/repository/prometheus/node-exporter
|
[quay]: https://quay.io/repository/prometheus/node-exporter
|
||||||
|
[circleci]: https://circleci.com/gh/prometheus/node_exporter
|
||||||
[goreportcard]: https://goreportcard.com/report/github.com/prometheus/node_exporter
|
[goreportcard]: https://goreportcard.com/report/github.com/prometheus/node_exporter
|
||||||
|
|
Loading…
Reference in a new issue