-
Bug
-
Resolution: Done
-
Major
-
RHODS_1.19.0_GA
-
False
-
None
-
False
-
Testable
-
Yes
-
-
-
-
-
-
-
1.19.0-14
-
No
-
No
-
Yes
-
None
-
-
-
RHODS 1.19, RHODS 1.20
When installing RHODS 1.19.0-7, this error message appears on the dashboard notebook spawner page:
cause by this underlying HTTP error when trying to get the /api/gpu endpoint
Workarounds
The issue may be resolved by adding a new ClusterRole:
kind: ClusterRole apiVersion: rbac.authorization.k8s.io/v1 metadata: name: rhods-dashboard-autoscaling rules: - verbs: - get - list apiGroups: - machine.openshift.io - autoscaling.openshift.io resources: - machineautoscalers - machinesets
And a new ClusterRoleBinding:
kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1 metadata: name: rhods-dashboard-autoscaling subjects: - kind: ServiceAccount name: rhods-dashboard namespace: redhat-ods-applications roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: rhods-dashboard-autoscaling
- is related to
-
RHODS-4617 Current implementation of GPUs in Notebook prevent auto-scaling from working for GPU nodes
- Closed
- mentioned on