Reinstate cluster logging URLs to the end of kube-up.sh

Adds labels to the services, waits for them to be created (which
should be instant, but just in case), query the forwarding rules like
as we did before.

Fixes #3893
This commit is contained in:
Zach Loafman
2015-02-03 08:27:02 -08:00
parent 2ac6bbb7eb
commit ae27f29c56
3 changed files with 25 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ kind: Service
id: elasticsearch-logging
containerPort: es-port
port: 9200
labels:
name: elasticsearch-logging
selector:
name: elasticsearch-logging
createExternalLoadBalancer: true

View File

@@ -3,7 +3,8 @@ kind: Service
id: kibana-logging
containerPort: kibana-port
port: 5601
labels:
name: kibana-logging
selector:
name: kibana-logging
createExternalLoadBalancer: true