-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow empty AMI ID, Instance type in launch template of AWSManagedMachinePool #4377
Comments
/triage accepted |
/milestone v2.3.0 |
/milestone v2.4.0 to match the delayed PR #4388 |
@AndiDog: You must be a member of the kubernetes-sigs/cluster-api-provider-aws-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Cluster API Provider AWS Maintainers and have them propose you as an additional delegate for this responsibility. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/milestone v2.4.0 |
This issue is labeled with You can:
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/ /remove-triage accepted |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/kind feature
We try to adopt CAPI+CAPA for our cluster to have same configuration, but find something not supported in the launch template.
Describe the solution you'd like
In the AWSManagedMachinePool spec
AMI type
is defined(exceptCUSTOM
type), the controller should create launch template without ami id. This allows EKS to use managed AMI with launch templateInstance type(s)
is defined, the controller should create launch template without instance type(s).Customizing managed nodes with launch templates
this is a launch template in our running EKS node group, we use to customize the security group and storage
Anything else you would like to add:
Environment:
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: