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 was archived by the owner on Jul 16, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: