Skip to content

Commit

Permalink
Merge branch 'main' into mcmCluster
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 16, 2025
2 parents a3016e4 + 2b84ab9 commit 2783eed
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions karpenter/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@ tolerations:
operator: Exists
effect: NoSchedule

nodeSelector:
kubernetes.io/os: linux

tolerations:
- key: CriticalAddonsOnly
operator: Exists
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule

affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit 2783eed

Please sign in to comment.