Evergreen "cleans up" processes and Docker state changes between tasks, so all commands that depend on those processes or Docker state changes must be run in the same task. From the Evergreen CI repo wiki:
[B]y default, processes and Docker state changes (e.g. containers, images, volumes) are cleaned up between each task's execution.
Run all functions that create, modify, or otherwise rely on the Kind cluster in the same task.
Evergreen "cleans up" processes and Docker state changes between tasks, so all commands that depend on those processes or Docker state changes must be run in the same task. From the Evergreen CI repo wiki:
Run all functions that create, modify, or otherwise rely on the Kind cluster in the same task.