[JIRA] (JENKINS-55788) Error when configuring Kubernetes Plugin v1.14.3

2019-06-27 Thread liyati...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 liyatikal commented on  JENKINS-55788  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Error when configuring Kubernetes Plugin v1.14.3   
 

  
 
 
 
 

 
 You need to create a role for cluster-admin for your user: 

 

kubectl create clusterrolebinding permissive-binding --clusterrole=cluster-admin --user=admin --user=kubelet --group=system:serviceaccounts 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.197177.1548456723000.10481.1561628880252%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55788) Error when configuring Kubernetes Plugin v1.14.3

2019-01-30 Thread ravisharma...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ravi Sharma commented on  JENKINS-55788  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Error when configuring Kubernetes Plugin v1.14.3   
 

  
 
 
 
 

 
 I am also facing the same issue. My jenkins master runs on K8s and trying the agent provisioning on same cluster and namespace.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55788) Error when configuring Kubernetes Plugin v1.14.3

2019-01-25 Thread mdpg...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Douglas Pacheco Gonçalves Dias created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55788  
 
 
  Error when configuring Kubernetes Plugin v1.14.3   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Michael Douglas Pacheco Gonçalves Dias  
 
 
Attachments: 
 1.png  
 
 
Components: 
 kubernetes-plugin  
 
 
Created: 
 2019-01-25 22:52  
 
 
Environment: 
 Jenkins version: 2.161  Kubernetes-plugin version: 1.14.3  OS: Linux mint 19.1 (Tessa)   
 
 
Labels: 
 kubernetes-plugin kubernetes minikube  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Michael Douglas Pacheco Gonçalves Dias  
 

  
 
 
 
 

 
 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".