You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the preemptable behavior in Volcano is controlled through annotations (volcano.sh/preemptable) and labels on PodGroups. The default behavior returns false when no annotation/label is present, which may not be the desired behavior for compatibility.