Resolution
For a single Managed controller
In the Managed controller configuration, under the Advanced configuration you can customize the items being sent to the server, using YAML.
-
For
Pods
annotations use:apiVersion: "apps/v1" kind: StatefulSet spec: template: metadata: annotations: foo: bar
-
And for
Statefulsets
annotations:apiVersion: "apps/v1" kind: StatefulSet metadata: annotations: foo: bar
For all the Managed controllers
The same configuration can be applied in the Operation Center under
. This setting would apply to newly created controller only (including Team controllers).