From 053fd6e0fd8622231cb34330d5fe7bd1749fb23b Mon Sep 17 00:00:00 2001 From: "Jason C. Nucciarone" Date: Thu, 1 Aug 2024 17:34:10 -0500 Subject: [PATCH] docs: add important notice about including the offers overlay - mk8s -> microk8s so that first time readers do not get confused. Signed-off-by: Jason C. Nucciarone --- .../observability/connect-workload-manager-to-cos.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/howto/observability/connect-workload-manager-to-cos.md b/howto/observability/connect-workload-manager-to-cos.md index 8403d88..339e7f5 100644 --- a/howto/observability/connect-workload-manager-to-cos.md +++ b/howto/observability/connect-workload-manager-to-cos.md @@ -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