lwolf / kube-cleanup-operator

Kubernetes Operator to automatically delete completed Jobs and their Pods
MIT License
503 stars 109 forks source link

compatibility with k8s 1.9+ #11

Closed lwolf closed 6 years ago

lwolf commented 6 years ago

The kubernetes.io/created-by annotation is no longer added to controller-created objects. Use the metadata.ownerReferences item with controller set to true to determine which controller, if any, owns an object.

Add support for new type of metadata