This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Description
E2E tests appear broken. Investigation points to kubectl not being able to connect to the cluster when it's time to install CPEM. This doesn't happen in the quickstart test, but does happen in most of the others. I believe this is due to some oddity where KUBECONFIG is set by the testing framework (this is just a theory). If we add explicit code back in to declare KUBECONFIG=/etc/kubernetes/admin.conf, it should resolve the issue.