adamant-kite-43734
07/09/2024, 2:05 PMhundreds-evening-84071
07/09/2024, 2:49 PMkubectl describe node <node name>
if there are no taints then the node will run users job
If there are taints like following then that node will NOT run user job:
<http://node-role.kubernetes.io/etcd:NoExecute|node-role.kubernetes.io/etcd:NoExecute>
<http://node-role.kubernetes.io/control-plane:NoSchedule|node-role.kubernetes.io/control-plane:NoSchedule>
hundreds-evening-84071
07/09/2024, 2:49 PMminiature-notebook-6405
07/09/2024, 2:50 PMminiature-notebook-6405
07/09/2024, 3:04 PMhundreds-evening-84071
07/09/2024, 3:06 PMhundreds-evening-84071
07/09/2024, 3:07 PM<http://node-role.kubernetes.io/etcd:NoExecute|node-role.kubernetes.io/etcd:NoExecute>
<http://node-role.kubernetes.io/control-plane:NoSchedule|node-role.kubernetes.io/control-plane:NoSchedule>
hundreds-evening-84071
07/09/2024, 3:09 PMkubectl taint nodes <node name> <http://node-role.kubernetes.io/controlplane=true:NoSchedule|node-role.kubernetes.io/controlplane=true:NoSchedule>
kubectl taint nodes <node name> <http://node-role.kubernetes.io/etcd=true:NoExecute|node-role.kubernetes.io/etcd=true:NoExecute>
miniature-notebook-6405
07/09/2024, 3:17 PMnutritious-tomato-14686
07/09/2024, 3:18 PMminiature-notebook-6405
07/09/2024, 3:19 PM