gocrane / crane

Crane is a FinOps Platform for Cloud Resource Analytics and Economics in Kubernetes clusters. The goal is not only to help users to manage cloud cost easier but also ensure the quality of applications.
https://gocrane.io
Apache License 2.0
1.87k stars 382 forks source link

crane v0.9.0 can not add cluster #717

Closed dsoyet closed 1 year ago

dsoyet commented 1 year ago

Describe the bug I cannot add cluster to dashboard, got

GET http://dashboard.gocrane.fake/api/v1/cluster 504 (Gateway Time-out)

from browser console Reproduce steps

  1. Install gocrane step by step from https://gocrane.io/docs/getting-started/installation/installation/
  2. Add ingress config
  3. Add cluster from browser dashboad

Expected behavior

I can add cluster default.

Screenshots

Browser Screenshot

Environment (please complete the following information):

dsoyet commented 1 year ago

Case closed, this bug only show in docker-based cluster, when I switch to containerd-based cluster, gocrane works like a charm.