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

Do not allow to delete volume from brokers since it can cause constant reconcile flow #739

Closed
baluchicken opened this issue Jan 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@baluchicken
Copy link
Member

baluchicken commented Jan 20, 2022

Describe the bug
Koperator now allows to remove volumes from the kafkaclusterCR which can put the cluster state into a constant reconcile flow.
We should validate this by a webhook and do not allow to do that.

Steps to reproduce the issue:
Create a KafkaCluster using SimpleKafkaCluster
Add a new volume
Try to remove a volume

Expected behavior
Webhook should deny your request on deleting a volume.

@baluchicken baluchicken added the enhancement New feature or request label Jan 20, 2022
@stoader stoader closed this as completed Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants