From noreply@github.com Tue Oct 29 08:00:47 2019 From: Tom =?utf-8?q?B=C3=A4rwinkel?= To: checkmk-commits@lists.checkmk.com Subject: [checkmk-commits] [tribe29/checkmk] 520141: 10447 FIX agent_kubernetes: use new API versions Date: Tue, 29 Oct 2019 00:00:44 -0700 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0582860560800998529==" --===============0582860560800998529== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Branch: refs/heads/1.6.0 Home: https://github.com/tribe29/checkmk Commit: 520141ac249be4bb7bc60d007276e41fe708a35b https://github.com/tribe29/checkmk/commit/520141ac249be4bb7bc60d007276e= 41fe708a35b Author: Tom Baerwinkel Date: 2019-10-28 (Mon, 28 Oct 2019) Changed paths: A .werks/10447 M cmk/special_agents/agent_kubernetes.py M doc/treasures/kubernetes/check_mk_rbac.yaml Log Message: ----------- 10447 FIX agent_kubernetes: use new API versions The Kubernetes release 1.16 deprecated two API endpoints. To honor these deprecations the agent_kubernetes now uses the recommended new API endpoints by default. All Kubernetes versions since 1.9 support these new API endpoints. To grant Checkmk access to the new API endpoints an updated version of the check_mk_rbac.yaml has to be applied. If you have a Kubernetes version >=3D 1.16 and use a special agent prior to this werk a NotFound (404) error will be returned. If you do not apply the updated check_mk_rbac.yaml the special agent will fall back to the old API version to be backwards compatible. Change-Id: I39e968a2dc7210ab32bac71cc763a9a36f039a61 --===============0582860560800998529==--