GreatLiu
GreatLiu
一、现象 1. 循环请求某个接口 ```shell while true;do echo; sleep 1s; date +%s; curl -s -w '%{time_namelookup}:%{time_connect}:%{time_starttransfer}:%{time_appconnect}:%{time_pretransfer}:%{time_redirect}:%{time_total}:%{http_code}' http://xxx.yyy.com/longtail/anchorPost;done ``` 2. 偶现3s超时  3. 通过抓包偶现tcp三次握手异常  二、dpvs配置 1. lanip配置  2. vip配置 ...
目前我们线上用的是lvs-dr+ospf的模式,lvs的性能监控用的是node_exporter采集数据,prometheus收集数据,grafana展示数据;realserver的监控检查用的是keepalived的功能,keepalived屏蔽了vrrp的功能,不知道dpvs性能监控及realserver健康检查采用的是什么方案
后端实例ip+port不需要人为配置,直接从注册中心根据相关前缀key获取,可以支持常用的注册中心,比如:etcd、zk、eureka、nacos等
### Issue description 1. apisix-ingress-controller控制台日志有大量service not found ``` 2022-08-09T15:24:19+08:00 info ingress/controller.go:606 service kube-system/kube-scheduler not found ``` 2. helm包value.yaml文件仅配置如下命名空间  3. 通过分析源码有过滤命名空间的逻辑   问题:为什么会watch 其他的命名空间的资源,不解? ### Environment - your apisix-ingress-controller...
### Issue description ## 问题1: 1. admin api根据id获取upstream json数据如下:  2. apisix-ingress-controller定义的数据结构如下:  3. 注释红框中的判断,否则解析报错  3.1 不注释代码的情况下,报错: ``` 2022-08-04 22:04:55.984 error unexpected non-empty object ``` 3.2 注释代码的情况下,upstreamNode解析为空: ``` &{Metadata:{ID:419230261889204925...
### Issue description 如果apisix是新集群且没有任何apisix对象,controller启动时list所有apisix的对象,会出现404报错,导致controller无法初始化完成   ### Environment - your apisix-ingress-controller version (output of apisix-ingress-controller version --long): 1.4.1 - your Kubernetes cluster version (output of kubectl version): 1.16 - if...
Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** - [x] Bugfix - [ ] New feature provided -...
控制面支持不同粒度的开启插件功能,比如:API级、消费者级等