-
Notifications
You must be signed in to change notification settings - Fork 593
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
Startup issue with KIC wipes database #5658
Comments
This issue constantly occurs on our clusters making the Kong Ingress Controller not viable for production. Some further clarifications:
I think this is due to the error handling done in: kubernetes-ingress-controller/internal/dataplane/sendconfig/kong.go Lines 64 to 69 in 9783552
Shouldn't the default behavior be that tags are considered as enabled as long as this config is set?
|
Signed-off-by: Hoang Quoc Trung <[email protected]>
Is there an existing issue for this?
Current Behavior
In a certain startup scenario, KIC nukes all pre-existing config in the Kong Admin API that's not managed by it due to how tag filtering gets configured.
Possibly related to #2274
Expected Behavior
Tag filtering should be on by default to avoid removing pre-existing config in case of failure.
Steps To Reproduce
Kong Ingress Controller version
Kubernetes version
Anything else?
No response
The text was updated successfully, but these errors were encountered: