Kubernetes v1.35: Extended Toleration Operators to Support Numeric Comparisons (Alpha)
… To try it out: Enable the feature gate on both your API server and scheduler: --feature-gates = TaintTolerationComparisonOperators = true Taint your nodes with numeric values representing the metrics relevant to your scheduling needs: kubectl taint nodes node-1 failure-probability = 5:NoSchedule ku… …