Re: Jenkins Kubernetes plugin credentials for Google Kubernetes Engine cluster

2019-06-21 Thread Carlos Sanchez
No, that's google service accounts. You want to check Kubernetes service accounts For instance https://devopscube.com/kubernetes-api-access-service-account/ On Fri, Jun 21, 2019 at 8:06 PM samt88 wrote: > Thanks Carlos. I have searched the google for "google cloud service > account token secret

Re: Jenkins Kubernetes plugin credentials for Google Kubernetes Engine cluster

2019-06-21 Thread samt88
Thanks Carlos. I have searched the google for "google cloud service account token secret string" and I get some hits such as this page: https://cloud.google.com/iam/docs/creating-managing-service-account-keys Is this the right place to start? Do you happen to know if there is a page that explain

Re: Jenkins Kubernetes plugin credentials for Google Kubernetes Engine cluster

2019-06-19 Thread Carlos Sanchez
you can create certificate credentials too, but the best way is to use a service account token (secret string) On Tue, Jun 18, 2019 at 11:51 PM samt88 wrote: > I need to setup the Jenkins Kubernetes plugin to fire off slaves on > demand. The top portion of the plugin requires us to provide two i

Jenkins Kubernetes plugin credentials for Google Kubernetes Engine cluster

2019-06-18 Thread samt88
I need to setup the Jenkins Kubernetes plugin to fire off slaves on demand. The top portion of the plugin requires us to provide two important values to the plugin. One is the value for the "Kubernetes URL" field and the other is the value for the "Credentials" field. By providing these two va