Store multiple cluster configs in kube-spawn-dir
Closed this issue · 2 comments
robertgzr commented
Right now all the configs related to a set of machines that form our cluster go into <kube-spawn-dir>/default
.
Once the config refactoring for #137 is finished we want to be able to namespace them by a cluster name/identifier.
robertgzr commented
We can provide a flag like --cluster-name=
. If this is unset we should put everything under default
like right now.