Open
Description
SUMMARY
https://kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/kubectl_auth_reconcile/#synopsis says that kubectl auth reconcile
is preferred to 'apply' for RBAC resources so that semantically-aware merging of rules and subjects is done
.
It would be nice if the kubernetes.core.k8s
(or a new one) allows to apply RBAC objects with the same logic as kubectl auth reconcile
.
ISSUE TYPE
- Feature Idea
COMPONENT NAME
k8s
ADDITIONAL INFORMATION
Depending on whether this is implemented in the existing k8s
module or a new one, I would expect to handle all RBAC objects with either something like reconcile: true
(in the existing k8s
module) or use a complete new module that specifically handles RBAC objects only (maybe kubernetes.core.k8s_reconcile
?)