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
Jenkins-X is by default using urls http://bucketrepo.jx.svc.cluster.local/bucketrepo/charts and http://cd-indicators.jx.svc.cluster.local/lighthouse/events. The local domain is an option of kubernetes and shouldn't be considered to be svc.cluster.local. Morever, it is useless to make any assumption about the local domain, since both {service}.{namespace} and {service}.{namespace}.svc always work.
Jenkins-X is by default using urls
http://bucketrepo.jx.svc.cluster.local/bucketrepo/charts
andhttp://cd-indicators.jx.svc.cluster.local/lighthouse/events
. The local domain is an option of kubernetes and shouldn't be considered to besvc.cluster.local
. Morever, it is useless to make any assumption about the local domain, since both{service}.{namespace}
and{service}.{namespace}.svc
always work.Examples of such occurances:
https://github.com/jx3-gitops-repositories/jx3-kubernetes/blob/master/jx-requirements.yml#L8
https://github.com/jx3-gitops-repositories/jx3-kubernetes/blob/master/versionStream/schedulers/default.yaml#L44
The text was updated successfully, but these errors were encountered: