-
Notifications
You must be signed in to change notification settings - Fork 570
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
Failed to find AMI for AWSMachine following the documentation quick start #4984
Comments
This issue is currently awaiting triage. If CAPA/CAPI contributors determines this is a relevant issue, they will accept it by applying the The 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-sigs/prow repository. |
Also tried with kubernetes in v1.27.6, same error occurs.
|
Adding the AMI ID to both AWSMachineTemplate spec solved it for me:
|
Query I encountered the same error, and the above trace resolved it for me. |
Why is it looking for The quickstart guide is not working right now. |
Following the quick start as of today, I get the following error:
Trying to list the available AMIs, I get this error:
|
I have the same issue as @jonatasbaldin, and now it is impossible to deploy new clusters with capi-cluster. It seems the AWS AMIs are no longer available. The workaround that @jfcavalcante mentioned above did not work for me. There is an option to set up the ami.id, but this ami.id needs to be customized with multiple dependencies that are not documented (at least I did not find them). |
I don't remember exactly, but I think I only had to change the
|
/kind bug
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
After following the ClusterAPI Provider AWS Quick Start, and creating a cluster with the kubernetes version v1.29.2, as described in the documentation, I've faced the following error:
The image name string isn't being parsed correctly, and resulting in an error during reconcile.
What did you expect to happen:
The cluster to be completelly provisioned following the commands of the documentation.
Environment:
kubectl version
): v1.29.2/etc/os-release
): ubuntu v22.04.4The text was updated successfully, but these errors were encountered: