Kubernetes> Adding existing cluster > RBAC checkbox
When adding an exist Kubernetes cluster, the user has the ability to tell us whether the cluster is RBAC enabled or not: ![Screen_Shot_2019-02-05_at_12.22.01_PM](/uploads/eb3099c8d55e9160fbd6f049f8670e62/Screen_Shot_2019-02-05_at_12.22.01_PM.png) The user must mark this correctly or else there will be errors. We should either: * A) Detect whether the cluster is RBAC enabled so the user is not able to choose incorrectly and remove this checkmark when adding an existing cluster * B) Allow the user to change whether or not the cluster is RBAC enabled when adding an existing cluster. Related: https://gitlab.com/gitlab-org/gitlab-ce/issues/54728
issue