From 104ca043a966b2116784f24949a2a3b32c85e840 Mon Sep 17 00:00:00 2001 From: Tom Gamble Date: Wed, 26 Sep 2018 12:00:20 -0400 Subject: [PATCH] Update 03-compute-resources.md It looks like the subnet-mode parameter has changed names.... --- docs/03-compute-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-compute-resources.md b/docs/03-compute-resources.md index bd92c3c..85a2bc0 100644 --- a/docs/03-compute-resources.md +++ b/docs/03-compute-resources.md @@ -17,7 +17,7 @@ In this section a dedicated [Virtual Private Cloud](https://cloud.google.com/com Create the `kubernetes-the-hard-way` custom VPC network: ``` -gcloud compute networks create kubernetes-the-hard-way --subnet-mode custom +gcloud compute networks create kubernetes-the-hard-way --mode custom ``` A [subnet](https://cloud.google.com/compute/docs/vpc/#vpc_networks_and_subnets) must be provisioned with an IP address range large enough to assign a private IP address to each node in the Kubernetes cluster.