Closed antoninbas closed 2 years ago
Can I take this? Looking to get involved in Antrea
@kloading yes that would be great! assigning the issue to you. thanks!
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days
I often see the following log messages in Antrea e2e test logs, especially when testing batch Pod creation and during NetworkPolicy tests.
Maybe we should consider increasing QPS limits for the client used for testing. I see that the default values for client-go are 5 for QPS and 10 for burst: https://pkg.go.dev/k8s.io/client-go@v0.21.1/rest#Config. While the K8s e2e framework seems to be using 20 for QPS and 50 for burst: https://github.com/kubernetes/kubernetes/blob/5e58841cce77d4bc13713ad2b91fa0d961e69192/test/e2e/framework/framework.go#L151-L159. It may be good to use the same values, it could help speed up the tests at the very least.