Skip to content

Commit

Permalink
docs: add important notice about including the offers overlay
Browse files Browse the repository at this point in the history
- mk8s -> microk8s so that first time readers do not get confused.

Signed-off-by: Jason C. Nucciarone <nuccitheboss@ubuntu.com>
  • Loading branch information
NucciTheBoss committed Aug 1, 2024
1 parent da6e4a8 commit 053fd6e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions howto/observability/connect-workload-manager-to-cos.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,16 @@ juju integrate slurmctld:cos-agent grafana-agent:cos-agent
With the agent connected to the workload manager controller, make COS available
to the model hosting the cluster's workload manager:

```{important}
For the instructions below to succeed, you must have deployed the
[`offers` overlay](https://charmhub.io/topics/canonical-observability-stack/tutorials/install-microk8s#heading--deploy-the-cos-lite-bundle-with-overlays)
as part of your COS cloud deployment.
```

```shell
juju consume mk8s:admin/cos.prometheus-receive-remote-write
juju consume mk8s:admin/cos.loki-logging
juju consume mk8s:admin/cos.grafana-dashboards
juju consume microk8s:admin/cos.prometheus-receive-remote-write
juju consume microk8s:admin/cos.loki-logging
juju consume microk8s:admin/cos.grafana-dashboards
```

## Connect the workload manager to COS
Expand Down

0 comments on commit 053fd6e

Please sign in to comment.