mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-10-19 10:22:51 +03:00

Lab 12 assumes nginx comes up on node-0, but K8s won't necessarily choose node-0 (and didn't when I was running through this lab). So I tweaked the lab to determine the correct node. (also fixed a spacing issue in lab 9) Signed-off-by: Phil Dibowitz <phil@ipom.com>