-
Notifications
You must be signed in to change notification settings - Fork 21
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
Default and unique label sets that comply with the k8s specifications #114
Comments
Partly already addressed by this issue #25 |
Good suggestion! Helm has some additional labels that we may also want to consider using: https://helm.sh/docs/chart_best_practices/labels/#standard-labels |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All invenio k8s resources (deployment, service, etc) should have a unique label set for common and selector labels which can be assigned to a helm release and matches the k8s conventions.
https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/
Possible solution:
These label sets are also generated by
helm create...
by default:The text was updated successfully, but these errors were encountered: