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:
@@ -3,6 +3,8 @@ kind: Service
|
||||
id: elasticsearch-logging
|
||||
containerPort: es-port
|
||||
port: 9200
|
||||
labels:
|
||||
name: elasticsearch-logging
|
||||
selector:
|
||||
name: elasticsearch-logging
|
||||
createExternalLoadBalancer: true
|
||||
|
@@ -3,7 +3,8 @@ kind: Service
|
||||
id: kibana-logging
|
||||
containerPort: kibana-port
|
||||
port: 5601
|
||||
labels:
|
||||
name: kibana-logging
|
||||
selector:
|
||||
name: kibana-logging
|
||||
createExternalLoadBalancer: true
|
||||
|
||||
|
Reference in New Issue
Block a user