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.
Currently, the preemptable behavior in Volcano is controlled through annotations (
volcano.sh/preemptable) and labels on PodGroups. The default behavior returnsfalsewhen no annotation/label is present, which may not be the desired behavior for compatibility.