Re: Integrating Jenkins with EKS Cluster

2019-09-18 Thread Junaid Mukhtar
gt; Vincent > > > Le ven. 6 sept. 2019 à 11:47, Junaid Mukhtar a > écrit : > >> Hi Vincent >> >> We are currently running Jenkins (EC2) and Kubernetes (EC2) and are >> trying to migrate from Kubernetes to EKS for ease of management. I was >> hoping to do o

Re: Integrating Jenkins with EKS Cluster

2019-09-12 Thread Junaid Mukhtar
(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Any idea guys? Regards, Junaid On Mon, Sep 9, 2019 at 2:20 PM Junaid Mukhtar wrote: > I have made the necessary configurati

Re: Integrating Jenkins with EKS Cluster

2019-09-09 Thread Junaid Mukhtar
g > credentials type secret file, and you provide a kubeconfig that you > validated works using kubectl. It replaces the configuration completely > (including host). > One more gotcha with EKS: > https://github.com/jenkinsci/kubernetes-plugin#running-with-a-remote-kubernetes-cloud-in-a

Re: Kubernetes Plugin - Fails When Executing Commands on Second Container

2019-09-09 Thread Sardar Junaid Mukhtar
Hi Carlos I have upgraded the plugin to the latest version 1.18.3 and we are still hitting the same issue but with a slightly different error message. Any chance that you can look into this? Thanks, Junaid On Friday, December 14, 2018 at 1:08:55 PM UTC, Simon Young wrote: > > Unfortunately it

Re: Integrating Jenkins with EKS Cluster

2019-09-06 Thread Junaid Mukhtar
n it would use directly service account credentials. > > Vincent > > > Le jeu. 5 sept. 2019 à 00:06, Junaid Mukhtar a > écrit : > >> >> Hi Team >>> >>> We are using Jenkins to run build, test and deploy jobs to our KOPS >>> Cluster success

Re: Integrating Jenkins with EKS Cluster

2019-09-04 Thread Junaid Mukhtar
> Hi Team > > We are using Jenkins to run build, test and deploy jobs to our KOPS > Cluster successfully without any issues. Jenkins is running on a dedicated > EC2 instance > > We are now planning to switch over to EKS Cluster and want to point > Jenkins to the new EKS cluster to perform the same