mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-15 23:53:09 +00:00
Automatic merge from submit-queue use regular client instead of kubectl in scheduler predicate tests when checking/setting/cleanning taints/labels The existing implementation in scheduler predicate tests uses kubectl to check/set/clean taints/labels on node, which makes the test very related to kubectl. This PR is to use regular client instead.