-
Notifications
You must be signed in to change notification settings - Fork 715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubeadm should support create user command #380
Comments
cc @timothysc WDYT? @jolestar I worry we won't expose the scope of kubeadm much more, but it might be worth exploring what this would look like. |
There is 'kubeadm alpha phase kubeconfig user' that goes in this direction, even if the implementation now is pretty simple .e.g
|
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
/remove-lifecycle stale |
/cc @mattmoyer @chuckha |
dupe of #416 there is a WIP and closing this one. |
I don't think #416 is related. But now the following command works;
And then you need to arrange [cluster]rolebindings, otherwise that user mostly cannot do anything. |
What keywords did you search in kubeadm issues before filing this one?
kubeadm user
Is this a BUG REPORT or FEATURE REQUEST?
FEATURE REQUEST
Versions
kubeadm version (use
kubeadm version
):build from latest kubernetes code (commit 7ef5cc23d1b332559cd203f373c026855fc6ea90)
Environment:
kubectl version
):v1.7.3
virtual machine
ubuntu 16.04.2
uname -a
):4.4.0-81-generic
What happened?
After init cluster by kubeadm, and use admin.conf as kubeconfg to manager cluster is easy, but it is hard to create a new user and generate kubeconfig.
What you expected to happen?
Add a user manager sub command to kubeadm, I think need to do the following steps to help users create a kubernetes user
How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
The text was updated successfully, but these errors were encountered: