From 9db7fa8a7138cff80edf9ab4b7cc80dd11d72589 Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 12 Mar 2024 07:36:57 -0700 Subject: [PATCH] Graduate support of GKE Queued Provisioning to GA (#10053) (#7081) [upstream:dd27044950e3806f23f260a14c04eada189880a0] Signed-off-by: Modular Magician --- .changelog/10053.txt | 3 +++ website/docs/r/container_node_pool.html.markdown | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changelog/10053.txt diff --git a/.changelog/10053.txt b/.changelog/10053.txt new file mode 100644 index 0000000000..7f894e23fe --- /dev/null +++ b/.changelog/10053.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +container: promoted `google_container_node_pool.queued_provisioning` to GA (ga) +``` \ No newline at end of file diff --git a/website/docs/r/container_node_pool.html.markdown b/website/docs/r/container_node_pool.html.markdown index 3649ce923d..cbe26898c6 100644 --- a/website/docs/r/container_node_pool.html.markdown +++ b/website/docs/r/container_node_pool.html.markdown @@ -172,7 +172,7 @@ cluster. * `placement_policy` - (Optional) Specifies a custom placement policy for the nodes. -* `queued_provisioning` - (Optional, Beta) Specifies node pool-level settings of queued provisioning. +* `queued_provisioning` - (Optional) Specifies node pool-level settings of queued provisioning. Structure is [documented below](#nested_queued_provisioning). The `autoscaling` block supports (either total or per zone limits are required):