Re: Kubernetes plugin ( want to run slave as pod )

2018-01-04 Thread Carlos Sanchez
kubectl logs your_pod_slave has to print something, with that we could probably help you better Please stop hijacking jira issues and other email threads to enter unrelated comments. On Tue, Jan 2, 2018 at 8:29 PM, Vamsi krishna wrote: > > > On Saturday, December 30, 2017 at 10:29:58 AM UTC-8,

Re: Kubernetes plugin ( want to run slave as pod )

2018-01-03 Thread Vamsi krishna
Hi @carlos in jenkins kubernetes plugin configuration we need to mention in the container template Working directory /home/jenkins command to run slave agent ? arguments to pass to the command ${computer.jnlpmac} ${computer.name} is this correrct what i am given and what is that comman

Re: Kubernetes plugin ( want to run slave as pod )

2018-01-02 Thread Vamsi krishna
On Saturday, December 30, 2017 at 10:29:58 AM UTC-8, Carlos Sanchez wrote: > > what logs and events are you getting when you run > > * kubectl logs your_pod_slave > * kubectl describe your_pod_slave > > are you getting "failed to open log file" there? if you do it looks like a > kubernetes issue

Re: Kubernetes plugin ( want to run slave as pod )

2017-12-30 Thread Carlos Sanchez
what logs and events are you getting when you run * kubectl logs your_pod_slave * kubectl describe your_pod_slave are you getting "failed to open log file" there? if you do it looks like a kubernetes issue, like https://github.com/kubernetes/kubernetes/issues/45911 that points to your container r

Kubernetes plugin ( want to run slave as pod )

2017-12-28 Thread Vamsi krishna
Hello Team, I am using kubernetes plugin 1.1 My cluster is running in local Host.. Jenkins is running in outside cluster.. I want to run my Jenkins build jobs with slave pod in containers..after build job is done my slave pod has to kill automatically.. Pod is killing automatically when build j