The LoadBalancer type that was removed earlier today was having a side affect which meant the fabric8 console service was starting with a node port. This node port is used to write the oauthclient redirect url during gofabric8 deploy.
We should change the console service to use NodePort rather than relying on the now default ClusterIP.
The LoadBalancer type that was removed earlier today was having a side affect which meant the fabric8 console service was starting with a node port. This node port is used to write the oauthclient redirect url during
gofabric8 deploy
.We should change the console service to use NodePort rather than relying on the now default ClusterIP.