lianfulei opened a new issue, #11857:
URL: https://github.com/apache/apisix/issues/11857
### Current Behavior
1
### Expected Behavior
_No response_
### Error Logs
apisix配置文件部分内容如下
discovery:
kubernetes:
- id: test
service:
schema: https
host: 192.168.1.1
port: "6443"
client:
token: **********
shared_size: 100m
shared_size参数从90m调整为100m为何报错呢?
报错如下:
apisix start
/usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua start
invalid discovery kubernetes configuration: object matches none of the
required
### Steps to Reproduce
1
### Environment
- APISIX version (run `apisix version`):
- Operating system (run `uname -a`):
- OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
- etcd version, if relevant (run `curl
http://127.0.0.1:9090/v1/server_info`):
- APISIX Dashboard version, if relevant:
- Plugin runner version, for issues related to plugin runners:
- LuaRocks version, for installation issues (run `luarocks --version`):
--
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]