You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'container manager' (which will replace v6's Docker Manager) involves asynchronous operations (e.g., launching job pods) and managing statuses based on these operations. This requires a more formal analysis and the development of unit tests based on a kubernetes test-environment. For this PyTest-kind https://pypi.org/project/pytest-kind/ or Kubetest could be explored.
The text was updated successfully, but these errors were encountered:
The 'container manager' (which will replace v6's Docker Manager) involves asynchronous operations (e.g., launching job pods) and managing statuses based on these operations. This requires a more formal analysis and the development of unit tests based on a kubernetes test-environment. For this PyTest-kind https://pypi.org/project/pytest-kind/ or Kubetest could be explored.
The text was updated successfully, but these errors were encountered: