infra/kubes/dns/coredns-tolerations.json
2024-09-03 09:25:22 -04:00

17 lines
273 B
JSON

[
{
"op": "add",
"path": "/spec/template/spec/tolerations",
"value": [
{
"effect": "NoSchedule",
"key": "leader"
},
{
"effect": "NoSchedule",
"key": "node-role.kubernetes.io/control-plane"
}
]
}
]