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

civo_kubernetes_cluster scale up is not working as expected #52

Closed
faem opened this issue Aug 9, 2021 · 2 comments · Fixed by #63
Closed

civo_kubernetes_cluster scale up is not working as expected #52

faem opened this issue Aug 9, 2021 · 2 comments · Fixed by #63
Assignees

Comments

@faem
Copy link

faem commented Aug 9, 2021

First created a civo_kubernetes_cluster resource using the following tf file:

resource "civo_kubernetes_cluster" "my-cluster" {
    name = "my-cluster"
    num_target_nodes = 3
    target_nodes_size = "g3.k3s.xsmall"
}

Then updated the num_target_nodes field to 5 and applied again.

resource "civo_kubernetes_cluster" "my-cluster" {
    name = "my-cluster"
    num_target_nodes = 5
    target_nodes_size = "g3.k3s.xsmall"
}

Expected to see 5 nodes on the cluster. But it only scales up to 4 and the terraform apply command returns successfully.

@zulh-civo
Copy link
Member

I can confirm this issue happened to me as well. But not when I'm using Civo.com web UI. I will take a look.

@zulh-civo
Copy link
Member

@alejandrojnm - I need your pointers here. What possibly could go wrong here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants