redhat-developer / jenkins-old-community-operator

Manage Jenkins Operations on Kubernetes
Apache License 2.0
7 stars 6 forks source link

Mismatch in the service names #141

Open varadaprakash opened 3 years ago

varadaprakash commented 3 years ago

I see Jenkins operator CSV is pointing to following services {"name": "JENKINS_SERVICE_NAME","value": "jenkins-operator-http-example"}, {"name": "JNLP_SERVICE_NAME","value": "jenkins-operator-slave-example"},

When we create example Jenkins Instance, I see service names are different Jenkins service name is jenkins-example JNLP service name is jenkins-example-jnlp

Issue: Due to above service name mismatch, jenkins unable to create slave pods

jaedolph commented 3 years ago

Also having this issue.

When creating a new Jenkins instance using the web ui I had to go to the yaml view and manually fix the auto-populated values for JENKINS_SERVICE_NAME and JNLP_SERVICE_NAME in order for it to work.