kubermatic / dashboard

Dashboard For The Kubermatic Kubernetes Platform
https://www.kubermatic.com
Other
42 stars 62 forks source link

Cannot list Hetzner sizes for existing clusters #1622

Closed maciaszczykm closed 4 years ago

maciaszczykm commented 4 years ago

In wizard everything works fine, but when trying to add new node deployment from cluster view it is not possible. 404 is returned and it seems like there is no endpoint in the API but the UI tries to use it.

/api/v1/providers/hetzner/sizes is there but /projects/{project_id}/dc/{dc}/clusters/{cluster_id}/providers/hetzner/sizes doesnt exist.

maciaszczykm commented 4 years ago

Check if https://github.com/kubermatic/dashboard-v2/issues/1616 is fixed for this provider before closing the issue.