apache/apisix

feat: As a user, I want kubernetes service discovery to support more configuration items

开放

#8,311 创建于 2022年11月11日

 (15 条评论) (0 个反应) (0 位负责人)Lua (2,860 个派生)batch import
good first issue

仓库指标

星标
 (16,597 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Description

Recently, we deployed apisix on different clouds and used the feature of kubernetes service discovery. The problem is that on different clouds, the proxy layer (LB) in front of apiserver has different idle timeouts. However, in apisix's kubernetes service discovery, The time of a watch is fixed, which will cause a problem: when there is no endpoints event in the cluster for a long time, the server will time out instead of the client, and then the service discovery will restart the list-watch after a fixed 40 seconds , so if you can add some configuration items, such as the duration of a watch, retry time or strategy, etc., thank you!

贡献者指南