wilfred-s commented on PR #894: URL: https://github.com/apache/yunikorn-k8shim/pull/894#issuecomment-2295504042
One of the basic problem described upstream is linked to testing. E2e testing of the feature has shown really bad performance when trying to use VPA. Changes taking the kubelet sync time, 60 seconds, to propagate and get actioned. Changes like these should always take a 1 second or so, but code is not working correctly. Container spec defaulting was also changed between releases which means we might see fields in 1.31 set by default which we do not see in 1.27 or the other way around. We just need to be careful that we're not adding tests that are flaky or can only work on the latest release etc. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
