github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/deploy/dev/k8s/kube_templates/minikube_perms.yaml (about) 1 apiVersion: rbac.authorization.k8s.io/v1 2 kind: ClusterRoleBinding 3 metadata: 4 name: fabric8-rbac 5 subjects: 6 - kind: ServiceAccount 7 # Reference to upper's `metadata.name` 8 name: default 9 # Reference to upper's `metadata.namespace` 10 namespace: default 11 roleRef: 12 kind: ClusterRole 13 name: cluster-admin 14 apiGroup: rbac.authorization.k8s.io