Create new GKE Cluster Fails, Invalid Request
Error on gitlab.com
We have a Silver account.
Trying to create a new GKE Cluster fails with
```
Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine
Failed to request to CloudPlatform; Invalid request
```
However, this only seems to occur on a Gcloud Project that is inside a folder.
Another gcloud project we have that is top level works correctly.
I'm unable to verify that *all* settings are the same between the projects, but all the correct apis are enabled and the account I am using had owner permissions on both projects.
## Other possible causes
- The minimum number of `f1-micro` nodes is 3 => https://gitlab.com/gitlab-org/gitlab/-/issues/5548#note_95017951
- https://gitlab.com/gitlab-com/support-forum/-/issues/3027
- Zone limits => https://gitlab.com/gitlab-org/gitlab/-/issues/25923
## Proposal ?
The [error classes](https://github.com/googleapis/google-api-ruby-client/blob/0.23.0/lib/google/apis/errors.rb) also have `header`, `body` and `status_code`, which may hold useful information.
issue