Skip to content

Commit

Permalink
update upgrade guide remove use_ip_aliases from google_container_cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
megan07 authored Dec 12, 2019
2 parents 204438e + 23e8534 commit 4a368b7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions website/docs/guides/version_3_upgrade.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,6 @@ resource "google_container_cluster" "primary" {
initial_node_count = 1
ip_allocation_policy {
use_ip_aliases = true
cluster_ipv4_cidr_block = "10.0.0.0/16"
services_ipv4_cidr_block = "10.1.0.0/16"
}
Expand Down Expand Up @@ -1199,11 +1198,6 @@ logging_service = "logging.googleapis.com/kubernetes"
monitoring_service = "monitoring.googleapis.com/kubernetes"
```

### `use_ip_aliases` is now required on block `google_container_cluster.ip_allocation_policy`

Previously the default value of `use_ip_aliases` was `true`. In an attempt to avoid allowing empty blocks
in config files, `use_ip_aliases` is now required on the `ip_allocation_policy` block.

### `zone`, `region` and `additional_zones` are now removed

`zone` and `region` have been removed in favor of `location` and
Expand Down

0 comments on commit 4a368b7

Please sign in to comment.