Skip to content

Commit

Permalink
Add missing karpenter nodepools to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed Jul 17, 2024
1 parent 32b6fe0 commit 1598919
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions k8s/staging/karpenter/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ kind: Kustomization
resources:
- ../../production/karpenter/provisioners/runners/testing/provisioners.yaml
- ../../production/karpenter/provisioners/runners/graviton/2/provisioners.yaml
- ../../production/karpenter/provisioners/runners/graviton/3/provisioners.yaml
- ../../production/karpenter/provisioners/runners/x86_64/v2/provisioners.yaml
- ../../production/karpenter/provisioners/runners/x86_64/v3/provisioners.yaml
- ../../production/karpenter/provisioners/runners/x86_64/v4/provisioners.yaml
- ../../production/karpenter/provisioners/runners/windows/x86_64/v2/provisioner.yaml
- ../../production/karpenter/provisioners/gitlab/provisioner.yaml
- ../../production/karpenter/provisioners/beefy/provisioner.yaml
Expand All @@ -17,6 +20,22 @@ patches:
path: /spec/template/spec/requirements/2/values
value: ["us-west-2a", "us-west-2b", "us-west-2c", "us-west-2d"]
- target:
kind: NodePool
name: glr-x86-64-v3
patch: |-
- op: replace
path: /spec/template/spec/requirements/3/values
value: ["us-west-2a", "us-west-2b", "us-west-2c", "us-west-2d"]
- target:
kind: NodePool
name: glr-x86-64-v4
patch: |-
- op: replace
path: /spec/template/spec/requirements/3/values
value: ["us-west-2a", "us-west-2b", "us-west-2c", "us-west-2d"]
- target:
kind: NodePool
name: glr-graviton2
Expand All @@ -25,6 +44,14 @@ patches:
path: /spec/template/spec/requirements/2/values
value: ["us-west-2a", "us-west-2b", "us-west-2c", "us-west-2d"]
- target:
kind: NodePool
name: glr-graviton3
patch: |-
- op: replace
path: /spec/template/spec/requirements/3/values
value: ["us-west-2a", "us-west-2b", "us-west-2c", "us-west-2d"]
- target:
kind: NodePool
name: x86-64-v2-win
Expand Down

0 comments on commit 1598919

Please sign in to comment.