Hello,
I am using kubernetes plugin of the docker,
My pods are not being created, i am seeing below in the logs,
Mar 22, 2016 6:30:27 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
INFO: Excess workload after pending Spot instances: 1
Mar 22, 2016 6:30:27 AM org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud addProvisionedSlave
INFO: Template instance cap of 5 reached for template csanchez/jenkins-slave, not provisioning.
So basically what is "Max number of Instances" setting in kubernetes pod template?
I created two pod templates with two different levels but same image.
And there are two jobs which are using each of these labels.
When i schedule both the jobs, only one run and another never runs due to above errors in logs.
Please help
Thanks in advance