digitalocean / Kubernetes-Starter-Kit-Developers

Hands-on tutorial and Automation stack for an operations-ready DigitalOcean Kubernetes (DOKS) cluster.
761 stars 263 forks source link

Default Grafana login credentials #112

Closed ShurikAg closed 2 years ago

ShurikAg commented 2 years ago

I am following this kit step by step and got to Grafana section. There is no information about default Grafana login credentials, so I took the one from the official docs. However, admin for username and password do not work.

How can I resolve that?

v-ctiutiu commented 2 years ago

Hi @ShurikAg

Starter Kit is using by default the default credentials from the prom-stack-values Helm file provided in this repo. You can also find the same information in the corresponding section from the Starter Kit Prometheus tutorial. Just search there for default credentials.

It's not the standard credentials, because that's how the Helm chart maintainers set them initially, I guess. So, for historical reasons credentials remained the same in the Starter Kit as well.

As a kind remainder, for any questions related to the Starter Kit tutorial in general, please use the Discussions section from this repo. Thanks.

Hope it helps.

ShurikAg commented 2 years ago

Thank you! Found it