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

kamel reset should not fail for integration missing due to owning kameletbinding removed #2487

Closed
nicolaferraro opened this issue Jul 8, 2021 · 0 comments · Fixed by #2603
Labels
good first issue Does not require full understanding of the codebase kind/bug Something isn't working
Milestone

Comments

@nicolaferraro
Copy link
Member

Happened quite some times with 1.5. There's a KameletBinding called timer-source-to-mysql-sink. It's deleted but then the CLI tries to remove the integration (it should not, it's automatically cleaned up).

[nferraro@localhost kamelet-catalog]$ kamel reset
1 kamelet bindings deleted from namespace camel
could not delete integration timer-source-to-mysql-sink from namespace camel: integrations.camel.apache.org "timer-source-to-mysql-sink" not found

The problem is that the command stops and the environment is not completely reset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Does not require full understanding of the codebase kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant