mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-07 09:43:15 +00:00
A stand-alone binary shouldn't import the test/e2e/framework, which is targeted towards usage in a Ginkgo test suite. This currently works, but will break once test/e2e/framework becomes more opinionated about how to configure logging. The simplest solution is to duplicate the one short function that the binary was calling in the framework.