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

Error scaling a cluster #111

Closed
alejandrojnm opened this issue Dec 1, 2021 · 0 comments · Fixed by #115
Closed

Error scaling a cluster #111

alejandrojnm opened this issue Dec 1, 2021 · 0 comments · Fixed by #115
Assignees

Comments

@alejandrojnm
Copy link
Member

# civo_kubernetes_cluster.teams-zone-cluster will be updated in-place
  ~ resource "civo_kubernetes_cluster" "teams-zone-cluster" {
        id                     = "d75d0744-36b2-4d97-a40f-0723c577a81b"
        name                   = "teams-zone-cluster"
      ~ num_target_nodes       = 2 -> 3
        # (16 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

Do you want to perform these actions?
  Terraform will perform the actions described above.
  Only 'yes' will be accepted to approve.

  Enter a value: yes

civo_kubernetes_cluster.teams-zone-cluster: Modifying... [id=d75d0744-36b2-4d97-a40f-0723c577a81b]
╷
│ Error: error waiting for cluster (d75d0744-36b2-4d97-a40f-0723c577a81b) to be created: unexpected state 'BUILDING', wanted target 'ACTIVE'. last error: %!s(<nil>)
│
│   on civo_kubernetes_cluster-teams-zone.tf line 36, in resource "civo_kubernetes_cluster" "teams-zone-cluster":36: resource "civo_kubernetes_cluster" "teams-zone-cluster" {
│
╵
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.

1 participant