You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
The other fields refer to higher-level concepts Eirini shouldn't be aware of. Instead, we should provide clients with a way to specify their own labels and annotations, which we should then apply to all the resources we create (StatefulSets, Pods). In order to do so, we have two alternatives:
Add a UserProvidedLabels field (similar to the existing UserProvidedAnnotations
Let clients set labels and annotations on our CRs, and replicate those
The following fields in
eiriniv1.LRPandeiriniv1.Taslact only as metadata (they get converted to labels):GUIDVersionNameProcessTypeApp/Space/OrgName/GUIDFields like
GUID,NameandVersionshould be replaced by Kubernetes' ways of identifying objects.The other fields refer to higher-level concepts Eirini shouldn't be aware of. Instead, we should provide clients with a way to specify their own labels and annotations, which we should then apply to all the resources we create (
StatefulSets,Pods). In order to do so, we have two alternatives:UserProvidedLabelsfield (similar to the existingUserProvidedAnnotations