anthos-service-mesh-workshop icon indicating copy to clipboard operation
anthos-service-mesh-workshop copied to clipboard

Command to load Grafana Dashboard

Open arun6445 opened this issue 6 years ago • 1 comments

On link - https://codelabs.developers.google.com/codelabs/anthos-service-mesh-workshop/#14 Point 20, The document says to run below command to port forward for grafana browser and then open the local host on 3000 port, however the local port is mentioned as 3001 to listen.

kubectl --context ${OPS_GKE_1} -n istio-system port-forward svc/grafana 3001:3000 >> /dev/null

Change it to

kubectl --context ${OPS_GKE_1} -n istio-system port-forward svc/grafana 3000:3000 >> /dev/null

arun6445 avatar Feb 28 '20 05:02 arun6445

@stevemcghee FYI

cloud-pharaoh avatar Mar 12 '20 07:03 cloud-pharaoh