-
Notifications
You must be signed in to change notification settings - Fork 312
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
terraform-provider-aws-parallelcluster fails on parallelcluster 3.11.0 with login nodes enabled #6489
Comments
Thank you for reporting the issue. We will work on a fix |
The problem is solved in ParallelCluster 3.11.1. Please use the latest version. |
Thank you for taking care of the issue, unfortunately, I got the same error when deploying the config with the 3.11.1 API using the parallelcluster provider:
The cluster is created and fully functional, no errors in Lambda API logs, but terraform can't read/modify login nodes status. |
Hi @kondakovm , we are working on the issue with 3.11.1. Thank you for reporting the issue. |
The terraform-provider-aws-parallelcluster fails while parsing the cluster status during creation on the 3.11 API with login nodes enabled, resulting in the following error:
Despite this error, the cluster was created and is fully operational, but terraform cannot read or import it ending with the same error.
This is most likely connected to transitioning from a single login node to multiple login nodes in a pool.
Additional info:
The deployment with login nodes works on parallelcluster 3.10.1.
The deployment works on parallelcluster 3.11.0 without login nodes enabled.
Required Info:
The text was updated successfully, but these errors were encountered: