aenix-io / cozystack

Free and Open Source PaaS-platform for seamless management of virtual machines, managed Kubernetes, and Databases-as-a-Service
https://cozystack.io
Apache License 2.0
795 stars 45 forks source link

Allow specifying externalIPs for ingress-nginx #164

Closed kvaps closed 3 months ago

kvaps commented 3 months ago

There is a configuration without load-balancer service, when all nodes of the cluster are responsible for routing traffic.

In this case we can provide user an oportunity to specify IP-addresses of the nodes which are used to recieve traffic.

These nodes will be used to route traffic to nginx-ingress pods.

fixes https://github.com/aenix-io/cozystack/issues/158