You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a deployed jenkins-k8s with jenking-k8s-agents correctly integrated, if the charm is integrated with a charm providing the ingress relation, the url in the agents does not get updated (I am using path routing). That is, the agents are offline and cannot connect to jenkins.
Bug Description
Given a deployed
jenkins-k8s
withjenking-k8s-agents
correctly integrated, if the charm is integrated with a charm providing the ingress relation, the url in the agents does not get updated (I am using path routing). That is, the agents are offline and cannot connect to jenkins.To Reproduce
juju deploy jenkins-k8s --channel=latest/edge
juju wait-for application jenkins-k8s
juju deploy jenkins-agent-k8s --num-units=3
juju integrate jenkins-k8s:agent jenkins-agent-k8s:agent
juju wait-for application jenkins-k8s; juju wait-for application jenkins-agent-k8s
juju deploy traefik-k8s --channel=latest/edge --trust
juju integrate jenkins-k8s:ingress traefik-k8s
Now, logging into the jenkins instance, the agents are there, but they are offline.
Environment
I have used a multipass machine created with multipass launch --cpus 8 --memory 16G --disk 50G --name my-juju-vm charm-dev.
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: