Skip to content

Commit 96100fc

Browse files
Upgrade guide - container nodepool (#8969) (#15932)
Signed-off-by: Modular Magician <[email protected]>
1 parent 6b9a969 commit 96100fc

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.changelog/8969.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/guides/version_5_upgrade.html.markdown

+14
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,14 @@ resource "google_firebaserules_ruleset" "firestore" {
292292

293293
These two unsupported fields were introduced incorrectly. They are now removed.
294294

295+
295296
## Resource: `google_cloud_run_v2_service`
296297

297298
### `liveness_probe.tcp_socket` is now removed
298299

299300
This unsupported field was introduced incorrectly. It is now removed.
300301

302+
301303
## Resource: `google_container_cluster`
302304

303305
### Clusters created in error states are now tainted rather than deleted
@@ -318,6 +320,18 @@ cluster and/or manually resolve the issues and untaint their failed clusters.
318320
Previously `network_policy.provider` defaulted to "PROVIDER_UNSPECIFIED". It no longer
319321
has a default value.
320322

323+
324+
## Resource: `google_container_node_pool`
325+
326+
### `logging_variant` no longer has a provider default value
327+
328+
Previously `logging_variant` defaulted to "DEFAULT". It no longer has a default value.
329+
330+
### `management.auto_repair` and `management.auto_upgrade` now default to true
331+
332+
Previously both fields defaulted to false. They now default to true.
333+
334+
321335
## Resource: `google_dataplex_datascan`
322336

323337
### `dataQualityResult` and `dataProfileResult` output fields are now removed

0 commit comments

Comments
 (0)