From be40e5e0506fae3b3cb441f159dba71b14768904 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Thu, 18 Jun 2015 09:13:13 -0700 Subject: [PATCH] remove reference to v1beta3 in logging-demo --- logging-demo/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/logging-demo/README.md b/logging-demo/README.md index ea8b72e7..65c3dd85 100644 --- a/logging-demo/README.md +++ b/logging-demo/README.md @@ -161,9 +161,9 @@ To find the URLs to access the Elasticsearch and Kibana viewer, ``` $ kubectl cluster-info Kubernetes master is running at https://104.154.60.226 -Elasticsearch is running at https://104.154.60.226/api/v1beta3/proxy/namespaces/default/services/elasticsearch-logging -Kibana is running at https://104.154.60.226/api/v1beta3/proxy/namespaces/default/services/kibana-logging -KubeDNS is running at https://104.154.60.226/api/v1beta3/proxy/namespaces/default/services/kube-dns +Elasticsearch is running at https://104.154.60.226/api/v1/proxy/namespaces/default/services/elasticsearch-logging +Kibana is running at https://104.154.60.226/api/v1/proxy/namespaces/default/services/kibana-logging +KubeDNS is running at https://104.154.60.226/api/v1/proxy/namespaces/default/services/kube-dns ``` To find the user name and password to access the URLs,