Closed Sispheor closed 7 years ago
My bad. Wrong syntax.
@Sispheor hey, I'm hitting the same error, but not finding my "wrong syntax", what was yours?
I got the same error, after running the following
$ kubespray prepare --nodes node1[ansible_ssh_host=10.11.109.81] node2[ansible_ssh_host=10.11.109.82] node3[ansible_ssh_host=10.11.109.83] node4[ansible_ssh_host=10.11.109.84] node5[ansible_ssh_host=10.11.109.85] [--etcds 3] [--masters 2]
Any ideas?
Had the same issue because of just copy/pasting.
It's not [--etcds 3] [--masters 2] but --etcds 3 --masters 2
;)
Hi, This is my config (default)
I try to prepare 3 baremetal server (actualy VMs)
Maybe I miss something.