Alay Patel
Alay Patel
yes I can help with this issue, thanks folks. /assign
@tenzen-y @alculquicondor I have been playing around the visibility API and I can create the kep for implementing ``` /apis/visibility.kueue.x-k8s.io/v1alpha1/namespaces/default/localqueues/user-queue/pendingworkloads?workload=myworkload ``` Since workload is a namespaced resource, I wonder if...
@alculquicondor out of curiosity why would having a new URL be preferable? IIUC, visibility API w.r.t. workload only provides information about a workload on the queue and extending the existing...
We run the kubevirt stack at large scale and we dont use node labels discovered by node-labeller. For that reason, we are exploring disabling the node labeller via a command...
@vladikr I agree with you that the node labeller functionality is important and it is only possible in our clusters because we dont use live migration. But there is already...
> I think the node labeler uses the periodic GET to make sure that no labels were manually removed. I'm not sure if we need to have such tight control...
@fossedihelm I agree with a generic informer listing all the objects should be avoided with node level components. What I was talking about is a single object informer. It will...
> The reason I think a watch is problematic is that even a single node object tends to be modified very often. That being said, the thing that virt-handler cares...
> I'm open to this discussing this, but we have to bring some numbers to the conversation. Did you happen to test this? Would that be possible? > Essentially, what...
/assign @Sreeja1725 Sreeja will help with getting the perf/scale numbers in sig/scale