-
Bug
-
Resolution: Not A Defect
-
Blocker
-
Jenkins version: 2.161
Kubernetes-plugin version: 1.14.3
OS: Linux mint 19.1 (Tessa)
I'm following the steps in this article to setup Jenkins on top of my Kubernetes (minikube) cluster. When I ask to Kubernetes plugin to test the connection with my cluster this message appears:
Error testing connection https://192.168.99.113:8443: Failure executing: GET at: https://192.168.99.113:8443/api/v1/namespaces/default/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods is forbidden: User "system:serviceaccount:default:default" cannot list resource "pods" in API group "" in the namespace "default".
{{}}
[JENKINS-55788] Error when configuring Kubernetes Plugin v1.14.3
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
I am also facing the same issue. My jenkins master runs on K8s and trying the agent provisioning on same cluster and namespace.