Jose Pedro Pereira dos Santos
Jose Pedro Pereira dos Santos
Hi @Huang-Wei, Thank you for your feedback! Your suggestion to move some of the logic to Pre-Filter makes perfect sense. I will check this first and see if I can...
> > --- FAIL: TestNetworkOverheadPlugin (3.02s) > > networkoverhead_test.go:75: Timed out waiting for CRDs to be ready: timed out waiting for the condition > > It seems the integration test...
Hi @Huang-Wei, Regarding the PreFilter state suggestion, I made a few adjustments to the NetworkOverhead plugin, and essentially now the longest extension point is the PreFilter State since the filtering...
Hi @Huang-Wei, > We should soft link them under the folder `manifests/crds`: > > ``` > weih@m1max:~/go/src/sigs.k8s.io/scheduler-plugins/manifests/crds|pr/432 ⇒ rm appgroup.diktyo.k8s.io_appgroups.yaml networktopology.diktyo.k8s.io_networktopologies.yaml > weih@m1max:~/go/src/sigs.k8s.io/scheduler-plugins/manifests/crds|pr/432⚡ ⇒ ln -s ../appgroup/crd.yaml appgroup.diktyo.k8s.io_appgroups.yaml > weih@m1max:~/go/src/sigs.k8s.io/scheduler-plugins/manifests/crds|pr/432⚡...
> > However, I still have issues with the CRDs verification because of the -required, minimum and maximum tags > > I suppose those tags are expected to be absent...