mmumshad / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.
Apache License 2.0
4.7k stars 4.54k forks source link

typo on VM name and environment verification #20

Closed cesarsaez closed 5 years ago

cesarsaez commented 5 years ago

VM name "master-1" is duplicated. "Loadbalancer" VM name is actually "lb" and the docker version should only be checked on the worker nodes.

mmumshad commented 5 years ago

Thank you @cesarsaez !