aws / aws-k8s-tester

AWS Kubernetes tester, kubetest2 deployer implementation
Apache License 2.0
163 stars 82 forks source link

accept amitype in kubetest2 managed nodegroup creation #438

Closed ndbaker1 closed 6 months ago

ndbaker1 commented 6 months ago

Issue #, if available:

Description of changes:

add a flag to pass ami-type to the nodegroup creation for kubetest2 deployer

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

cartermckinnon commented 6 months ago

I think we should add validation that a --ami-type and --ami aren't used together, the latter only has effect if --unmanaged-nodes is used.