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
I deployed this argo-rollouts-dashboard in my productack cluster in AliCloud and opened the logs to see the error reported as follows. How can I solve this problem? The control panel is opened as shown
[root@om2 dashboard-install]# kubectl logs -f argo-rollouts-dashboard-6578bb9b65-j2f4f -n argo-rollouts
time="2024-11-05T02:01:06Z" level=info msg="Argo Rollouts Dashboard is now available at http://localhost:3100/rollouts"
time="2024-11-05T02:01:06Z" level=info msg="[core] [Channel #1 SubChannel #2]grpc: addrConn.createTransport failed to connect to {Addr: "0.0.0.0:3100", ServerName: "0.0.0.0:3100", }. Err: connection error: desc = "transport: Error while dialing: dial tcp 0.0.0.0:3100: connect: connection refused""
As shown in the picture has been stuck on this Loading for a long time, half a day. Then check the log as above
The text was updated successfully, but these errors were encountered:
Hello, I solved this by changing the image tag, my argo-rollout using v1.7.2, previously my argo-rollout-dashboard installation was latest version , and I changed this version with the same version
I deployed this argo-rollouts-dashboard in my productack cluster in AliCloud and opened the logs to see the error reported as follows. How can I solve this problem? The control panel is opened as shown
[root@om2 dashboard-install]# kubectl logs -f argo-rollouts-dashboard-6578bb9b65-j2f4f -n argo-rollouts
time="2024-11-05T02:01:06Z" level=info msg="Argo Rollouts Dashboard is now available at http://localhost:3100/rollouts"
time="2024-11-05T02:01:06Z" level=info msg="[core] [Channel #1 SubChannel #2]grpc: addrConn.createTransport failed to connect to {Addr: "0.0.0.0:3100", ServerName: "0.0.0.0:3100", }. Err: connection error: desc = "transport: Error while dialing: dial tcp 0.0.0.0:3100: connect: connection refused""
As shown in the picture has been stuck on this Loading for a long time, half a day. Then check the log as above
The text was updated successfully, but these errors were encountered: