Skip to content

Commit b97997c

Browse files
committed
workaround: disable injection of autopilot antiaffinities
Works around project-codeflare/appwrapper#259
1 parent dedbd9c commit b97997c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

setup.RHOAI-v2.13/mlbatch-subscription.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ data:
108108
defaultQueueName: default-queue
109109
slackQueueName: slack-cluster-queue
110110
autopilot:
111+
injectAntiAffinities: false
111112
resourceTaints:
112113
nvidia.com/gpu:
113114
- key: autopilot.ibm.com/gpuhealth

setup.RHOAI-v2.13/mlbatch-upgrade-stable-configmaps.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ data:
1515
defaultQueueName: default-queue
1616
slackQueueName: slack-cluster-queue
1717
autopilot:
18+
injectAntiAffinities: false
1819
resourceTaints:
1920
nvidia.com/gpu:
2021
- key: autopilot.ibm.com/gpuhealth

setup.RHOAI-v2.14/mlbatch-subscription.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ data:
108108
defaultQueueName: default-queue
109109
slackQueueName: slack-cluster-queue
110110
autopilot:
111+
injectAntiAffinities: false
111112
resourceTaints:
112113
nvidia.com/gpu:
113114
- key: autopilot.ibm.com/gpuhealth

0 commit comments

Comments
 (0)