Avoid to change user data during e2e tests
JGiola opened this issue · 0 comments
JGiola commented
During the launch of e2e tests the user .kube/config
file will be changed, read and changed again for the action caused by launching kind.
It will be best to avoid this using some kind of temporary file for the kubernetes configuration that can be delete and modified as we wish without problems.