-
Notifications
You must be signed in to change notification settings - Fork 976
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
Feature request: {Cluster,""}RoleBinding/{Cluster,""}Role support #30
Comments
Hi @munnerz As mentioned in the Readme, for reasons discussed in #1 (comment) there are currently no plans on supporting any API that's marked as alpha, beta or generally anything that's not stable/v1. This may change in the future as we explore ways of dealing with breaking changes on the API's side and reducing the impact on the user. Thanks for understanding. |
RBAC is GA in v1.8. Any word on when this will be supported? http://blog.kubernetes.io/2017/10/using-rbac-generally-available-18.html |
#73 looks to have part of it. |
Any ideas if ClusterRole will be on the roadmap? |
The work appears to have been done #229 it's awaiting review |
Fully supported in v1.5.1 |
It'd be great if we could create ClusterRole, ClusterRoleBinding, Role & RoleBinding resources in a Kubernetes API server.
This is especially so, since Kubernetes only allows privileged users of a Kubernetes cluster create the Cluster* variants of these, making them ideal to be created by something like Terraform.
The text was updated successfully, but these errors were encountered: