-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing toleration implementation (#1316)
In current implementation, tolerations are stored in the ModuleConfig of the NMC. That means that on each update of Tolerations, kernel module will be unloaded/loaded, which is undesirable. In this PR, the tolerations are moved into ModuleItem, along with Name, Namespace,Service Account and PullSecret, since it does not affect the kernel module code, but just the way the worker pod is configured to run. This way, tolerations can be changed in whatever way possible, without affecting the loaded kernel modules
- Loading branch information
1 parent
1258f4b
commit 56b7a30
Showing
9 changed files
with
211 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.