-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Support for subnetwork on google_container_cluster resource #5551
Comments
Currently if a Network is in custom mode, it's impossible to create a cluster since Subnetwork is a required parameter in that case:
|
We try to avoid adding support for non-GA features, a good explanation is given here: #5053 (comment). |
The |
The issue is that if anyone has an existing resource that refers to a cluster with something like |
I don't think subnetwork is in beta, seeing it's part of stable gcloud: https://cloud.google.com/sdk/gcloud/reference/container/clusters/create I get the following error when trying to create a google_container_cluster in a project with manually configured subnets:
|
Sorry, a closer look shows me it's an alpha feature even though it's in stable gcloud command. |
Fixed by #5871 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
https://cloud.google.com/sdk/gcloud/reference/container/clusters/create
The text was updated successfully, but these errors were encountered: