The docs are great about explaining how to set a taint on a node, or remove one. And I can use kubectl describe node to get a verbose description of one node, inclu
kubectl describe node
PowerShell:\> kubectl describe nodes | findstr "Taint Hostname"
or
Bash# kubectl describe nodes | egrep -hi "Taint|Hostname"
This command is mad easy to remember
Output looks like this:
Taints: Hostname: aks-agentpool-30208295-0 Taints: Hostname: aks-agentpool-30208295-1 ...