cos-configuration-k8s

COS configuration

Channel Revision Published Runs on
2/stable 79 12 Nov 2025
Ubuntu 24.04
2/candidate 79 12 Nov 2025
Ubuntu 24.04
2/edge 85 30 Jan 2026
Ubuntu 24.04
dev/edge 90 20 Feb 2026
Ubuntu 24.04
1/stable 71 08 Jul 2025
Ubuntu 20.04
1/candidate 71 26 Jun 2025
Ubuntu 20.04
1/beta 71 10 Jun 2025
Ubuntu 20.04
1/edge 71 14 May 2025
Ubuntu 20.04
juju deploy cos-configuration-k8s --channel 2/edge
Show information

Platform:

Learn about configurations >

  • 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.