-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Enabling RBAC ? #499
Comments
In the same token, it does not seem that we can create ThirdPartyResource objects. Is that enabled in the API server ? |
We don't currently set the Authorization mode in apiserver.go, but we would need to make this configurable via a flag to enable RBAC. |
Looks like ThirdPartyResources need this to work: kubernetes/kubernetes#28414 |
@dlorenc where would you like to keep track of feature requests like this ? and would you prefer I open a separate issue for supporting ThirdPartyResource ? |
This is a fine place to track the feature requests. We have a 1.4 alpha build coming out soon that should have the upstream fix for ThirdPartyResources, no need to open another bug. |
ref #512 |
This is now possible and documented in the README.md here: https://github.com/kubernetes/minikube#examples Let me know if it works! |
I tried it, and I could not bootstrap the RBAC. How can I use this from scratch? |
I created a minikube cluster like this as described in the examples section:
Then tried to create a bundle of resources and received the following:
|
I'm also running into the same issue as @brancz |
Currently the documentation is here: https://github.com/kubernetes/minikube/blob/master/docs/configuring_kubernetes.md#examples |
Hi folks, how can we enable RBAC in minikube so we can use Role, RoleBinding objects...etc to test the alpha RBAC feature ?
thanks
The text was updated successfully, but these errors were encountered: