-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
provider/google: support alpha/beta compute APIs in addition to GA #93
Comments
@rileykarson Forgive me, I'm new here, but is the container/v1beta1 API an extremely recent addition, or are you saying multi-version support for the GKE API won't be supported? Specifically, I'd like to use/add the NodeTaint field to If multi-version support for the GKE client is desirable, does it merit opening a new/separate issue? Any insight is appreciated. Thanks! |
Hi @davidquarles! We created this issue to track multi-version support for just the I would recommend filing an issue against You're right that the GKE API will need to have versioned support added! Adding NodeTaint support will be a bit more involved than if it was in |
Container cluster support for cluster autoprovisioning.
Container cluster support for cluster autoprovisioning.
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Updated docs Added tests for cluster autoscaling in node_pool fixture * Fix hashicorp#93
This issue was originally opened by @danawillow as hashicorp/terraform#14742. It was migrated here as part of the provider split. The original body of the issue is below.
Currently, only features available in the v1 version of the compute API are able to be used in Terraform. This is a general issue for support of alpha and beta APIs as well.
(assigning myself but @rileykarson will be working on this)
The text was updated successfully, but these errors were encountered: