Skip to content

Commit

Permalink
fix: add --base to grafana-agent deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
dsloanm committed Mar 7, 2025
1 parent 0bef4e7 commit eabb612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion howto/manage/integrate-with-cos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eabb612

Please sign in to comment.