From the official kubernetes documentation I can see, that the RBAC authorization-mode can be enabled and disabled.
To enable RBAC, start the apiserver with:
--authorization-mode=RBAC
I have installed a kubernetes cluster V1.17 on debian with kubeadm. How can I verify if RBAC is enabled or not in my installation?