Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming a cluster will throw errors #1583

Closed
kgroschoff opened this issue Sep 17, 2019 · 2 comments · Fixed by kubermatic/kubermatic#4423
Closed

Renaming a cluster will throw errors #1583

kgroschoff opened this issue Sep 17, 2019 · 2 comments · Fixed by kubermatic/kubermatic#4423
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/normal Not that urgent, but is important

Comments

@kgroschoff
Copy link
Contributor

kgroschoff commented Sep 17, 2019

When renaming a cluster an error will appear (at least for digitalocean).

Steps to reproduce:

  1. In Cluster Details View click the burger menu on the right in the cluster overview box. A popup will appear
  2. Enter a different name and click save.

For Digitalocean you will get following error:

{
  "error":{
     "code":400,
     "message":"invalid cluster: invalid cloud spec: GET https://api.digitalocean.com/v2/regions: 401 Unable to authenticate you."
  }
}

Just tested on Digitalocean (not working) & AWS (working) so far, please also check all other providers!

@kgroschoff kgroschoff added kind/bug Categorizes issue or PR as related to a bug. team/ui labels Sep 17, 2019
@kdomanski kdomanski added the priority/normal Not that urgent, but is important label Sep 18, 2019
@kgroschoff
Copy link
Contributor Author

Additionally not working:

  • Hetzner:
{
  "error":{
    "code":400,
    "message":"invalid cluster: invalid cloud spec: unable to authenticate (unauthorized)"
  }
}
  • Packet:
{
  "error":{
    "code":400,
    "message":"invalid cluster: invalid cloud spec: apiKey cannot be empty"
  }
}

Working:

  • AWS
  • Azure
  • GCP
  • Openstack
  • VSphere

fyi @zreigz

@maciaszczykm maciaszczykm self-assigned this Oct 2, 2019
@maciaszczykm
Copy link
Contributor

This is not working with presets only. We are missing a few methods. I will add them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/normal Not that urgent, but is important
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants