Skip to content

Commit

Permalink
workaround: disable injection of autopilot antiaffinities (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Oct 25, 2024
1 parent dedbd9c commit 15b2faa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.RHOAI-v2.13/mlbatch-subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ data:
defaultQueueName: default-queue
slackQueueName: slack-cluster-queue
autopilot:
injectAntiAffinities: false
resourceTaints:
nvidia.com/gpu:
- key: autopilot.ibm.com/gpuhealth
Expand Down
1 change: 1 addition & 0 deletions setup.RHOAI-v2.13/mlbatch-upgrade-stable-configmaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ data:
defaultQueueName: default-queue
slackQueueName: slack-cluster-queue
autopilot:
injectAntiAffinities: false
resourceTaints:
nvidia.com/gpu:
- key: autopilot.ibm.com/gpuhealth
Expand Down
1 change: 1 addition & 0 deletions setup.RHOAI-v2.14/mlbatch-subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ data:
defaultQueueName: default-queue
slackQueueName: slack-cluster-queue
autopilot:
injectAntiAffinities: false
resourceTaints:
nvidia.com/gpu:
- key: autopilot.ibm.com/gpuhealth
Expand Down

0 comments on commit 15b2faa

Please sign in to comment.