xk6-kubernetes icon indicating copy to clipboard operation
xk6-kubernetes copied to clipboard

Add helper function for waiting a Deployment is ready

Open pablochacin opened this issue 2 years ago • 0 comments

When setting the resources for a test, it is a common case that after deployment an application as a Deployment, the test must wait until all the replicas are ready. This is a simple tasks, but having a helper function will prevent repeating the code across tests.

pablochacin avatar Oct 12 '22 08:10 pablochacin