We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e24be commit 2251574Copy full SHA for 2251574
pages/k8s/how-to-cos-lite.md
@@ -96,6 +96,15 @@ you can run `juju models` to see a list of available models):
96
juju switch <charmed-kubernetes-model>
97
```
98
99
+Ensure `tokens` relation between `kubernetes-worker` and
100
+`kubernetes-control-plane` applications exist. This grants the `grafana-agent`
101
+on the worker nodes access to metrics from the node's `kubelet`. Repeat the
102
+following command for every application of the charm type `kubernetes-worker`.
103
+
104
+```
105
+juju integrate kubernetes-control-plane:tokens kubernetes-worker
106
107
108
Consume the COS Lite endpoints:
109
110
0 commit comments