Skip to content

busser/label-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Label Operator

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.

Usage

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

Testing

To run unit tests:

make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published