jetstack / terraform-google-gke-cluster

A Terraform module to create a best-practise Google Kubernetes Engine (GKE) cluster.
Apache License 2.0
161 stars 87 forks source link

Cert-manager webhook firewall rule needed for private clusters #61

Closed paolomainardi closed 4 years ago

paolomainardi commented 4 years ago

To install cert-manager on private GKE cluster it's needed an additional firewall rule to access the port 6443 from the nodes.

As stated here: https://docs.cert-manager.io/en/release-0.8/getting-started/webhook.html#running-on-private-gke-clusters And an example here: https://www.revsys.com/tidbits/jetstackcert-manager-gke-private-clusters

The problem i see how to retrieve the target tags of gke nodes, do you have any ideas ?

Thanks!

repo-lockdown[bot] commented 4 years ago

This project is now deprecated so we aren't accepting any further changes.