hetzner-kube
hetzner-kube copied to clipboard
Possibility to create a cluster without worker nodes
First of all: Thanks for the great tool! It helps a loooot! :slightly_smiling_face:
I have one question though: What do you think of adding an option to cluster create
in which I can create a cluster without any assigned worker nodes? In my use case, I want to create the master node(s) and add worker node(s) later.
Did you try to set the count of worker nodes to 0 by
$ hetzner-kube cluster create -n my-cluster ... -w 0
?
Yes, I did. It states that at least one worker node has to be defined.