Skip to content

Commit

Permalink
feat: Karpenter supporting ignoring custom request patterns (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
chomatdam authored Oct 14, 2024
1 parent 9eb8e4e commit cd4043c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gitops/components/karpenter/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ spec:
controller:
image:
repository: ghcr.io/pelotech/karpenter
tag: v1.0.6-modified
digest: sha256:3a2c499f0afb5874ca7a196097781863630dab2e1703b6f71ca8693b13c207ac
tag: v1.0.6x
digest: sha256:14414c1b95c2018f978175361c257c19e26fa51965856e44b743bce0f18b3ae1
env:
- name: IGNORED_RESOURCE_REQUESTS
value: "devices.kubevirt.io/kvm,devices.kubevirt.io/tun,devices.kubevirt.io/vhost-net,scheduling.node.kubevirt.io/tsc-frequency-2999986000,scheduling.node.kubevirt.io/tsc-frequency-2999987000,scheduling.node.kubevirt.io/tsc-frequency-3000000000"
value: "devices.kubevirt.io/kvm,devices.kubevirt.io/tun,devices.kubevirt.io/vhost-net,scheduling.node.kubevirt.io/tsc-frequency-*"
serviceAccount:
create: "true"
name: "karpenter"
Expand Down

0 comments on commit cd4043c

Please sign in to comment.