fix-missing-control-plane-taint

This commit is contained in:
Kay Yan 2022-12-19 03:39:48 +00:00
parent f7d0fb9ab2
commit bae47eb4c3
2 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,8 @@ nodeRegistration:
taints:
- effect: NoSchedule
key: node-role.kubernetes.io/master
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
{% else %}
taints: []
{% endif %}

View file

@ -23,6 +23,8 @@ nodeRegistration:
taints:
- effect: NoSchedule
key: node-role.kubernetes.io/master
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
{% else %}
taints: []
{% endif %}