Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit d00d083

Browse files
authored
Merge pull request #1020 from alphagov/add-m5ad-r5ad-to-spot-instance-pools
re-add [mr]5ad spot instance types
2 parents e49ace2 + 7cbc712 commit d00d083

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/k8s-cluster/data/nodegroup-v2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,11 @@ Resources:
126126
- InstanceType: m5.xlarge
127127
- InstanceType: m5d.xlarge
128128
- InstanceType: m5a.xlarge
129+
- InstanceType: m5ad.xlarge
129130
- InstanceType: r5.xlarge
130131
- InstanceType: r5d.xlarge
131132
- InstanceType: r5a.xlarge
133+
- InstanceType: r5ad.xlarge
132134
Tags:
133135
- Key: Name
134136
Value: !Sub ${ClusterName}-${NodeGroupName}

0 commit comments

Comments
 (0)