Kubernetes Metrics Server

  • By Canonical Kubernetes
Channel Revision Published Runs on
latest/stable 17 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 17 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/beta 14 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 14 10 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.30/beta 14 19 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.30/edge 14 13 Mar 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/stable 17 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/candidate 17 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/beta 14 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/edge 14 21 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/stable 13 22 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/candidate 11 07 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/beta 13 07 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/edge 14 10 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/stable 11 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/candidate 11 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/beta 8 10 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
juju deploy kubernetes-metrics-server
Show information

Platform:

Learn about configurations >

  • extra-args | string

    Each release starts the metric-server with a specific set of arguments as defined by the official manifests. By adding space separated arguments, the flags/configs will amend and overwrite any existing config defined by that releases' manifest. example) #--kubelet-insecure-tls - Do not verify the CA of serving certificates presented by Kubelets. For testing purposes only. juju config kubernetes-metrics-server extra-args='--kubelet-insecure-tls'

  • image-registry | string

    Source registry of metrics server images. By setting to a value, each image listed in the component.yaml has its image-registry replaced. If unset, the component.yaml will use its default image registry. example) juju config kubernetes-metrics-server image-registry='rocks.canonical.com:443/cdk' juju config kubernetes-metrics-server --reset image-registry

  • release | string

    Specify the version of metrics-server as defined by https://github.com/kubernetes-sigs/metrics-server/releases example) juju config kubernetes-metrics-server release='v0.6.1' A list of supported versions is available through the action: juju run-action kubernetes-metrics-server/0 list-releases --wait To reset by to the latest supported by the charm use: juju config kubernetes-metrics-server --reset release The current release deployed is available by viewing juju status kubernetes-metrics-server