crash-diagnostics icon indicating copy to clipboard operation
crash-diagnostics copied to clipboard

Test runs pollute the default kube config file

Open srm09 opened this issue 5 years ago • 0 comments

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.

srm09 avatar Aug 07 '20 05:08 srm09