kube-state-metrics

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

Platform:

The charm’s source can be found on GitHub, and bugs can be filed there, as well.

Contributor Guide

This Juju charm is open source (Apache License 2.0) and we actively seek any community contributions for code, suggestions and documentation. This page details a few notes, workflows and suggestions for how to make contributions most effective and help us all build a better charm - please give them a read before working on any contributions.

Licensing

This charm has been created under the Apache License 2.0, which will cover any contributions you may make to this project. Please familiarise yourself with the terms of the license.

Additionally, this charm uses the Harmony CLA agreement. It’s the easiest way for you to give us permission to use your contributions. In effect, you’re giving us a license, but you still own the copyright — so you retain the right to modify your code and use it in other projects. Please sign the CLA here before making any contributions.

Code of Conduct

We have adopted the Ubuntu Code of Conduct. You can read this in full here.

Contributing Code

To contribute code to this project, submit a pull request on GitHub.

Testing

The Python operator framework includes a very nice harness for testing operator behaviour without full deployment. The default Tox environment includes the lint and unit tests:

tox

Integration tests require an existing controller, and can be run using the integration Tox environment target:

tox -e integration