mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-15 11:39:24 +00:00
Automatic merge from submit-queue add --as-group option to cli The usecase of this change: When a super user grant some RBAC permissions to a group, he can use --as--group to test whether the group get the permissions. Note that now we support as-groups, as-user-extra in kubeconfig file after this change. **Release note**: ```NONE ``` @liggitt