fabric8io / fabric8-console

Angular 1.x console for fabric8
28 stars 27 forks source link

fabric8 console doesn't open for minishift since removing LoadBalancer type #231

Closed rawlingsj closed 8 years ago

rawlingsj commented 8 years ago

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.