Skip to content

Commit 3eee641

Browse files
committed
README.md: Replace Kubernetes compat matrix
Signed-off-by: Manuel Rüger <[email protected]>
1 parent 1123917 commit 3eee641

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,16 @@ All additional compatibility is only best effort, or happens to still/already be
6767
#### Compatibility matrix
6868

6969
At most, 5 kube-state-metrics and 5 [kubernetes releases](https://github.com/kubernetes/kubernetes/releases) will be recorded below.
70+
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.
7071

71-
| kube-state-metrics | **Kubernetes 1.21** | **Kubernetes 1.22** | **Kubernetes 1.23** | **Kubernetes 1.24** | **Kubernetes 1.25** |
72-
|--------------------|:--------------------:|:-------------------:|:-------------------:|:-------------------:|:-------------------:|
73-
| **v2.3.0** | ||| - | - |
74-
| **v2.4.2** | -/✓ ||| - | - |
75-
| **v2.5.0** | -/✓ ||| - | - |
76-
| **v2.6.0** | -/✓ |||| - |
77-
| **master** | -/✓ |||| |
72+
| kube-state-metrics | Kubernetes client-go Version |
73+
|--------------------|:----------------------------:|
74+
| **v2.3.0** | v1.23 |
75+
| **v2.4.2** | v1.23 |
76+
| **v2.5.0** | v1.24 |
77+
| **v2.6.0** | v1.24 |
78+
| **master** | v1.25 |
7879

79-
- `` Fully supported version range.
80-
- `-` The Kubernetes cluster has features the client-go library can't use (additional API objects, deprecated APIs, etc).
81-
82-
**Note:** The current kube-state-metrics `v2.0.0 +` releases work on Kubernetes v1.17 & v1.18 excluding Ingress or CertificateSigningRequest resource metrics. If you require those metrics on an older Kubernetes version, use kube-state-metrics `v1.9.8`.
8380

8481
#### Resource group version compatibility
8582

0 commit comments

Comments
 (0)