kinvolk/kube-spawn

Store multiple cluster configs in kube-spawn-dir

Closed this issue · 2 comments

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.

We can provide a flag like --cluster-name=. If this is unset we should put everything under default like right now.

Resolved with #161