Closed
Description
See #373
ClusterRole's and ClusterRoleBinding's aren't namespaced scoped. So if we try to create multiple Kubeflow deployments in different namespaces they can interfere.
ClusterRoleBinding's are the bigger problem because we create namespace scoped service accounts, so the bindings for the different deployments are different.
If we include the namespace name in the ClusterRoleBinding this would make the names unique and allow us to better support multiple deployments.