From b97997cb249377d3256c504ce5ef3111a4c98fca Mon Sep 17 00:00:00 2001 From: David Grove Date: Fri, 25 Oct 2024 09:56:55 -0400 Subject: [PATCH] workaround: disable injection of autopilot antiaffinities Works around https://github.com/project-codeflare/appwrapper/issues/259 --- setup.RHOAI-v2.13/mlbatch-subscription.yaml | 1 + setup.RHOAI-v2.13/mlbatch-upgrade-stable-configmaps.yaml | 1 + setup.RHOAI-v2.14/mlbatch-subscription.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/setup.RHOAI-v2.13/mlbatch-subscription.yaml b/setup.RHOAI-v2.13/mlbatch-subscription.yaml index 7b06f5a..e4989f0 100644 --- a/setup.RHOAI-v2.13/mlbatch-subscription.yaml +++ b/setup.RHOAI-v2.13/mlbatch-subscription.yaml @@ -108,6 +108,7 @@ data: defaultQueueName: default-queue slackQueueName: slack-cluster-queue autopilot: + injectAntiAffinities: false resourceTaints: nvidia.com/gpu: - key: autopilot.ibm.com/gpuhealth diff --git a/setup.RHOAI-v2.13/mlbatch-upgrade-stable-configmaps.yaml b/setup.RHOAI-v2.13/mlbatch-upgrade-stable-configmaps.yaml index f7ded1d..e79d731 100644 --- a/setup.RHOAI-v2.13/mlbatch-upgrade-stable-configmaps.yaml +++ b/setup.RHOAI-v2.13/mlbatch-upgrade-stable-configmaps.yaml @@ -15,6 +15,7 @@ data: defaultQueueName: default-queue slackQueueName: slack-cluster-queue autopilot: + injectAntiAffinities: false resourceTaints: nvidia.com/gpu: - key: autopilot.ibm.com/gpuhealth diff --git a/setup.RHOAI-v2.14/mlbatch-subscription.yaml b/setup.RHOAI-v2.14/mlbatch-subscription.yaml index aa352e9..848f30d 100644 --- a/setup.RHOAI-v2.14/mlbatch-subscription.yaml +++ b/setup.RHOAI-v2.14/mlbatch-subscription.yaml @@ -108,6 +108,7 @@ data: defaultQueueName: default-queue slackQueueName: slack-cluster-queue autopilot: + injectAntiAffinities: false resourceTaints: nvidia.com/gpu: - key: autopilot.ibm.com/gpuhealth