You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
according to DO, adding HA backplane functionality is supported post kube 1.21. It works from the web console; however, the plan after adding ha = true to an existing cluster indicates a destroy/create cycle would be necessary. It appears the effort to support ha as a valid on-create parameter might pre-date DO's support for enabling HA post-creation.
Affected Resource(s)
digitalocean_kubernetes_cluster
Expected Behavior
applying a plan with a newly truthful ha parameter would provide a non-destructive update
Terraform Configuration Files
resource digitalocean_kubernetes_cluster cluster {
name = "do-2"
region = var.do_region
version = "1.23.14-do.0"
ha = true /* post creation setting */
node_pool {
name = "default-node-pool"
size = "s-2vcpu-4gb"
node_count = 4
}
}
Bug Report
Describe the bug
according to DO, adding HA backplane functionality is supported post kube 1.21. It works from the web console; however, the plan after adding
ha = true
to an existing cluster indicates a destroy/create cycle would be necessary. It appears the effort to supportha
as a valid on-create parameter might pre-date DO's support for enabling HA post-creation.Affected Resource(s)
Expected Behavior
applying a plan with a newly truthful ha parameter would provide a non-destructive update
Terraform Configuration Files
Terraform version
Terraform v0.15.5 on linux_amd64
The text was updated successfully, but these errors were encountered: