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
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Describe the bug
When running flux on OpenShift 4, it fails to parse the image-registry url.
To Reproduce
Steps to reproduce the behaviour:
Deploy flux on OpenShift 4 following the steps documented here
Tail the flux logs.
Expected behavior
The image-registry url is parsed correctly.
Logs
172.31.76.157 corresponds to the image-registry service:
image-registry ClusterIP 172.31.76.157 5000/TCP
ts=2019-06-20T10:15:25.794557659Z caller=images.go:106 resource=flux:deployment/flux err="parse 172.31.76.157:5000: first path segment in URL cannot contain colon"
ts=2019-06-20T10:15:25.802524618Z caller=images.go:106 resource=flux:deployment/memcached err="parse 172.31.76.157:5000: first path segment in URL cannot contain colon"
ts=2019-06-20T10:16:25.784916558Z caller=images.go:106 resource=flux:deployment/flux err="parse 172.31.76.157:5000: first path segment in URL cannot contain colon"
ts=2019-06-20T10:16:25.79297563Z caller=images.go:106 resource=flux:deployment/memcached err="parse 172.31.76.157:5000: first path segment in URL cannot contain colon"
Additional context
The text was updated successfully, but these errors were encountered: