节点添加污点标签,deploy配置容忍
2024-07-03 本文已影响0人
for笑
kd taint nodes node-001 fastapp=nginx:NoSchedule
deploy编辑添加容忍
spec:
containers:
- image: nginx
tolerations:
- effect: NoSchedule
key: fastapp
operator: Equal
value: nginx
kd taint nodes node-001 fastapp=nginx:NoSchedule
deploy编辑添加容忍
spec:
containers:
- image: nginx
tolerations:
- effect: NoSchedule
key: fastapp
operator: Equal
value: nginx