-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[KF 1.0 Compliance] app.kubernetes.io labels on every resource #3755
Comments
The problem is that common labels feature in kustomize cannot be used for applying these labels: kubeflow/manifests#1131 Because it is applied to selectors too, while selectors have to be immutable for upgrade. Due to the limitations, I think it's better to defer this requirement to post 1.0 until there's a maintainable solution. Upstream kustomize has a solution to add labels commonly without changing selector: kubernetes-sigs/kustomize#1009 (comment) but I tried, the feature wasn't even introduced in kustomize 3.1.0, it will take a long time before kubectl kustomize picks it up. |
/cc @jlewi |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/lifecycle frozen |
Closing this issue. Looks like the resources are already annotated. /close |
@rimolive: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Part of #2884
Compliance doc: https://github.com/kubeflow/community/blob/master/guidelines/application_requirements.md
The text was updated successfully, but these errors were encountered: