Skip to content

Commit 9c7e5b8

Browse files
authored
Merge pull request docker#7678 from david-yu/patch-11
Add detail on why to use Prometheus on worker nodes
2 parents 4e0c68f + b4eb644 commit 9c7e5b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ee/ucp/admin/configure/collect-cluster-metrics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ These are application-level metrics derived from the container platform itself.
6464

6565
## Deploy Prometheus on worker nodes
6666

67+
Universal Control Plane deploys Prometheus by default on the manager nodes to provide a built-in metrics backend. For cluster sizes over 100 nodes or for use cases where scraping metrics from the Prometheus instances are needed, we recommend that you deploy Prometheus on dedicated worker nodes in the cluster.
68+
6769
To deploy Prometheus on worker nodes in a cluster:
6870

6971
1. Begin by sourcing an admin bundle.
@@ -76,7 +78,7 @@ To deploy Prometheus on worker nodes in a cluster:
7678
ucp-metrics-hvkr7 3/3 Running 0 4h 192.168.80.66 3a724a-0
7779
```
7880
79-
3. Add a Kubernetes node label to one or more workers. Here we add a label with key "ucp-metrics" and value "".
81+
3. Add a Kubernetes node label to one or more workers. Here we add a label with key "ucp-metrics" and value "" to a node with name "3a724a-1".
8082
8183
```
8284
$ kubectl label node 3a724a-1 ucp-metrics=

0 commit comments

Comments
 (0)