-
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
Add support disable-default-snat for GKE #6537
Comments
@tvvignesh can you share you module code so I can repro the issue? In the meantime, can you post your debug log? Thank you |
@edwardmedia Thanks for your quick reply. I am using this as the module for the GKE Cluster without any changes: https://github.com/terraform-google-modules/cloud-foundation-fabric/tree/master/modules/gke-cluster Is that what you were asking for? Last few lines of the TRACE (I am not sure if the full log contains any creds/info since its big. So, posting the last few lines of it)
|
Also wondering why its picking up
|
@edwardmedia I have looked up the Terraform documentation completely regarding this and am not able to find a way to currently do this. Puzzled 😕 |
@tvvignesh can you post the sections of |
Hello, I have the same problem but i am using I am trying to create private cluster using REGULAR channel with access to master over internet. Here is mine TF config:
And here is error message i have:
|
--disable-default-snat has not been implemented. Change to |
CC: @danawillow |
Dup with #6465 |
We had a similar requirement of creating private GKE cluster.But because of missing "default sNAT" feature in terraform we are blocked for now. Error: Error waiting for creating GKE cluster: Must disable default sNAT (--disable-default-snat) before using public IP privately in the cluster. Can you let me know when this support will be available in terraform for GKE ? |
@abhianand09 we're tracking it in #6465, which this issue was marked as a duplicate of. I'd expect a few weeks max. |
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! |
Hi. I tried setting up Private GKE clusters using Terraform. While I was able to successfully set it up for 3 clusters, one of the clusters keeps failing with this error:
I did refer information about the error here (disabling snat): https://cloud.google.com/kubernetes-engine/docs/how-to/alias-ips#cannot_use_--disable-default-snat_without_--enable-ip-alias
May I know how to solve this using Terraform?
My Sample config:
The text was updated successfully, but these errors were encountered: