From 6a39adea4ee9a80eb5743595153a0cc766eb8e71 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Tue, 27 Sep 2016 05:40:56 -0700 Subject: [PATCH] clean up docs --- docs/01-infrastructure-gcp.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/01-infrastructure-gcp.md b/docs/01-infrastructure-gcp.md index 30d26c8..6e0eed0 100644 --- a/docs/01-infrastructure-gcp.md +++ b/docs/01-infrastructure-gcp.md @@ -28,11 +28,6 @@ To make our Kubernetes control plane remotely accessible, a public IP address wi gcloud compute networks create kubernetes --mode custom ``` -``` -NAME MODE IPV4_RANGE GATEWAY_IPV4 -kubernetes custom -``` - Create a subnet for the Kubernetes cluster: ``` @@ -41,11 +36,6 @@ gcloud compute networks subnets create kubernetes \ --range 10.240.0.0/24 ``` -``` -NAME REGION NETWORK RANGE -kubernetes us-central1 kubernetes 10.240.0.0/24 -``` - ### Firewall Rules ```