Julian Tölle

Results 125 comments of Julian Tölle

> 2 targets healtly - because ingress-nginx works on 1 node with 2 ports each How do you deploy `ingress-nginx`? Usually Kubernetes routes traffic arriving on these ports to whatever...

Okay, `externalTrafficPolicy: Local` stops Kubernetes from forwarding requests to a server with a matching `Pod` and only answers the requests if the local node has a matching Pod. > for...

Mh, I tried to figure out why its set this way, but it was introduced in the second commit of the repository without any comment: https://github.com/hetznercloud/hcloud-cloud-controller-manager/commit/785dd83c9390352acec09d5564934727bb1e3200#diff-b6264178c40e2a300a57855f7bbd1de74003cb68b4b9ac834432c73309f5c9bcR39 I think we can...

There was an issue afterall with removing the DNS policy. I will try to find a solution that works for all cases.

Hey @jahanson, are you using https://github.com/syself/hetzner-cloud-controller-manager or the unreleased Robot support from this repository? For the initial version, we will not support using private IPs in clusters with Robot Servers,...

Great to hear that you are using it already! The code that fails for you is here: https://github.com/kubernetes/cloud-provider/blob/152995bd25ae20bc618a9ba7039a1b683372c86c/node/helpers/address.go#L131-L134 I plan on talking to the team responsible for Networks next week,...

Right now it is not possible to configure Routes using vSwitch IPs as Gateway. This is a strict requirement for enabling the Routes functionality.

Yea, this seems to be an oversight. I will cleanup the responsible code and submit a fix to include the private IP if `disable-public-network` is set. In theory we could...

This is not supported right now, I would actually expect HCCM to remove any non-Hetzner Cloud nodes from your cluster. We plan to add support for Robot servers, please subscribe...

What version of HCCM are you running? HCCM does remove any nodes that it can not associate with known servers. Or rather, [`kubernetes/cloud-provider`](https://github.com/kubernetes/cloud-provider/tree/master) does this, we only implement a few...