We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1
No response
apisix配置文件部分内容如下 discovery: kubernetes:
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
apisix version
uname -a
openresty -V
nginx -V
curl http://127.0.0.1:9090/v1/server_info
luarocks --version
The text was updated successfully, but these errors were encountered:
应该不会错,你试下调回90m ,看看是否是这个参数影响.
Sorry, something went wrong.
No branches or pull requests
Current Behavior
1
Expected Behavior
No response
Error Logs
apisix配置文件部分内容如下
discovery:
kubernetes:
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
):uname -a
):openresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: