You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
SUMMARY
https://kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/kubectl_auth_reconcile/#synopsis says that
kubectl auth reconcile
ispreferred 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 askubectl auth reconcile
.ISSUE TYPE
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 likereconcile: true
(in the existingk8s
module) or use a complete new module that specifically handles RBAC objects only (maybekubernetes.core.k8s_reconcile
?)The text was updated successfully, but these errors were encountered: