-
Notifications
You must be signed in to change notification settings - Fork 344
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: plugin config in APISIX but do not in declare yaml #974
Comments
The problem has been fixed |
Is there a way to circumvent it now. Even if I call the admin-api interface to remove it, the ingresscontroller will still add this field to apisix again |
@GhangZh you need to use the master branch to build the image |
ok,thanks |
After v1.4.1 is released, you can upgrade to fix this issue. I will close this issue, we will track it with #980 |
Issue description
After upgrading apisix 1.13and apisix-ingress-controller 1.4 through helm, ingress-controller will automatically synchronize the current ar file to apisix and add the field plugin_config_id
apisix-ingress-controller log
curl http://127.0.0.1:9180/apisix/admin/plugin_configs -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'
Environment
Minimal test code / Steps to reproduce
kubectl apply -f test.yaml
kubectl exec -it apisix-544b6cbf74-npr5z -n ingress-apisix bash
curl http://127.0.0.1:9180/apisix/admin/plugin_configs -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'
Actual result
No plugin_config_id
Error log
Expected result
No response
The text was updated successfully, but these errors were encountered: