apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: role rules: - apiGroups: - apps resources: - statefulsets - deployments verbs: - '*' - apiGroups: - "" resources: - pods verbs: - get - list - watch - apiGroups: - "" resources: - services verbs: - '*' - apiGroups: - "" resources: - events verbs: - get - list - watch - create - apiGroups: - kubeflow.org resources: - notebooks - notebooks/status - notebooks/finalizers verbs: - '*' - apiGroups: - networking.istio.io resources: - virtualservices verbs: - '*' --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: kubeflow-notebooks-admin labels: rbac.authorization.kubeflow.org/aggregate-to-kubeflow-admin: "true" aggregationRule: clusterRoleSelectors: - matchLabels: rbac.authorization.kubeflow.org/aggregate-to-kubeflow-notebooks-admin: "true" rules: [] --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: kubeflow-notebooks-edit labels: rbac.authorization.kubeflow.org/aggregate-to-kubeflow-edit: "true" rbac.authorization.kubeflow.org/aggregate-to-kubeflow-notebooks-admin: "true" rules: - apiGroups: - kubeflow.org resources: - notebooks - notebooks/status verbs: - get - list - watch - create - delete - deletecollection - patch - update --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: kubeflow-notebooks-view labels: rbac.authorization.kubeflow.org/aggregate-to-kubeflow-view: "true" rules: - apiGroups: - kubeflow.org resources: - notebooks - notebooks/status verbs: - get - list - watch