forked from OCP-on-NERC/nerc-ocp-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nerc-ocp-prod: Add RHOAI GPU accelereatorProfiles
Adds unique acceleratorProfiles for each GPU type in production cluster. These profiles will show up under accelerators in the RHOAI workbench wizard. Part of: nerc-project/operations#849 Closes: nerc-project/operations#847
- Loading branch information
Showing
4 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
cluster-scope/overlays/nerc-ocp-prod/rhoai/acceleratorprofiles/a100-acceleratorprofile.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: dashboard.opendatahub.io/v1 | ||
kind: AcceleratorProfile | ||
metadata: | ||
name: nvidia-a100-gpu | ||
namespace: redhat-ods-applications | ||
spec: | ||
displayName: NVIDIA A100 GPU | ||
enabled: true | ||
identifier: nvidia.com/gpu | ||
tolerations: | ||
- effect: NoSchedule | ||
key: nvidia.com/gpu.product | ||
operator: Equal | ||
value: NVIDIA-A100-SXM4-40GB |
6 changes: 6 additions & 0 deletions
6
cluster-scope/overlays/nerc-ocp-prod/rhoai/acceleratorprofiles/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- a100-acceleratorprofile.yaml | ||
- v100-acceleratorprofile.yaml |
14 changes: 14 additions & 0 deletions
14
cluster-scope/overlays/nerc-ocp-prod/rhoai/acceleratorprofiles/v100-acceleratorprofile.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: dashboard.opendatahub.io/v1 | ||
kind: AcceleratorProfile | ||
metadata: | ||
name: nvidia-v100-gpu | ||
namespace: redhat-ods-applications | ||
spec: | ||
displayName: NVIDIA V100 GPU | ||
enabled: true | ||
identifier: nvidia.com/gpu | ||
tolerations: | ||
- effect: NoSchedule | ||
key: nvidia.com/gpu.product | ||
operator: Equal | ||
value: Tesla-V100-PCIE-32GB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters