fabric8io / gofabric8

CLI used when working with fabric8 running on Kubernetes or OpenShift
https://fabric8.io/
Apache License 2.0
147 stars 72 forks source link

gofabric8 doesn't respect docker-registry switch #639

Open gaord opened 6 years ago

gaord commented 6 years ago

I try to deploy platform in kubernetes cluster with a private docker registry as below: gofabric8 deploy -y -n fabric8 --pv=false --ingress=false --http=true --package platform --docker-registry https://registry.local/fabric8

During installing it picks up the switch anyway. However, pods are deployed with the public docker registry. Loading fabric8 docker images from docker registry: https://registry.local/fabric8

gofabric8 version info: gofabric8, version 0.4.176 (branch: 'master', revision: '22de39d49')

Hope it could be fixed anyway. Thanks