From eabb6120f1cf024f089aeda6fc5a73b9a6587059 Mon Sep 17 00:00:00 2001 From: Dominic Sloan-Murphy Date: Fri, 7 Mar 2025 18:09:35 +0000 Subject: [PATCH] fix: add `--base` to `grafana-agent` deploy command --- howto/manage/integrate-with-cos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto/manage/integrate-with-cos.md b/howto/manage/integrate-with-cos.md index 51d695a..44042a6 100644 --- a/howto/manage/integrate-with-cos.md +++ b/howto/manage/integrate-with-cos.md @@ -50,7 +50,7 @@ First, within your `charmed-hpc` cloud, use `juju deploy`{l=shell} to deploy Gra on your cluster: :::{code-block} shell -juju deploy --model charmed-hpc-controller:slurm grafana-agent +juju deploy --model charmed-hpc-controller:slurm grafana-agent --base "ubuntu@24.04" ::: ### Connect Charmed HPC to Grafana Agent