From 003b22dc4428f6df7c964c92da20ca666df7d4bb Mon Sep 17 00:00:00 2001 From: Coty <13724650+cotyhamilton@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:32:49 -0400 Subject: [PATCH] Update kubernetes_cluster surge_upgrade default (#1177) Co-authored-by: Andrew Starr-Bochicchio --- docs/resources/kubernetes_cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/kubernetes_cluster.md b/docs/resources/kubernetes_cluster.md index d31f3b9fa..286b827b7 100644 --- a/docs/resources/kubernetes_cluster.md +++ b/docs/resources/kubernetes_cluster.md @@ -147,7 +147,7 @@ The following arguments are supported: * `version` - (Required) The slug identifier for the version of Kubernetes used for the cluster. Use [doctl](https://github.com/digitalocean/doctl) to find the available versions `doctl kubernetes options versions`. (**Note:** A cluster may only be upgraded to newer versions in-place. If the version is decreased, a new resource will be created.) * `vpc_uuid` - (Optional) The ID of the VPC where the Kubernetes cluster will be located. * `auto_upgrade` - (Optional) A boolean value indicating whether the cluster will be automatically upgraded to new patch releases during its maintenance window. -* `surge_upgrade` - (Optional) Enable/disable surge upgrades for a cluster. Default: false +* `surge_upgrade` - (Optional) Enable/disable surge upgrades for a cluster. Default: true * `ha` - (Optional) Enable/disable the high availability control plane for a cluster. Once enabled for a cluster, high availability cannot be disabled. Default: false * `registry_integration` - (optional) Enables or disables the DigitalOcean container registry integration for the cluster. This requires that a container registry has first been created for the account. Default: false * `node_pool` - (Required) A block representing the cluster's default node pool. Additional node pools may be added to the cluster using the `digitalocean_kubernetes_node_pool` resource. The following arguments may be specified: