## What Add an app.kubernetes.io/managed-by label to resources managed by controllers to inform what software manages them. ## How Modify controllers to add the label when they create or update their managed resources. Here is target list. - https://github.com/cybozu/neco-containers/tree/main/machines-endpoints that manages svc or endpoints. - https://github.com/cybozu/neco-containers/tree/main/local-pv-provisioner that manages pv. ## Checklist - [ ] Finish implentation of the issue - [ ] Test all functions - [ ] Have enough logs to trace activities - [ ] Notify developers of necessary actions
What
Add an app.kubernetes.io/managed-by label to resources managed by controllers to inform what software manages them.
How
Modify controllers to add the label when they create or update their managed resources.
Here is target list.
Checklist