c12s-kubespray/contrib/terraform/exoscale/modules/kubernetes-cluster
Cristian Klein 3ac92689f0
exoscale: Rework EIP access from workers (#7337)
Context: Load-balancing in Exoscale is performed by associating many
workers with the same EIP. This works, however, the workers cannot access
themselves via the EIP, which is needed at least for cert-managers
"self-test".

Problem: The old iptables based workaround felt fragile and disappointed
me at least once.

New solution: Add the EIP to a loopback interface on each worker.
2021-04-16 03:22:22 -07:00
..
templates exoscale: Rework EIP access from workers (#7337) 2021-04-16 03:22:22 -07:00
main.tf contrib/terraform/exoscale: Rework SSH public keys (#7242) 2021-02-03 07:32:28 -08:00
output.tf Added terraform support for Exoscale (#7141) 2021-01-22 20:37:39 -08:00
variables.tf contrib/terraform/exoscale: Rework SSH public keys (#7242) 2021-02-03 07:32:28 -08:00
versions.tf Added terraform support for Exoscale (#7141) 2021-01-22 20:37:39 -08:00