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)