pranavadn
pranavadn
@rbrtbnfgl After Flanneld restart, flanneld is able to use the new network configuration and pods do get new IPs. However, even in this case, the routes installed by Flanneld for...
@rbrtbnfgl Looks like iptables rules are linger - sudo iptables -S | grep flannel -A FORWARD -s 192.168.128.0/18 -m comment --comment "flanneld forward" -j ACCEPT -A FORWARD -d 192.168.128.0/18 -m...
Hi @akerouanton, Please find it below - goroutine 705714 [running]: runtime/pprof.writeGoroutineStacks(0x55df6c226d20, 0xc0007b4620, 0x0, 0x0) /usr/local/go/src/runtime/pprof/pprof.go:679 +0x9f runtime/pprof.writeGoroutine(0x55df6c226d20, 0xc0007b4620, 0x2, 0x7, 0x10) /usr/local/go/src/runtime/pprof/pprof.go:668 +0x46 runtime/pprof.(*Profile).WriteTo(0x55df6d370980, 0x55df6c226d20, 0xc0007b4620, 0x2, 0xc0007b4620, 0x10) /usr/local/go/src/runtime/pprof/pprof.go:329...