@@ -31,33 +31,31 @@ are deleted they are no longer visible on the `/metrics` endpoint.
31
31
32
32
## Table of Contents
33
33
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 )
61
59
62
60
### Versioning
63
61
@@ -75,13 +73,13 @@ At most, 5 kube-state-metrics and 5 [kubernetes releases](https://github.com/kub
75
73
Generally, 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.
76
74
77
75
| 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 |
85
83
86
84
#### Resource group version compatibility
87
85
0 commit comments