Skip to content

Commit d26dffb

Browse files
committed
Update master/worker subnet CIDR examples
1 parent d8581ff commit d26dffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installation-creating-gcp-vpc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ ifdef::shared-vpc[]
105105
<1> `infra_id` is the prefix of the network name.
106106
endif::shared-vpc[]
107107
<2> `region` is the region to deploy the cluster into, for example `us-central1`.
108-
<3> `master_subnet_cidr` is the CIDR for the master subnet, for example `10.0.0.0/19`.
109-
<4> `worker_subnet_cidr` is the CIDR for the worker subnet, for example `10.0.32.0/19`.
108+
<3> `master_subnet_cidr` is the CIDR for the master subnet, for example `10.0.0.0/17`.
109+
<4> `worker_subnet_cidr` is the CIDR for the worker subnet, for example `10.0.128.0/17`.
110110

111111
. Create the deployment by using the `gcloud` CLI:
112112
+

0 commit comments

Comments
 (0)