From b25f938b4bb82b6a8f6bdb89e38bc9a74071ffa4 Mon Sep 17 00:00:00 2001 From: Evgeniy Nikitin Date: Sat, 20 Jul 2019 17:06:46 +0300 Subject: [PATCH] add wide node info, fix cni issue --- docs/09-bootstrapping-kubernetes-workers.md | 2 +- docs/10-configuring-kubectl.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/09-bootstrapping-kubernetes-workers.md b/docs/09-bootstrapping-kubernetes-workers.md index 526200a..c5bcbc8 100644 --- a/docs/09-bootstrapping-kubernetes-workers.md +++ b/docs/09-bootstrapping-kubernetes-workers.md @@ -81,7 +81,7 @@ Create the `bridge` network configuration file: ``` cat < output ``` -NAME STATUS ROLES AGE VERSION -worker-0 Ready 117s v1.12.0 -worker-1 Ready 118s v1.12.0 -worker-2 Ready 118s v1.12.0 +NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME +worker-0 Ready 14m v1.15.0 10.240.0.20 Ubuntu 18.04.2 LTS 4.15.0-1036-gcp containerd://1.2.7 +worker-1 Ready 7m7s v1.15.0 10.240.0.21 Ubuntu 18.04.2 LTS 4.15.0-1036-gcp containerd://1.2.7 +worker-2 Ready 2m18s v1.15.0 10.240.0.22 Ubuntu 18.04.2 LTS 4.15.0-1036-gcp containerd://1.2.7 ``` Next: [Provisioning Pod Network Routes](11-pod-network-routes.md)