From 52b195bd967bb8efc1a3a896725ada9281f555b3 Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 27 Mar 2024 14:26:37 -0700 Subject: [PATCH] Remove beta label from GKE autoscaling_profile (#10302) (#17706) [upstream:ae8c6b72f5ad0ca617c82c1891f232b5f2911354] Signed-off-by: Modular Magician --- .changelog/10302.txt | 3 +++ website/docs/r/container_cluster.html.markdown | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changelog/10302.txt diff --git a/.changelog/10302.txt b/.changelog/10302.txt new file mode 100644 index 00000000000..42b910df155 --- /dev/null +++ b/.changelog/10302.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` \ No newline at end of file diff --git a/website/docs/r/container_cluster.html.markdown b/website/docs/r/container_cluster.html.markdown index 983dd05befe..54837be2921 100644 --- a/website/docs/r/container_cluster.html.markdown +++ b/website/docs/r/container_cluster.html.markdown @@ -519,7 +519,7 @@ in addition to node auto-provisioning. Structure is [documented below](#nested_r GKE Autopilot clusters. Structure is [documented below](#nested_auto_provisioning_defaults). -* `autoscaling_profile` - (Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html)) Configuration +* `autoscaling_profile` - (Optional) Configuration options for the [Autoscaling profile](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler#autoscaling_profiles) feature, which lets you choose whether the cluster autoscaler should optimize for resource utilization or resource availability when deciding to remove nodes from a cluster. Can be `BALANCED` or `OPTIMIZE_UTILIZATION`. Defaults to `BALANCED`.