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
# clusterAgent.admissionController.agentSidecarInjection.provider -- Used by Admission Controller to add infrastructure provider specific configurations to the Agent sidecar.
1072
+
1073
+
## Currently only "fargate" is supported. To use the feature in other environments (including local testing) omit the config.
1074
+
provider: # "fargate" or ""
1075
+
1076
+
# clusterAgent.admissionController.agentSidecarInjection.clusterAgentEnabled -- Enable communication between Agent sidecars and Cluster Agent.
1077
+
clusterAgentEnabled: true
1078
+
1079
+
# clusterAgent.admissionController.containerRegistry -- Override default registry for sidecar Agent.
1080
+
containerRegistry:
1081
+
1082
+
# clusterAgent.admissionController.imageName -- Override default agents.image.name for Agent sidecar.
1083
+
imageName:
1084
+
1085
+
# clusterAgent.admissionController.imageTag -- Override default agents.image.tag for Agent sidecar.
1086
+
imageTag:
1087
+
1088
+
# clusterAgent.admissionController.agentSidecarInjection.selectors -- Defines pod selector for sidecar injection, only one rule is supported.
1089
+
selectors: []
1090
+
# - objectSelector:
1091
+
# matchLabels:
1092
+
# "podlabelKey1": podlabelValue1
1093
+
# "podlabelKey2": podlabelValue2
1094
+
# namespaceSelector:
1095
+
# matchLabels:
1096
+
# "nsLabelKey1": nsLabelValue1
1097
+
# "nsLabelKey2": nsLabelValue2
1098
+
1099
+
# clusterAgent.admissionController.agentSidecarInjection.profiles -- Defines sidecar configuration override, only one profile is supported.
1100
+
1101
+
## This setting allows to override sidecar Agent configuration by adding environment variables and providing resource settings.
1102
+
profiles: []
1103
+
# - env:
1104
+
# - name: DD_ORCHESTRATOR_EXPLORER_ENABLED
1105
+
# value: "true"
1106
+
# resources:
1107
+
# requests:
1108
+
# cpu: "1"
1109
+
# memory: "512Mi"
1110
+
# limits:
1111
+
# cpu: "2"
1112
+
# memory: "1024Mi"
1113
+
1064
1114
# clusterAgent.confd -- Provide additional cluster check configurations. Each key will become a file in /conf.d.
0 commit comments