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

Out of order resource creation cleanup #1005

Open
Boomatang opened this issue Nov 12, 2024 · 0 comments
Open

Out of order resource creation cleanup #1005

Boomatang opened this issue Nov 12, 2024 · 0 comments

Comments

@Boomatang
Copy link
Contributor

What

When resources are created out of order, speaking mostly about limitador resources, the removal of the kuadrant CR should undo the changes in limitador CR.

This is related to #1004

Steps to reproduce

Deploy an instance of limitador before running the RateLimitPolicy for Platform Engineers. Don't do the last cleanup step.

Remove the kuadrant CR.

kubectl delete kuadrant kuadrant -n default

If you rerun the curl commands from the guide you will see the routes are no longer protect, which is expected. However if you check the limitador CR that was created before kuadrant, it still has all the limits which kuadrant placed.

This should not be the case. The removal of kuadrant should remove those limits. Only in the case were the user created the limitador resource before kuadrant does this issue apply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant