-
Hello, Currently trying Argo Rollouts, I'm having issue to make the dashboard to work. When I execute
and when opening the dashboard, it's stuck at the Loading screen. For context, I'm working on a remote k8s cluster, and I execute the kubectl command locally on my workstation. Can you confirm if this is supported, or if the dashboard is only meant for test clusters than run on the local workstation? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Same issue exactly. would say yes it's supported. |
Beta Was this translation helpful? Give feedback.
-
Ok, so I came back on this issue again. My issue was that I didn't create any rollout yet (since I tried to spawn the dashboard before following the Getting Started docs). After creating a rollout, the dashboard worked correctly. The It may be a good idea to display something like "There is no rollout" instead of being stuck on the loading screen, thinking something is broken? |
Beta Was this translation helpful? Give feedback.
-
solved my issue by installing rollout extension directly in argocd UI with argo extension. it add a tab "rollout" on every app when you clic on app's detail. |
Beta Was this translation helpful? Give feedback.
Ok, so I came back on this issue again. My issue was that I didn't create any rollout yet (since I tried to spawn the dashboard before following the Getting Started docs). After creating a rollout, the dashboard worked correctly.
The
failed to connect
error wasn't related to my issue at all, I still have it and the dashboard works correctly.It may be a good idea to display something like "There is no rollout" instead of being stuck on the loading screen, thinking something is broken?