-
Notifications
You must be signed in to change notification settings - Fork 259
Comparing changes
Open a pull request
base repository: kubernetes-sigs/node-feature-discovery
base: api/nfd/v0.17.0
head repository: kubernetes-sigs/node-feature-discovery
compare: v0.17.1
- 9 commits
- 17 files changed
- 4 contributors
Commits on Jan 8, 2025
-
Add support running with OwnerReferencesPermissionEnforcement
when OwnerReferencesPermissionEnforcement validating webhook is enabled additional permissions are required to set/update owner ref field. NFD worker sets/updates NodeFeature owner ref field to the worker pod and owning daemonset. owner reference can only be updated if the worker has delete permissions for NodeFeatures. if owner reference has blockOwnerDeletion (as the case for the daemonset owner reference) then it requires update permissions to the finalizers of the owner, to avoid this, we set blockOwnerDeleteion to false for all owners referenced from NFD worker pod when setting/updating NodeFeature owner ref. Signed-off-by: adrianc <adrianc@nvidia.com>
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for b5b503c - Browse repository at this point
Copy the full SHA b5b503cView commit details -
Merge pull request #2011 from k8s-infra-cherrypick-robot/cherry-pick-…
…2006-to-release-0.17 [release-0.17] Add support running with OwnerReferencesPermissionEnforcement
Configuration menu - View commit details
-
Copy full SHA for 2c76100 - Browse repository at this point
Copy the full SHA 2c76100View commit details
Commits on Jan 10, 2025
-
Allow for rule processing in case of a missing feature
Signed-off-by: Marcin Franczyk <marcin0franczyk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f64fdd6 - Browse repository at this point
Copy the full SHA f64fdd6View commit details -
Fix image compatibility processing panic in case of a nil pointer
Signed-off-by: Marcin Franczyk <marcin0franczyk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 25d751d - Browse repository at this point
Copy the full SHA 25d751dView commit details -
Sort the list of compatibility artifacts in desc order
Signed-off-by: Marcin Franczyk <marcin0franczyk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ff364d5 - Browse repository at this point
Copy the full SHA ff364d5View commit details -
Add unit tests for invalid feature in the compatibility spec
Signed-off-by: Marcin Franczyk <marcin0franczyk@gmail.com>
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for d846548 - Browse repository at this point
Copy the full SHA d846548View commit details -
Merge pull request #2016 from k8s-infra-cherrypick-robot/cherry-pick-…
…2010-to-release-0.17 [release-0.17] Bugfixes for image compatibility feature
Configuration menu - View commit details
-
Copy full SHA for 62299e6 - Browse repository at this point
Copy the full SHA 62299e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f5b96 - Browse repository at this point
Copy the full SHA b6f5b96View commit details -
Merge pull request #2018 from marquiz/release-0.17
[release-0.17] Release v0.17.1
Configuration menu - View commit details
-
Copy full SHA for c758a38 - Browse repository at this point
Copy the full SHA c758a38View commit details
There are no files selected for viewing