Topology Agent Configuration

Topology Agent Configuration Properties describes the properties available for configuring topology-agent instances.

Table 1. Topology Agent Configuration Properties
Property Description
engine.operatorV2.topologyAgent.affinity The affinity configuration used by the topology-agent pods. The value is of type Affinity
engine.operatorV2.topologyAgent.image.nameOverride The name of the image used for the topology-agent pods.
engine.operatorV2.topologyAgent.image.versionOverride The tag value of the image used for the topology-agent pods.
engine.operatorV2.topologyAgent.labels.podLabels Labels added to the topology-agent pods. These would be in addition to the labels specified with the global.labels.podLabels property which are applied to all pods.
engine.operatorV2.topologyAgent.livenessProbe.failureThreshold The failure threshold value to use for the topology-agent pod's liveness probe. The default value is 3.
engine.operatorV2.topologyAgent.livenessProbe.initialDelaySeconds The initial delay value to use for the topology-agent pod's liveness probe. The default value is 0.
engine.operatorV2.topologyAgent.livenessProbe.periodSeconds The period value to use for the topology-agent pod's liveness probe. The default value is 10.
engine.operatorV2.topologyAgent.livenessProbe.timeoutSeconds The timeout value to use for the topology-agent pod's liveness probe. The default value is 1.
engine.operatorV2.topologyAgent.nodeSelector The node selector configuration used by the topology-agent pods.
engine.operatorV2.topologyAgent.podSecurityContext The pod security context configuration used by the topology-agent pods. The value is of type PodSecurityContext. The default value is fsGroup: 1000.
engine.operatorV2.topologyAgent.readinessProbe.failureThreshold The failure threshold value to use for the topology-agent pod's readiness probe. The default value is 3.
engine.operatorV2.topologyAgent.readinessProbe.initialDelaySeconds The initial delay value to use for the topology-agent pod's readiness probe. The default value is 0.
engine.operatorV2.topologyAgent.readinessProbe.periodSeconds The period value to use for the topology-agent pod's readiness probe. The default value is 10.
engine.operatorV2.topologyAgent.readinessProbe.timeoutSeconds The timeout value to use for the topology-agent pod's readiness probe. The default value is 1.
engine.operatorV2.topologyAgent.resources The resource configuration used by the topology-agent pods. The value is of type ResourceRequirements
engine.operatorV2.topologyAgent.securityContext The container security context configuration used by the topology-agent pods. The value is of type SecurityContext. The default value is:
allowPrivilegeEscalation: false
privileged: false
runAsNonRoot: true
runAsUser: 1000
engine.operatorV2.topologyAgent.serviceAccount.annotations These annotations are added to the service account when the engine.operatorV2.topologyAgent​.serviceAccount.create property is set to true.
engine.operatorV2.topologyAgent.serviceAccount.create When set to true, a service account is created with the specified name and annotations in every namespace containing an agent. Otherwise, a service account with the specified name must be manually created in every namespace containing an agent. The default value is true.
engine.operatorV2.topologyAgent.serviceAccount.name A service account with this name is created in the master namespace when the engine.operatorV2.topologyAgent​.serviceAccount.create property is set to true. Otherwise, a service account with this name must be manually created in the master namespace. The default value is topology-agent.
engine.operatorV2.topologyAgent.tolerations The tolerance configuration used by the topology-agent pods. The value is a list of type Toleration