feat(node): ability to configure node taints

!13 nofusscomputing/infrastructure/configuration-management/project-production!9 nofusscomputing/infrastructure/configuration-management/inventory-production!7
This commit is contained in:
2023-12-02 13:07:32 +09:30
parent 99badaf7f6
commit c28f0b8ee3
3 changed files with 23 additions and 5 deletions

View File

@ -113,3 +113,13 @@ k3s:
# groups_claim: roles # Mandatory, String. Claim name containing groups
# groups_prefix: '' # Optional, String. string to append to groups
# hosts:
# my-host-name:
# labels:
# mylabel: myvalue
# taints:
# - effect: NoSchedule
# key: taintkey
# value: taintvalue