Update 03-etcd.md

shouldn't this be etcd[0..2] instead of controllers?
This commit is contained in:
Karol Zapolski
2016-10-19 11:23:23 -04:00
committed by GitHub
parent 0450e2b3b7
commit ef61bc92f2

View File

@@ -2,9 +2,9 @@
In this lab you will bootstrap a 3 node etcd cluster. The following virtual machines will be used:
* controller0
* controller1
* controller2
* etcd0
* etcd1
* etcd2
## Why