From 11ee7ee7e119c738d075ecf6a5e7969771679f5d Mon Sep 17 00:00:00 2001 From: Leo Lei Date: Thu, 12 Aug 2021 21:58:33 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9b35e0c..bb066525 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ adapter talks to Prometheus and the main Kubernetes cluster: within the time period will appear in the adapter. Therefore, the metrics-max-age should be equal to or larger than your Prometheus' scrape interval, or your metrics will occaisonally disappear from the adapter. - By default, this is the set to be the same as metrics-relist-interval to avoid + By default, this is set to be the same as metrics-relist-interval to avoid some confusing behavior (See this [PR](https://github.com/kubernetes-sigs/prometheus-adapter/pull/230)). Note: We recommend setting this only if you understand what is happening.