From 722f61fd3d2138c565f7bb0b762451b85a95f158 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Thu, 7 Jul 2016 13:27:04 -0700 Subject: [PATCH] update docs --- docs/network.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/network.md b/docs/network.md index c73f476..bf0f959 100644 --- a/docs/network.md +++ b/docs/network.md @@ -18,10 +18,6 @@ default-route-10-200-2-0-24 default 10.200.2.0/24 10.240.0.32 The first thing we need to do is gather the information required to populate the router table. We need the Internal IP address and Pod Subnet for each of the worker nodes. -``` -gcloud compute ssh controller0 -``` - Use `kubectl` to print the `InternalIP` and `podCIDR` for each worker node: ```