diff --git a/execution/adapter/eks_adapter.go b/execution/adapter/eks_adapter.go index 9b599c1b..df27faad 100644 --- a/execution/adapter/eks_adapter.go +++ b/execution/adapter/eks_adapter.go @@ -196,7 +196,7 @@ func (a *eksAdapter) AdaptFlotillaDefinitionAndRunToJob(executable state.Executa } func (a *eksAdapter) constructEviction(run state.Run, manager state.Manager) string { if run.Gpu != nil && *run.Gpu > 0 { - return "false" + return "true" } if run.NodeLifecycle != nil && *run.NodeLifecycle == state.OndemandLifecycle {