ATM, the daemon is starting up the pods and throwing errors during scaling up of the cluster's instances to accommodate the load given to it.
This can result in unstable behaviours like:
Some of the test pods might be evicted from run causing the whole test run to hang
Sync-service throwing context deadline error that cause the network to be never being properly initialised
In order to fix both issues above, it might be beneficial for the daemon to know upfront when the scaling has been complete to start spinning up pods for test run
ATM, the daemon is starting up the pods and throwing errors during scaling up of the cluster's instances to accommodate the load given to it.
This can result in unstable behaviours like:
In order to fix both issues above, it might be beneficial for the daemon to know upfront when the scaling has been complete to start spinning up pods for test run