Problems with the Kubernetes special agent

Now, after changing the ClusterRole to:

...
- apiGroups: ["*"]
  resources: ["*"]
  verbs: ["get", "watch", "list"]

I get the following error by running cmk --debug -vvn K8S-M1 (K8S-M1 is the masternode with which I am currently testing all this):

Agent exited with code 1: (404)
Reason: Not Found

HTTP response headers: HTTPHeaderDict({'Audit-Id': 'e9826b36-a092-4b98-b0a5-206a4c56288c', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'X-Kubernetes-Pf-Flowschema-Uid': 'a675563a-23a7-4108-8990-ccfa2a5c51cb', 'X-Kubernetes-Pf-Prioritylevel-Uid': '7458550b-fa57-48c4-b9a5-365d3b25f1de', 'Date': 'Mon, 02 May 2022 09:03:11 GMT', 'Content-Length': '174'})
HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"the server could not find the requested resource","reason":"NotFound","details":{},"code":404}

The ckeckmk config is: