Jean-Philippe Quéméner
Jean-Philippe Quéméner
> if assigning an IP over API to a node is enough It's not, you need to configure it on your host, would be too easy otherwise :smile: https://wiki.hetzner.de/index.php/CloudServer/en#What_are_floating_IPs_and_how_do_they_work.3F
I think this a quite an important feature, as for now the cluster isn't really HA, as you can't control it from the outside when the master-node dies that is...
Valid points. I think we should start with a concept on how we can integrate floating IPs in general. Then we can take a look at the different use cases,...
I did a few tests with keepalived, works really good 🚀 Here is my failover script: ```shell #!/bin/bash # quit on error set -e # Get all informations from the...
~~I'm interested in how to add the Floating-IP to the default network interface of the node. I think the best way would be on setup as I'm not sure if...
I tried it today, seems to work but somehow I can't route any traffic as the requests timed out. The IP is assigned to the right Node in the Hetzner...
I could narrow down the problem to the ingress-nginx helm chart..
I got it working with the ingress-nginx helm chart, instead of using the hostnetwork one can pass an external ip ``` helm install stable/nginx-ingress --name ingress --namespace ingress --set rbac.create=true,controller.kind=DaemonSet,controller.service.type=ClusterIP,controller.service.externalIPs.[0]=YOUR_FLOATING_IP,controller.stats.enabled=true,controller.metrics.enabled=true...
For now you could use [cloud init](http://cloudinit.readthedocs.io/en/latest/topics/examples.html#additional-apt-configuration) to achieve this
The angular components team is actively working on this right now https://github.com/angular/components/tree/density-api