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

Changes to users / policies are not persisted properly if only one replica is used #631

Open
maltesander opened this issue Jun 18, 2024 · 0 comments
Labels

Comments

@maltesander
Copy link
Member

If NiFi is created with only one replica, and changes are made to users and/or polices (e.g. via UI), these changes are not persisted during pod restarts.
This is because we mount the config map containing the config files and copy them to an empty dir.
We should use a proper PVC for that case or document that cluster mode should require at least 2 replicas.

With more than 1 replica i could not reproduce it, i think the flow sync takes care of that properly.

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

No branches or pull requests

1 participant