Skip to content

Commit

Permalink
Expand karpenter integration test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Aug 18, 2024
1 parent 9bb5c75 commit af298fc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/integration/update_cluster/karpenter/in-v1alpha2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,23 @@ spec:
associatePublicIp: true
image: ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20220404
machineType: t2.medium
nodeLabels:
foo: bar
role: Node
subnets:
- us-test-1a
rootVolumeSize: 200
rootVolumeType: gp3
rootVolumeIops: 4000
rootVolumeThroughput: 200
rootVolumeEncryption: true
rootVolumeEncryptionKey: arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab
volumes:
- device: /dev/xvdd
size: 20
type: gp2
encrypted: true
key: arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab

---

Expand All @@ -120,6 +134,8 @@ spec:
memory: 1G
associatePublicIp: true
image: ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20220404
nodeLabels:
foo: baz
role: Node
subnets:
- us-test-1a
Expand Down

0 comments on commit af298fc

Please sign in to comment.