Skip to content

Commit 2251574

Browse files
authored
Ensure tokens integration when setting up cos (#895)
* Ensure tokens integration when setting up cos * Apply review comments
1 parent 77e24be commit 2251574

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pages/k8s/how-to-cos-lite.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ you can run `juju models` to see a list of available models):
9696
juju switch <charmed-kubernetes-model>
9797
```
9898

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+
99108
Consume the COS Lite endpoints:
100109

101110
```

0 commit comments

Comments
 (0)