Local BuildsΒΆ

To build locally:

$ make build

This builds two artifacts:

  • kubedr/kubedr.yaml

  • Docker image kubedr:latest

The image tag can be changed by using env variable DOCKER_KUBEDR_IMAGE_TAG.

Before applying kubedr.yaml, make sure that the image is accessible in your test environment. For example, if you are using minikube, you may need to add the image to its cache, like so:

$ minikube cache add kubedr:latest