You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/AWS/AWS-EKS/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ This process can also be done using the AWS Command Line Interface (CLI) or the
128
128
--values grafana.yaml \
129
129
--set service.type=LoadBalancer
130
130
131
-
3. Execute these commands to get the URL. Login in with the username admin and the password EKS!sAWsome
131
+
3. Execute these commands to get the URL. Login in with the username admin and the password EKS!sAWsome. The URL received after exporting the external hostname (from the command below) will be used to render the graphs in Electron.
132
132
133
133
export ELB=$(kubectl get svc -n grafana grafana -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
0 commit comments