Skip to content

Commit 1b4fa96

Browse files
committed
Reverting back to using jobs for fixing race condition. The issue has been fixed in rhods 2.16
1 parent f2b3e26 commit 1b4fa96

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

charts/all/llm-serving-service/templates/accelerator-profile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ spec:
1212
tolerations:
1313
- effect: NoSchedule
1414
key: odh-notebook
15-
operator: Exists
15+
operator: Exists

charts/all/llm-serving-service/templates/serving-service-setup.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
---
2+
<<<<<<< HEAD
3+
=======
4+
apiVersion: dashboard.opendatahub.io/v1
5+
kind: AcceleratorProfile
6+
metadata:
7+
name: nvidia-gpu
8+
namespace: redhat-ods-applications
9+
spec:
10+
displayName: NVIDIA GPU
11+
enabled: true
12+
identifier: nvidia.com/gpu
13+
tolerations:
14+
- effect: NoSchedule
15+
key: odh-notebook
16+
operator: Exists
17+
---
18+
>>>>>>> 37d2514 (Reverting back to using jobs for fixing race condition. The issue has been fixed in rhods 2.16)
219
apiVersion: batch/v1
320
kind: Job
421
metadata:

0 commit comments

Comments
 (0)