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

NDM should watch for ConfigMap changes #190

Open
kmova opened this issue Jan 1, 2019 · 1 comment
Open

NDM should watch for ConfigMap changes #190

kmova opened this issue Jan 1, 2019 · 1 comment
Labels
enhancement feature request

Comments

@kmova
Copy link
Contributor

kmova commented Jan 1, 2019

NDM DaemonSet pods use the ConfigMap to determine what disks are discovered and added as disk resources. This configuration is read at the startup by the DaemonSet Pods.

What is the expected behavior?
It will be good to have the pods watch for the ConfigMap changes and dynamically (at runtime) change the logic for types of disks discovered.

This also requires the NDM to handle cases, where some of the disks that were discovered with previous config to be deleted, if the new config restricts them.

@davidkarlsen
Copy link

When managing the install with helm, this trick can be used: https://github.com/helm/charts/blob/master/stable/cerebro/templates/deployment.yaml#L29 as a change in configmap will trigger a change in annotation which again triggers a rollout.

@akhilerm akhilerm added the enhancement feature request label Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature request
Projects
None yet
Development

No branches or pull requests

3 participants