We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8581ff commit d26dffbCopy full SHA for d26dffb
modules/installation-creating-gcp-vpc.adoc
@@ -105,8 +105,8 @@ ifdef::shared-vpc[]
105
<1> `infra_id` is the prefix of the network name.
106
endif::shared-vpc[]
107
<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`.
+<3> `master_subnet_cidr` is the CIDR for the master subnet, for example `10.0.0.0/17`.
+<4> `worker_subnet_cidr` is the CIDR for the worker subnet, for example `10.0.128.0/17`.
110
111
. Create the deployment by using the `gcloud` CLI:
112
+
0 commit comments