anthos-service-mesh-workshop
anthos-service-mesh-workshop copied to clipboard
Command to load Grafana Dashboard
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
@stevemcghee FYI