-
Notifications
You must be signed in to change notification settings - Fork 163
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
create CCE node pool failed by the password and key_pair conflicts #3398
Comments
Tried to set a password and set the the sshkey with preinstall script got the error with no useful information... │ Error: error creating CCE node pool: Bad request with: [POST https://cce.la-north-2.myhuaweicloud.com/api/v3/projects/b13b1c6c27344cfe95829cf0b0207e6e/clusters/d07ba17e-4eb0-11ee-a81f-0255ac100100/nodepools], request_id: 217b93ae9f49cc73244fc1aefa716394, error message: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","code":400,"errorCode":"CCE.01400001","errorMessage":"Invalid request.","error_code":"CCE_CM.0004","error_msg":"Request is invalid","message":"Unexpected initial node password format","reason":"BadRequest"} |
│ Error: error creating CCE node pool: Bad request with: [POST https://cce.la-north-2.myhuaweicloud.com/api/v3/projects/b13b1c6c27344cfe95829cf0b0207e6e/clusters/d07ba17e-4eb0-11ee-a81f-0255ac100100/nodepools], request_id: 8e99f03e3dc173c52fe9ca08203086ad, error message: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","code":400,"errorCode":"CCE.01400001","errorMessage":"Invalid request.","error_code":"CCE_CM.0004","error_msg":"Request is invalid","message":"ECS server group ID [7c7e649c-f524-4e77-855b-44c572b3f728] not found","reason":"BadRequest"} |
│ Error: error creating CCE node pool: Action forbidden: [POST https://cce.la-north-2.myhuaweicloud.com/api/v3/projects/b13b1c6c27344cfe95829cf0b0207e6e/clusters/d07ba17e-4eb0-11ee-a81f-0255ac100100/nodepools], request_id: 904bcf822241b3d03e0f368861d10842, error message: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","code":403,"errorCode":"CCE.01403001","errorMessage":"Forbidden.","error_code":"CCE_CM.0002","error_msg":"Forbidden","message":"Not |
@ik8svip can you share the configuration file? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terraform Version
Terraform Configuration Files
Debug Output
When I just set
key_pair
without the parameterpassword
then got the errorWhen I just set both
key_pair
andpassword
then get the errorThe resources cce_node has the same issue
Crash Output
Expected Behavior
Actual Behavior
Steps to Reproduce
Additional Context
References
The text was updated successfully, but these errors were encountered: