Skip to content

Commit

Permalink
fix: adds additional blacklisted metal instance
Browse files Browse the repository at this point in the history
  • Loading branch information
fullykubed committed Oct 21, 2024
1 parent 12a2434 commit f6ab7a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/infrastructure/kube_karpenter_node_pools/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ locals {
// with our base AMI
blacklisted_sizes = [
"metal",
"metal-16xl",
"metal-24xl",
"metal-48xl"
]
Expand Down

0 comments on commit f6ab7a2

Please sign in to comment.