-
Notifications
You must be signed in to change notification settings - Fork 247
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
NFD-Topology updater as a oneshot job #600
Comments
I think we could do # 2 above. I.e. only update node capacity and allocatable, and not scan pods at all if WDYT? |
hi @marquiz, I would like to take action on this issue, but I not yet figure out what we should do exactly, should we
|
Hi @zwpaper, thanks for reaching out! A good question, indeed 😇 Above, I was pondering that only publishing node capacity and allocatable would be a good solution but now I'm starting to think otherwise.
I'm now inclined towards this solution, drop the Job deployment alltogether. The problem I see with @swatisehgal any thoughts? |
I am okay with removing the topology-updater job overlay and leaving the --oneshot parameter. I think it hits the sweet spot as it gives the ability to the user to deploy topologyupdater as a job (if they really want to) for inspection/testing/development/debugging and therefore naturally comes with consciousness that it is being deployed as oneshot job and should be considered static information. |
@zwpaper I think we have a conclusion/consensus 😊 Drop the topologyupdater-job overlay (and related bits e.g. from base) |
hi @marquiz, I have check docs and other yamls, there is only those two dir containing the topology updater job, I have deleted them, is this all we need to do? it always feels like there is something more I can do. |
Actually, in this case, that should be all as we haven't updated documentation, yet
😄 I think it is that simple, this time |
As a follow-up from the discussion in #525, it has emerged that we should reconsider deploying nfd-topologyupdater as a oneshot job. We should do one of the following:
The text was updated successfully, but these errors were encountered: