I’m encountering an issue deploying an application to my AWS cluster managed by Qovery with Karpenter enabled. The deployment fails with container crashes due to liveness and readiness probe failures, likely because Karpenter is provisioning nodes with AMD processors. My application requires Intel CPUs for PyTorch functionality.
Would it be possible to investigate how to enforce provisioning of nodes with Intel CPUs for my cluster? Ideally, I’d like Karpenter to choose only from Intel instance families for my deployments.
Thank you for your assistance.