changluyi
changluyi
I encounter the same issue and committed a pr , but no one reply me https://github.com/brancz/kube-rbac-proxy/pull/282
+1 发现还没解决
+1 发现还没解决
 看起来像tunnel id给用完了。如果是geneve的话,应该是2 的 16次方个 
 目前追溯到是inactivityProbe开了后,这个锁hang住了
目前追溯到rpclient的问题,在这两个位置都能hang住,导致rpcMutex没有释放,尝试更新rpc库没有解决,目前提issue给libovsdb社区。   https://github.com/ovn-org/libovsdb/issues/391 看到这个pr 把echo 写成异步的,似乎能解决,但没弄明白当时为啥没合并 https://github.com/cenkalti/rpc2/pull/38 https://github.com/ovn-org/libovsdb/pull/368
”是否应该在ip不足的情况下才去找备选子网” 现在就是这种逻辑吧。 如果你不指定固定ip,就会优先找第一个子网,第一个子网的可用ip置0后,就会找第二个。
> 这个问题好像之前我们修改过,当时的处理策略是, kube-ovn 这边不要处理 nmcli 管理的网卡 是的 打算做一个判断 team网卡别unmanage
 手动配置unmanage直接触发网卡down掉
the reason is that , when vm is stopped , the lsp is not deleted yet. then the flow related is also existed  when other pod send arp request,...