kubernetes-sigs / kueue

Kubernetes-native Job Queueing
https://kueue.sigs.k8s.io
Apache License 2.0
1.34k stars 235 forks source link

Add integration tests for detecting CRD installed after Kueue started #3015

Open mimowo opened 2 weeks ago

mimowo commented 2 weeks ago

What would you like to be cleaned:

This is a follow up to https://github.com/kubernetes-sigs/kueue/pull/2574.

Why is this needed:

To gain confidence the mechanism works as expected since there are pieces of the code which are hard to cover with unit tests.

mimowo commented 2 weeks ago

/cc @ChristianZaccaria @varshaprasad96 @alculquicondor @tenzen-y

tenzen-y commented 1 week ago

That makes sense. Since we implemented the watcher by hand, we should keep to prove that the watcher works fine.

mbobrovskyi commented 1 week ago

/assign