Comment 1 for bug 1837095

Revision history for this message
George Kraft (cynerva) wrote :

Indeed, the kubernetes-e2e charm does not currently support this case.

Upstream Kubernetes E2E makes this possible with the undocumented KUBE_TEST_REPO_LIST environment variable: https://github.com/kubernetes/kubernetes/blob/8d4c49faae61d0075ba740cae3f9f603528fb7bf/test/utils/image/manifest.go#L77

The charm would most likely need to utilize KUBE_TEST_REPO_LIST to support this.