From 3989a2efeb9552c7b7e1b565a16457f52340a401 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Fri, 8 Jul 2016 16:47:11 -0700 Subject: [PATCH] clean up docs --- docs/01-infrastructure.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/01-infrastructure.md b/docs/01-infrastructure.md index 028021d..a299acf 100644 --- a/docs/01-infrastructure.md +++ b/docs/01-infrastructure.md @@ -33,8 +33,6 @@ To make our Kubernetes control plane remotely accessible, a public IP address wi gcloud compute networks create kubernetes --mode custom ``` -Output: - ``` NAME MODE IPV4_RANGE GATEWAY_IPV4 kubernetes custom @@ -49,8 +47,6 @@ gcloud compute networks subnets create kubernetes \ --region us-central1 ``` -Output: - ``` NAME REGION NETWORK RANGE kubernetes us-central1 kubernetes 10.240.0.0/24