Kubernetes - Scheduling
You want to ensure Pods only run on nodes with label
gpu=true and avoid nodes with taint dedicated=gpu:NoSchedule. Which combination achieves this?