Oleg Zhurakivskyy
Oleg Zhurakivskyy
controller-gen can't parse enum values starting with digit ``` package SamplePackage // +kubebuilder:validation:Enum=one;two;three;4abc type SampleType string ``` ``` # controller-gen crd:crdVersions=v1,trivialVersions=true paths="./tmp/..." tmp/x.go:4:1: expected comma, got "abc" (at :1:16) tmp/x.go:4:1:...
A few tests run unreliably due to timeouts that became to small: - Increase the timeout in eventuallyNonControlPlaneNodes() to 1 minute - Increase the timeout in GetNodeTopology() to 2 minutes
Closes #1071
Remove stale NRT objects whose creator pod does not exist anymore. Closes #1586
Detect which CPUs are which types of the cores (P-cores or E-cores) and expose IDs through labels.
Closes: #1072
If a device plugin registers itself with kubelet after NFD topology-updater is already running the NRT will never be updated with new resources. Closes: #1424
In some cases it's desirable to control automatic garbage collection of NodeFeature object. Add an option to disable setting the owner references to Pod for NodeFeature object. Closes: #1817