Closed
Description
I was trying to run e2e test against an existing cluster I have which had some other resources in the "default" namespace.
the cleanup section of the e2e test suite deleted resources that were not created as part of the test.
IMO this is a very unexpected behavior and a major bug.
if ones wants to run e2e tests against his cluster, he should be able to do so without deleting non-related resources.
CC: @danehans