Skip to content

Commit

Permalink
Upgrade guide - container nodepool (#8969)
Browse files Browse the repository at this point in the history
  • Loading branch information
c2thorn authored Sep 21, 2023
1 parent 8be1e0a commit c68c0c0
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,14 @@ resource "google_firebaserules_ruleset" "firestore" {

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


## Resource: `google_cloud_run_v2_service`

### `liveness_probe.tcp_socket` is now removed

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


## Resource: `google_container_cluster`

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


## Resource: `google_container_node_pool`

### `logging_variant` no longer has a provider default value

Previously `logging_variant` defaulted to "DEFAULT". It no longer has a default value.

### `management.auto_repair` and `management.auto_upgrade` now default to true

Previously both fields defaulted to false. They now default to true.


## Resource: `google_dataplex_datascan`

### `dataQualityResult` and `dataProfileResult` output fields are now removed
Expand Down

0 comments on commit c68c0c0

Please sign in to comment.