Duan Jiong

Results 22 comments of Duan Jiong

You can set the service traficpolicy to local, where the nexthop additions of cluster types don't filter the notready nodes, we'll fix that later.

Yes, I introduced this earlier, but I had a problem compiling it, so I removed it. I can see how to fix it later.

Rewrite `addr_equal` using `__builtin_memcmp` as follows ```c static __always_inline bool addr_equal(union addr a, u8 b[16]) { if (__builtin_memcmp(&a, b, sizeof(a)) != 0) { return false; } return true; } ```...

总结起来就是, service以及ingress最好只设置一个annotation key, 然后用户在前端配置的时候最好json里面的key由界面显示, 用户只需要填写值, 最后由前端把数据聚合序列化放在annotation当中。

应该是受管网络吧?只有添加后端的时候才会有基础网络的主机可以选择 。 有详细的操作步骤? @zheng1

1. 创建lb的时候需要指定mode为1 2. https://github.com/yunify/qingcloud-sdk-go/issues/156 获取lb的vip

现在lb后端得策略他是转发到所有除master以及不满足条件的node,但是service endpoint可能没这么多,所以需要动态根据service 的endpoint变化来更新后端