Christian Hüning

Results 19 comments of Christian Hüning

The error relates to an IPTABLES rule we have in place. The rule forwards everything from Port 80 to Port 8085 whcih Bamboo runs under. Curl'ing to :80 results in...

Ok found the issue on our site: Add this rule to your iptables forwarding strategy:_ iptables -t nat -A OUTPUT -d -p tcp --dport 80 -j REDIRECT --to-port 8085 Problem...

@BugRoger Yes! Latest stable version.

Yeah that's what we did. The other feature would be quite nice though, I think. Thanks for your effort!

@khussey see you removed this from a cycle. Is that kinda like a decision to not add ARM64 support at all?

What's needed to get that image upstream released? Or is that still part of the discussion above from 3y ago to add all the steps to the official pipeline and...

I am having the same issue with a k3s setup on 4 nodes (raspberry PIs) using Cilium with the kube-proxy replacement and IPv6 DualStack setup. Currently I am trying to...

i have the same issue on an actual k3s cluster with 4 nodes

I just re-encountered that when upgrading from 1.29.x to 1.36.x. This time though the issue is with the `gardener-resource-manager`. The `gardener-resource-manager-server` secret uses a CA which is 6 seconds older...