Skip to content

Commit 1e3ebe7

Browse files
Remove beta label from GKE autoscaling_profile (#10302) (#7157)
[upstream:ae8c6b72f5ad0ca617c82c1891f232b5f2911354] Signed-off-by: Modular Magician <[email protected]>
1 parent 7958b90 commit 1e3ebe7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/10302.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/r/container_cluster.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ in addition to node auto-provisioning. Structure is [documented below](#nested_r
519519
GKE Autopilot clusters.
520520
Structure is [documented below](#nested_auto_provisioning_defaults).
521521

522-
* `autoscaling_profile` - (Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html)) Configuration
522+
* `autoscaling_profile` - (Optional) Configuration
523523
options for the [Autoscaling profile](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler#autoscaling_profiles)
524524
feature, which lets you choose whether the cluster autoscaler should optimize for resource utilization or resource availability
525525
when deciding to remove nodes from a cluster. Can be `BALANCED` or `OPTIMIZE_UTILIZATION`. Defaults to `BALANCED`.

0 commit comments

Comments
 (0)