Intermittent authorization issue with the Jenkins k8s plugin & EKS

2019-07-18 Thread Andres Galindo
Hi all, Currently we're using EKS (v1.13) with Jenkins (v2.176.1) and the Kubernetes plugin (v1.17.2) and it seems like every 15 minutes (coincides with how long the generated token is supposed last) there is an issue with authorizing against the cluster. Here is the error message:

Re: Intermittent authorization issue with the Jenkins k8s plugin & EKS

2019-07-18 Thread Andres Galindo
Think I found the issue, I had a much older version of the kube plugin installed and since then, client caching was introduced, I am applying the fix found here: https://github.com/jenkinsci/kubernetes-plugin/pull/429 On Thursday, July 18, 2019 at 9:41:24 AM UTC-4, Andres Galindo wrote: > &