kube-state-metrics
- Canonical Kubernetes
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 20 | 04 Sep 2024 | |
latest/candidate | 18 | 15 Apr 2024 | |
latest/beta | 20 | 14 Aug 2024 | |
latest/edge | 19 | 03 Aug 2024 | |
1.31/stable | 20 | 04 Sep 2024 | |
1.31/beta | 20 | 13 Aug 2024 | |
1.31/edge | 19 | 03 Aug 2024 | |
1.30/stable | 15 | 11 Jul 2024 | |
1.30/beta | 15 | 19 Apr 2024 | |
1.30/edge | 15 | 13 Mar 2024 | |
1.29/stable | 18 | 17 Apr 2024 | |
1.29/candidate | 18 | 15 Apr 2024 | |
1.29/beta | 15 | 17 Apr 2024 | |
1.29/edge | 15 | 21 Aug 2023 | |
1.28/stable | 14 | 22 Aug 2023 | |
1.28/beta | 14 | 07 Aug 2023 | |
1.28/edge | 15 | 09 Aug 2023 | |
1.27/stable | 8 | 12 Jun 2023 | |
1.27/candidate | 11 | 10 Apr 2023 | |
1.27/beta | 11 | 10 Apr 2023 | |
1.26/stable | 8 | 27 Feb 2023 | |
1.26/candidate | 8 | 27 Feb 2023 | |
1.26/beta | 9 | 08 Apr 2023 |
juju deploy kube-state-metrics
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:
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