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

VM name for LoadBalancer was incorrect #35

Closed ssherwood closed 5 years ago

ssherwood commented 5 years ago

I noticed after verifying that I could vagrant ssh into everything but the loadbalancer that the table has the name specified as "lb" but when I typed vagrant status the actual VM name is just "loadbalancer".

ssherwood commented 5 years ago

I see this is a duplicate.