change where kubestack-account.json file gets stored
rimusz opened this issue · 5 comments
rimusz commented
@kelseyhightower I would advise to change /etc/kubestack-account.json
to ~/kubestack/kubestack-account.json
to store the file.
It is much easier to find and clean things up, no needs to put under main system /etc
folder.
If you are happy with my suggestion, I can make all necessary changes and issue the PR for that.
jumanjiman commented
imho it's better to store things in system folder.
home dir encourages direct user login.
rimusz commented
@jumanjiman system folder need root access :)
that file is only to bootstrap things but not for the constant use
kelseyhightower commented
@rimusz @jumanjiman Currently that completely configurable!
jumanjiman commented
in my use case, I currently bootstrap to a puppet agent, then it deploys
everything else needed to get started. the agent runs in a container, so I
minimize the mounts as much as possible. I'm flexible, but anything that
allows control is by definition privileged.
rimusz commented
everybody has different use cases, so let's leave it up to user then.