RBAC, role-based access control is a method of regulating access to computer or network resources based on the roles of individual users within your organization. To successfully install the RealTheory Collector in your cluster, you must have the appropriate RBAC access; specifically you will need the ability to create a service account, a cluster role, a cluster role binding, and a deployment.
Verify that RBAC is enabled and that you have the appropriate RBAC permissions to install the RealTheory Collector in your cluster.
kubectl api-versionsrbac.authorization.k8s.io/v1 kubectl auth can-i create serviceaccounts --all-namespacesyes, you have the required access.kubectl auth can-i create clusterroles --all-namespacesyes, you have the required access.kubectl auth can-i create clusterrolebindings --all-namespacesyes, you have the required access.kubectl auth can-i create deployments --all-namespacesyesOn This Page
Search for a command to run...