Mia defined labels and annotation placement on Manifest [Orchestrator Generator] #665
-
What product are you having troubles with?Console What Console version are you using?14.5.3 DescriptionWe use the Orchestrator Generator. When generating the manifest file is there a preferred place to add the mia defined annotations and labels (e.g. Actual OutcomeNo response Expected OutcomeNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Mia-defined metadata such as So, typically, Deployment/resource metadata (
So, keep Deployment/resource metadata as the stable reference, and use Pod template metadata only when Pod-level behavior is needed. |
Beta Was this translation helpful? Give feedback.
Mia-defined metadata such as
mia-platform.eu/versionis applied during manifest generation.So, typically, Deployment/resource metadata (
metadata.annotations/metadata.labels) is the canonical place for this information.spec.template.metadatacan also include metadata, but it is Pod-scoped and changes there trigger a rollout.So, keep Deployment/resource metadata as the stable reference, and use Pod template metadata only when Pod-level behavior is needed.