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
In the ./build/k8s/bundle.sh script, it will optionally allow you to create a managed grafana instance. While it did wait for the creation to be completed, the grafana instance was not available yet, so when it attempted to create the dashboards, it failed. We either need to wait for grafana instance to be fully available or perhaps add retries around the dashboard creations.