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
本文标题:节点添加污点标签,deploy配置容忍
本文链接:https://www.haomeiwen.com/subject/fzabcjtx.html
网友评论