Simon Kerler
Simon Kerler
Are there any updates on this issue? This just hit me and took me some hours of debugging until I stumbled across this issue 😞 The workaround provided by @steav...
Maybe I'm getting it wrong but shouldn't the first hop be the virtual network IP of your node? `162.55.164.123` is the public IP, isn't it? Disclaimer: I'm not too deep...
Just for completeness, I tried a fresh cluster installed with kubeone 1.2.3 and see these results: ``` 1 static.170.210.55.162.clients.your-server.de (162.55.210.170) 0.147 ms 0.033 ms 0.024 ms 2 172.31.1.1 (172.31.1.1) 13.458...
Did a third test by installing the cluster from the example terraform files. Kubeone manifest looks like this: ``` apiVersion: kubeone.io/v1beta1 kind: KubeOneCluster versions: kubernetes: '1.20.6' cloudProvider: hetzner: {} external:...
Ok, maybe I found something - sorry for not thinking about this earlier! When I traceroute the pod IP as you did, @kron4eg, I also see the traffic using the...
@kron4eg Sorry for the late response, got some stuff in may way in between... There is nothing special, I believe: ``` apiVersion: v1 kind: Pod metadata: labels: run: nginx name:...