Commit 18f3362b authored by Chao Xu's avatar Chao Xu

remove reference to v1beta3 in logging-demo

parent 1ba90909
...@@ -161,9 +161,9 @@ To find the URLs to access the Elasticsearch and Kibana viewer, ...@@ -161,9 +161,9 @@ To find the URLs to access the Elasticsearch and Kibana viewer,
``` ```
$ kubectl cluster-info $ kubectl cluster-info
Kubernetes master is running at https://104.154.60.226 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 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/v1beta3/proxy/namespaces/default/services/kibana-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/v1beta3/proxy/namespaces/default/services/kube-dns 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, To find the user name and password to access the URLs,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment