@@ -31,33 +31,31 @@ are deleted they are no longer visible on the `/metrics` endpoint.
3131
3232## Table of Contents
3333
34- - [ Overview] ( #overview )
35- - [ Table of Contents] ( #table-of-contents )
36- - [ Versioning] ( #versioning )
37- - [ Kubernetes Version] ( #kubernetes-version )
38- - [ Compatibility matrix] ( #compatibility-matrix )
39- - [ Resource group version compatibility] ( #resource-group-version-compatibility )
40- - [ Container Image] ( #container-image )
41- - [ Metrics Documentation] ( #metrics-documentation )
42- - [ Conflict resolution in label names] ( #conflict-resolution-in-label-names )
43- - [ Kube-state-metrics self metrics] ( #kube-state-metrics-self-metrics )
44- - [ Scaling kube-state-metrics] ( #scaling-kube-state-metrics )
45- - [ Resource recommendation] ( #resource-recommendation )
46- - [ Latency] ( #latency )
47- - [ A note on costing] ( #a-note-on-costing )
48- - [ kube-state-metrics vs. metrics-server] ( #kube-state-metrics-vs-metrics-server )
49- - [ Horizontal sharding] ( #horizontal-sharding )
50- - [ Automated sharding] ( #automated-sharding )
51- - [ Daemonset sharding for pod metrics] ( #daemonset-sharding-for-pod-metrics )
52- - [ Setup] ( #setup )
53- - [ Building the Docker container] ( #building-the-docker-container )
54- - [ Usage] ( #usage )
55- - [ For users of prometheus-operator/kube-prometheus stack] ( #for-users-of-prometheus-operatorkube-prometheus-stack )
56- - [ Kubernetes Deployment] ( #kubernetes-deployment )
57- - [ Limited privileges environment] ( #limited-privileges-environment )
58- - [ Helm Chart] ( #helm-chart )
59- - [ Development] ( #development )
60- - [ Developer Contributions] ( #developer-contributions )
34+ * [ Versioning] ( #versioning )
35+ * [ Kubernetes Version] ( #kubernetes-version )
36+ * [ Compatibility matrix] ( #compatibility-matrix )
37+ * [ Resource group version compatibility] ( #resource-group-version-compatibility )
38+ * [ Container Image] ( #container-image )
39+ * [ Metrics Documentation] ( #metrics-documentation )
40+ * [ Conflict resolution in label names] ( #conflict-resolution-in-label-names )
41+ * [ Kube-state-metrics self metrics] ( #kube-state-metrics-self-metrics )
42+ * [ Resource recommendation] ( #resource-recommendation )
43+ * [ Latency] ( #latency )
44+ * [ A note on costing] ( #a-note-on-costing )
45+ * [ kube-state-metrics vs. metrics-server] ( #kube-state-metrics-vs-metrics-server )
46+ * [ Scaling kube-state-metrics] ( #scaling-kube-state-metrics )
47+ * [ Resource recommendation] ( #resource-recommendation )
48+ * [ Horizontal sharding] ( #horizontal-sharding )
49+ * [ Automated sharding] ( #automated-sharding )
50+ * [ Daemonset sharding for pod metrics] ( #daemonset-sharding-for-pod-metrics )
51+ * [ Setup] ( #setup )
52+ * [ Building the Docker container] ( #building-the-docker-container )
53+ * [ Usage] ( #usage )
54+ * [ Kubernetes Deployment] ( #kubernetes-deployment )
55+ * [ Limited privileges environment] ( #limited-privileges-environment )
56+ * [ Helm Chart] ( #helm-chart )
57+ * [ Development] ( #development )
58+ * [ Developer Contributions] ( #developer-contributions )
6159
6260### Versioning
6361
@@ -75,13 +73,13 @@ At most, 5 kube-state-metrics and 5 [kubernetes releases](https://github.com/kub
7573Generally, it is recommended to use the latest release of kube-state-metrics. If you run a very recent version of Kubernetes, you might want to use an unreleased version to have the full range of supported resources. If you run an older version of Kubernetes, you might need to run an older version in order to have full support for all resources. Be aware, that the maintainers will only support the latest release. Older versions might be supported by interested users of the community.
7674
7775| kube-state-metrics | Kubernetes client-go Version |
78- | ------------------ | :--------------------------: |
79- | ** v2.6.0** | v1.24 |
80- | ** v2.7.0** | v1.25 |
81- | ** v2.8.2** | v1.26 |
82- | ** v2.9.2** | v1.26 |
83- | ** v2.10.0** | v1.27 |
84- | ** main** | v1.28 |
76+ | -------------------- | :----------------------------: |
77+ | ** v2.6.0** | v1.24 |
78+ | ** v2.7.0** | v1.25 |
79+ | ** v2.8.2** | v1.26 |
80+ | ** v2.9.2** | v1.26 |
81+ | ** v2.10.0** | v1.27 |
82+ | ** main** | v1.28 |
8583
8684#### Resource group version compatibility
8785
0 commit comments