A CRD for arbitrary properties about a cluster.
Learn how to engage with the Kubernetes community on the community page.
You can reach the maintainers of this project at:
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.
In order to build and run tests you would need access to an existing miniKube or kubernetes cluster.
Set the environment variable TEST_USE_EXISTING_CLUSTER
to true
export TEST_USE_EXISTING_CLUSTER=true
Build and push your image to the location specified by IMG:
make docker-build docker-push IMG=
Deploy the controller to the cluster with image specified by IMG:
make deploy IMG=
In order to run tests you would need access to an existing miniKube or kubernetes cluster.
Set the environment variable TEST_USE_EXISTING_CLUSTER
to true
export TEST_USE_EXISTING_CLUSTER=true go test ./...