-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
simple ASM cluster #1205
Comments
Hi @yugandhar-btc thanks for the report. I believe that the function Could you please re-try with Terraform v0.14 or later, and if it is still failing provide an updated example? |
@apeabody Thank you!! So much.. and tf plan is successfully initialized But while iam applying the tf apply i cloud see below error, could you please help with this? thanks in advance!!! module.asm.kubernetes_namespace.system: Creating... on .terraform/modules/asm/modules/asm/main.tf line 34, in resource "kubernetes_namespace" "system": |
I suspect the underlying kubernetes provider maybe defaulting to If you are attempting to use with an existing GKE cluster, you might try adding the following with the correct values for your GKE cluster:
Alternatively you might want to look at this example which creates a GKE cluster with ASM. |
Hi @yugandhar-btc - The documentation has been updated to include the required Kubernetes provider configuration. |
Iam trying to create simple ASM cluster and my main.tf is below ,what i have done is , i just declarer variables in my main.tf , usually I think it should work, could you please help me what went wrong please?
ERROR:-
Terraform Configuration
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: