pprokop
pprokop
@ozhuraki @ArangoGutierrez one question, if we upgrade NFD-gc on existing cluster with this feature, it would remove all NRTs in the cluster cause none of them, has the `owner-pod` labels?...
@SergeyKanzhelev @ffromani @klueska I can/want to help with getting this feature graduate to beta.
> @PiotrProkop if you want to work on the graduation in the 1.28 cycle, I can help with reviews. Sign me in. Do you have maybe any examples what it...
> Hey @PiotrProkop @ffromani, We would just need to update `beta` stage information inside [kep.yaml](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/3545-improved-multi-numa-alignment/kep.yaml#L27C2-L28) to 1.28 inside of 1.27 and `stable` to your expectation. Please make the change within...
@khunafin are you planning to update this PR? If not I am willing to help with this work.
> @PiotrProkop any comments? Always :) I prefer single port implementation as it removes some code and make overall architecture simpler.
Overall I think this could be a generic plugin that filters out pod not requesting some specific resource from nodes advertising those resources with except for `device-plugin` of `dra-plugin`(in the...
> > Overall I think this could be a generic plugin that filters out pod not requesting some specific resource from nodes advertising those resources with except for `device-plugin` of...
One question and sorry if I misunderstand how hybrid cpus can be consumed in K8s. Wouldn't be more useful to just modify [ResourceAggregator](https://github.com/kubernetes-sigs/node-feature-discovery/blob/master/pkg/resourcemonitor/noderesourcesaggregator.go#L93) to advertise new resources for each cpu...