Skip to content
Discussion options

You must be logged in to vote

Pester is a PowerShell module, it does not start proxies, it does not touch docker or WSL, and it has no way to restart your containers. The only thing it does is run your test code.

To confirm it is not Pester, take the same wsl -d Ubuntu -u root -e bash -c 'kubectl get pods -A' call and run it in a loop from a plain script without Pester. If the cluster restarts there as well, it is the VM, most likely memory pressure from running WSL, docker and the kind node together.

If it only happens under Pester, please share a minimal repro and we can look again.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@jonnguyen1
Comment options

Comment options

You must be logged in to vote
1 reply
@jonnguyen1
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by nohwnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants