kubectl get nodes kubectl taint nodes <control-plane-node-name> node-role.kubernetes.io/master=:NoSchedule kubectl describe node <control-plane-node-name> | grep Taints kubectl apply -f your-inferenceservice.yaml kubectl get pods -o wide