COS configuration
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| 2/stable | 79 | 12 Nov 2025 | |
| 2/candidate | 79 | 12 Nov 2025 | |
| 2/edge | 85 | 30 Jan 2026 | |
| dev/edge | 90 | 20 Feb 2026 | |
| 1/stable | 71 | 08 Jul 2025 | |
| 1/candidate | 71 | 26 Jun 2025 | |
| 1/beta | 71 | 10 Jun 2025 | |
| 1/edge | 71 | 14 May 2025 |
juju deploy cos-configuration-k8s --channel 2/edge
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
git_branch | string
Default: master
The git branch to check out.
-
git_depth | int
Default: 1
Cloning depth, to truncate commit history to the specified number of commits. Zero means no truncating.
-
git_repo | string
URL to repo to clone and sync against.
-
git_rev | string
Default: HEAD
The git revision (tag or hash) to check out
-
git_ssh_key | string
An optional SSH private key to use when cloning the repository. WARNING: This will expose your private key as cleartext in the Juju config. Use the "git_ssh_key_secret" config option instead.
-
git_ssh_key_secret | string
An optional SSH private key to use when cloning the repository. This option takes priority over "git_ssh_key" if both are set. The value must be a Juju secret ID, which references a Juju secret, containing the private SSH key. The format for the input is:
- secret://<secret-id>/<key>
This requires the admin to create a Juju secret. The secret must:
- exist in the same model as the cos-configuration charm
- have a key named <key> with the value of the private SSH key
Make sure to "grant-secret" this secret to the cos-configuration charm.
-
grafana_dashboards_path | string
Default: grafana_dashboards
Relative path in repo to grafana dashboards.
-
loki_alert_rules_path | string
Default: loki_alert_rules
Relative path in repo to loki rules.
-
prometheus_alert_rules_path | string
Default: prometheus_alert_rules
Relative path in repo to prometheus rules.