mogul edited a comment on issue #277: URL: https://github.com/apache/solr-operator/issues/277#issuecomment-922649960
I'm not sure I understand the constraint you're facing here... > However the env-test that we use to spin up a "test" kubernetes cluster for our unit-tests uses a built-in binary of a test API server built before networking/v1 was introduced. So that means that we have to upgrade many dependencies, and possibly the entire version of Kubebuilder that we are using. However, in case it helps: We use [KinD](https://kind.sigs.k8s.io/) to provision clusters where we develop and run tests that use the `solr-operator`. This has been better for us than using the Docker Desktop because then we have tight control over which version of k8s we're working with, and the same tooling is used during CI/CD under GitHub Actions (where Docker Desktop isn't available). You can see how we set up the environment [here](https://github.com/GSA/datagov-brokerpak/blob/831d68833bf98aeeba518c03d360822316f20f48/Makefile#L95-L115). (We're just making the change to 0.4.0 now.) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
