From d4c82cca77e67a978a75131ad74deee2dc92f7fd Mon Sep 17 00:00:00 2001 From: Yecheng Fu Date: Wed, 17 Apr 2019 11:32:14 +0800 Subject: [PATCH] delete note about gcloud web console --- charts/tidb-cluster/templates/NOTES.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/charts/tidb-cluster/templates/NOTES.txt b/charts/tidb-cluster/templates/NOTES.txt index 557d8338d3e..689a1e2762f 100644 --- a/charts/tidb-cluster/templates/NOTES.txt +++ b/charts/tidb-cluster/templates/NOTES.txt @@ -25,6 +25,4 @@ Cluster access kubectl port-forward -n {{ .Release.Namespace }} svc/{{ template "cluster.name" . }}-grafana 3000:3000 Open browser at http://localhost:3000. The default username and password is admin/admin. If you are running this from a remote machine, you must specify server's external IP address. - In gcloud web console, you can use web preview feature, e.g. https://ssh.cloud.google.com/devshell/proxy?port=3000 - You can refer to https://cloud.google.com/shell/docs/using-web-preview for more details. {{- end -}}