-
Notifications
You must be signed in to change notification settings - Fork 8
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
images: bump payload 20230822 #213
images: bump payload 20230822 #213
Conversation
fix copy-paste mistake preventing the correct scheduler controller pullspec to be used. Signed-off-by: Francesco Romani <[email protected]>
d642466
to
8cb901d
Compare
Add an option to emit the SHA (not the tag) of the images. The default is still to use the tag. Signed-off-by: Francesco Romani <[email protected]>
bump to: scheduler-plugin v0.26.7 NFD 0.13.3 RTE 0.13.0 Signed-off-by: Francesco Romani <[email protected]>
The kubelet state dir monitor (watch) is hard to secure, we prefer to use OCI hooks if event-based notification is needed. Never enable this feature on RTE. Signed-off-by: Francesco Romani <[email protected]>
The kubelet state dir monitor (watch) is hard to secure, we prefer to use OCI hooks if event-based notification is needed. Force (unconditionally) disable this feature on NFD. Signed-off-by: Francesco Romani <[email protected]>
04385ee
to
8625ae1
Compare
In order to be more tolerant about the updaters changing their default values, always set the flag explicitly. Signed-off-by: Francesco Romani <[email protected]>
8625ae1
to
8f96dd8
Compare
turns out we found a bug in NFD. If we disable the state dirs monitoring, the timer-based monitoring is also disabled. This is not correct, the state dirs monitoring should augment the timer. Will followup ASAP. |
03e1cba
to
9b6db2c
Compare
To improve debuggability, dump cluster state when the check for NRT consistency fails. Signed-off-by: Francesco Romani <[email protected]>
9b6db2c
to
05257f8
Compare
|
consume the fix kubernetes-sigs/node-feature-discovery#1325 Signed-off-by: Francesco Romani <[email protected]>
bump payload images, and fixes the images command output along the way
Fixes: #208