处理一线问题时常遇到gfafana密码遗忘的问题,处理步骤也简单,后台修改密码即可
kubectl exec -it $(Pod名) sh -n=命名空间
grafana-cli admin reset-admin-password $(新密码)