sabre1041 / ose-jenkins-cluster

[DEPRECATED] Jenkins slave cluster on OpenShift
17 stars 64 forks source link

Dynamically provisioned slaves not working #9

Closed jthiatt closed 7 years ago

jthiatt commented 7 years ago

I cannot get a slave to start up dynamically, the K8s plugin doesn't pull my slave image from the Open Shift internal registry. When I check the logs it looks the K8s plugin is pulling an image from Docker hub.

From my logs _kube_dockerclient.go:317] Pulling image "jenkinsci/jnlp-slave:alpine": "Pulling repository docker.io/jenkinsci/jnlp-slave

jthiatt commented 7 years ago

Downgraded the K8s plugin to .7, it is working now.