https://rancher.com/ logo
Title
g

gorgeous-belgium-64567

03/28/2023, 2:36 PM
Hi, I have a couple of issues since upgrading to 1.23.17 or 1.24/1.25: • first seems be related to https://github.com/k3s-io/k3s/pull/5657 and https://github.com/k3s-io/klipper-lb/issues/38 - after the upgrade svclb daemonset is created in kube-system, but existing svclb is still running in service’s namespace so node-port is not releases and new svclb remains in pending state. Was existing svclb supposed to be removed automatically? • and second issue is with upgrade of klipper-lb from v0.3.5 to v0.4.0 - with v0.3.5 it was possible to connect to nodeport on localhost i.e. curl http://localhost, but in v0.4.0 it only works with host’s IP but not localhost. Could be related to the following line that was added?
iptables -t filter -A FORWARD -d ${dest_ip}/32 -p ${DEST_PROTO} --dport ${DEST_PORT} -j DROP
@creamy-pencil-82913 Hi, sorry to bother you, but maybe you could take a look? :)