chenjinxuan opened a new issue, #8489:
URL: https://github.com/apache/apisix/issues/8489
### Current Behavior
配置文件:
discovery:
kubernetes:
service:
schema: https
host: kubernetes.default.svc.cluster.local
port: "443"
dashboard upstream配置
{
"timeout": {
"connect": 60,
"send": 60,
"read": 60
},
"type": "roundrobin",
"scheme": "grpc",
"discovery_type": "kubernetes",
"pass_host": "pass",
"name": "example-service",
"service_name": "default/example-service:port-9000",
"keepalive_pool": {
"idle_timeout": 60,
"requests": 1000,
"size": 320
}
}
### Expected Behavior
_No response_
### Error Logs
未发现异常日志,只是当大量deployment同时滚动时,会出现apisix无法更新pod ip情况,最后导致请求到旧的pod ip上
### Steps to Reproduce
无
### Environment
- APISIX version 2.13.3:
- Operating system k8s 1.21
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]