You applied a taint with k taint node minikube app=web:NoSchedule on the only node in your cluster and then executed kubectl run some-pod --image=redis. What will happen?
Answer
The Pod will remain in "Pending" status due to the only node in the cluster having a taint of "app=web".