Skip to content

Commit

Permalink
fix: nidhogg node placement
Browse files Browse the repository at this point in the history
  • Loading branch information
chomatdam committed Feb 19, 2025
1 parent ffae9e0 commit 3289f06
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gitops/components/nidhogg/overlays/nidhogg-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
operator: Exists
- key: CriticalAddonsOnly
operator: Exists
- op: add
path: /spec/template/spec/affinity
value:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: karpenter.k8s.aws/instance-size
operator: NotIn
values:
- "metal"
- op: add
path: /spec/template/spec/hostNetwork
value: true

0 comments on commit 3289f06

Please sign in to comment.