Last updated
Was this helpful?
Last updated
Was this helpful?
You can add Kubernetes labels and annotations to your agents. There are three pairs of values, that control where labels and annotations are added:
All values exist for protocolMapperAgentDefaults
and in per-agent protocolMapperAgents
entries. When you specify them in both contexts, both will be added to the Kubernetes objects.
Example
annotations
, labels
StatefulSet
podAnnotations
, podLabels
Pod
service.annotations
, service.labels
Service