Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(e2e): provide kubeconfig on kind cluster removal (kumahq#12695)
## Motivation We observed that during multizone tests, while all tests succeeded, the job occasionally failed with the following error: ``` failed to update kubeconfig: failed to lock config file: open /home/ubuntu/.kube/config.lock: file exists ``` After investigating the issue and reviewing similar cases, I came across a suggestion to provide a kubeconfig file. Reusing a specific kubeconfig file could help prevent this issue from occurring. ## Implementation information Provide kubeconfig file location on removal ## Supporting documentation xref: https://github.com/kubernetes-sigs/kind/issues/ 2008 Signed-off-by: Lukasz Dziedziak <[email protected]>
- Loading branch information