kubectl taint node node1.org study=nohard:NoSchedule
[rootmaster1 workload]# kubectl get node node1.org -o yaml |grep taint -iA 10 taints:
effect: NoSchedule key: study value: nohardeffect: NoSchedule key: title value: sre status: addresses:address: 192.168.3.63 type: InternalIP 复制代码
复制代码 [rootmast…
2026/7/19 5:41:35