skip to main content
Grafana admin password
The Grafana password for the admin user may be obtained by the following command:
kubectl -n ice-metrics get secrets \
ice-release-ice-metrics-ice-monitoring-grafana \
-o jsonpath \
--template '{.data.admin-password}' \
| base64 -d