Skip to content

Commit 9cb97f3

Browse files
update docs now that upgrade_settings is no longer beta (#3906) (#2418)
Signed-off-by: Modular Magician <[email protected]>
1 parent abf1195 commit 9cb97f3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/3906.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_node_pool.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ cluster.
154154
* `project` - (Optional) The ID of the project in which to create the node pool. If blank,
155155
the provider-configured project will be used.
156156

157-
* `upgrade_settings` (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) Specify node upgrade settings to change how many nodes GKE attempts to
157+
* `upgrade_settings` (Optional) Specify node upgrade settings to change how many nodes GKE attempts to
158158
upgrade at once. The number of nodes upgraded simultaneously is the sum of `max_surge` and `max_unavailable`.
159159
The maximum number of nodes upgraded simultaneously is limited to 20.
160160

0 commit comments

Comments
 (0)