Elias Werberich
Elias Werberich
@kke A few month ago, I have added support for Flatcar Container Linux which is also part of the CoreOS-Family. To support the installation of K0S using K0SCTL, we added...
@robbertkl AFAIK, Docker-IPv6NAT should only mirror Docker's own IPv4 behaviour to IPv6. I think, this is not a part of Docker-IPv6NAT. What do you think?
@robbertkl I think we should keep it up until built-in IPv6 NAT is rolled out for most distributions. In addition to this, it is required to check if built-in IPv6...
Let's keep this issue open until NAT for IPv6 is available in upstream docker without experimental mode. :+1:
@ThomasLohmann I am also interested into using KubeVIP for HA Control Planes. Metallb works for LoadBalancer Services as it is running its speaker-pods on the worker nodes itself which is...
@jnummelin But if the konnectivity-agent always targets the VIP (which is ARP-spoofed by the control plane which holds the lock), this might not be a problem. 🤔
@ThomasLohmann Unfortunately not, but it is still on my list.
Got hit by the same issue as this basically breaks the workflow of replacing nodes while keeping their network identity.
A possible solution would be to check [here](https://github.com/hetznercloud/terraform-provider-hcloud/blob/main/internal/server/resource.go#L836) if the set primary IPv4 or IPv6 have `auto_delete` disabled. If this is the case, the server is first stopped, then the...
@hawksight At least the CRD installation can be optimized. At the moment, CRDs are applied as manifests by HELM. There is an option to put CRD definitions into a special...