Open
Description
When the cluster is started it tries to add the crc-admin
context to the kubeconfig file, under some conditions (specially on nested environments) the context is not added, this create some false positives on tests for cluster functionality.
I think the context add has no retry in case of failure. It would be great to check it and add a retry mechanism in there to ensure the context is successfully added.
Activity