This operator adds a padok.fr/pod-name
label to Pods with the
padok.fr/add-pod-name-label=true
annotation. The label's value is the Pod's
name.
To run the operator locally on your Kubernetes cluster:
make run
To build and release a Docker image for the operator:
make IMG=docker.io/busser/label-operator docker-build docker-push
To deploy the operator to your Kubernetes cluster:
make IMG=docker.io/busser/label-operator deploy
To run unit tests:
make test