79505203

Date: 2025-03-13 01:28:53
Score: 0.5
Natty:
Report link

Not aware of any method to do this automatically, and given that AMIs don't have a kubernetes attribute the only way is either via tags if your using custom amis and/or by name. For example you could extend your ami selector like so:

  amiSelectorTerms:
      - name: "amazon-eks-node-1.30-*"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kris.J