Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: k8s服务发现discovery参数shared_size 调整为100m报错 #11857

Open
lianfulei opened this issue Dec 24, 2024 · 1 comment
Open

bug: k8s服务发现discovery参数shared_size 调整为100m报错 #11857

lianfulei opened this issue Dec 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@lianfulei
Copy link

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):
@dosubot dosubot bot added the bug Something isn't working label Dec 24, 2024
@hanqingwu
Copy link
Contributor

应该不会错,你试下调回90m ,看看是否是这个参数影响.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants