Skip to content

Commit

Permalink
added AMI information
Browse files Browse the repository at this point in the history
  • Loading branch information
3pings committed Oct 21, 2024
1 parent 875792e commit 65fbc2a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packs/karpenter-1.0.5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,12 @@ subnetSelectorTerms:
securityGroupSelectorTerms:
- tags:
karpenter.sh/discovery: "${CLUSTER_NAME}" # replace with your cluster name
amiSelectorTerms:
- id: "${ARM_AMI_ID}"
- id: "${AMD_AMI_ID}"
# - id: "${GPU_AMI_ID}" # <- GPU Optimized AMD AMI
# - name: "amazon-eks-node-${K8S_VERSION}-*" # <- automatically upgrade when a new AL2 EKS Optimized AMI is released. This is unsafe for production workloads. Validate AMIs in lower environments before deploying them to production.
amiSelectorTerms:
- alias: al2@v20241011 # example Alias for looking up images.
```

For more information on AMI selectors and how to find other AMIs, reference the [Karpenter Docs](https://karpenter.sh/docs/concepts/nodeclasses/#specamiselectorterms)

## References

* [Karpenter Best Practices](https://aws.github.io/aws-eks-best-practices/karpenter/)
Expand Down

0 comments on commit 65fbc2a

Please sign in to comment.