We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
universe create
Currently, universe creation fails with many providers due to incorrect storageType selection. For example, with AWS:
storageType
HTTP/1.1 400 Bad Request Content-Length: 192 Connection: keep-alive Content-Type: application/json Date: Wed, 02 Nov 2022 22:18:55 GMT Server: nginx/1.23.1 Trace-Id: 977299a55dc51531 {"success":false,"httpMethod":"POST","requestUri":"/api/v1/customers/11a78c93-1381-4d1d-8393-ba76f47ba7b6/universes/clusters","error":"storageType can't be empty for universe on aws provider"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, universe creation fails with many providers due to incorrect
storageType
selection. For example, with AWS:The text was updated successfully, but these errors were encountered: