crash-diagnostics
crash-diagnostics copied to clipboard
Test runs pollute the default kube config file
What is happening?
While running the tests, the created kind clusters get added to the default location of the kube config $HOME/.kube/config and the current context set in the file also gets overridden.
Expected behavior
The test runs do not pollute the default kube config file and multiple test runs can be run on a single machine/dev box/container.