checkmk-docs icon indicating copy to clipboard operation
checkmk-docs copied to clipboard

Wrong documentation for supported kubernetes Version

Open Brice187 opened this issue 4 years ago • 3 comments

https://docs.checkmk.com/latest/en/monitoring_kubernetes.html

Support forKubernetes versions 1.18 and newer is currently limited, due to the fact that the official Kubernetes Python Client is not yet compatible with Kubernetes' newest API versions.

The python client supports Kubernetes ver. 1.21.x https://github.com/kubernetes-client/python

Brice187 avatar Dec 06 '21 10:12 Brice187

  1. The Kubernetes Python Client 21.0 is only available as an alpha version.
  2. It has only been available for 6 days.
  3. We will have to check what and how this works now.

sebkir avatar Dec 06 '21 11:12 sebkir

  1. Kubernetes Python Client 21.7 is stable now -> https://github.com/kubernetes-client/python/releases/tag/v21.7.0
  2. ...
  3. Please check, because Kubernetes 1.18 is EOL and v1.21 is the current stable release.

Brice187 avatar Jan 27 '22 16:01 Brice187

Hi @Brice187 as we did not want to run into the same traps again, we reimplemented our Kubernetes integration from scratch. Please have a look into the soon arriving new article. It's already available in German and will be in English, soon. First, as an automated translation.

godspeed-you avatar Jun 07 '22 10:06 godspeed-you

The Kubernetes monitoring has been completely re-worked and also the documentation is almost completely new. The issue with the supported versions of Kubernetes is handled in the Helm charts and not part of the documentation anymore.

sebkir avatar Jan 05 '23 14:01 sebkir