Oleg Zhurakivskyy

Results 16 issues of 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:...

lifecycle/rotten

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

cncf-cla: yes
size/XS
needs-ok-to-test

Closes #1071

cncf-cla: yes
size/L
needs-rebase
lifecycle/rotten
ok-to-test

Remove stale NRT objects whose creator pod does not exist anymore. Closes #1586

cncf-cla: yes
size/L
ok-to-test

Detect which CPUs are which types of the cores (P-cores or E-cores) and expose IDs through labels.

cncf-cla: yes
size/M
approved
ok-to-test

Closes: #1072

cncf-cla: yes
size/XL
needs-ok-to-test

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

cncf-cla: yes
size/S
ok-to-test

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

cncf-cla: yes
size/L
approved
ok-to-test