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
Agent version 7.41.1, pulled in from public.ecr.aws/datadog/agent:7 image:
$ docker run -it --rm public.ecr.aws/datadog/agent:7 /bin/bash
Unable to find image 'public.ecr.aws/datadog/agent:7' locally
7: Pulling from datadog/agent
6f935188a310: Already exists
Digest: sha256:4992b38387ca6dbb732f3493ed66cdf5efe7e08154b7e9e4159b1735dbaabe3f
Status: Downloaded newer image for public.ecr.aws/datadog/agent:7
root@7173535d3eed:/# agent version
Agent 7.41.1 - Commit: 4f39b9e - Serialization version: v5.0.39 - Go version: go1.18.9
root@7173535d3eed:/# cat /etc/datadog-agent/system-probe.yaml
cat: /etc/datadog-agent/system-probe.yaml: No such file or directory
Describe what happened:
When agent container is configured via environment variables, without explicit configuration files provided, on container launch it will emit this line:
grep: /etc/datadog-agent/system-probe.yaml: No such file or directory
Agent Environment
Agent version 7.41.1, pulled in from
public.ecr.aws/datadog/agent:7
image:Describe what happened:
When agent container is configured via environment variables, without explicit configuration files provided, on container launch it will emit this line:
This originates from
60-sysprobe-check.sh
script:datadog-agent/Dockerfiles/agent/cont-init.d/60-sysprobe-check.sh
Line 3 in 360d2b2
Describe what you expected:
No unnecessary output.
Steps to reproduce the issue:
Launch agent container with some valid configuration, but don't provide it with any explicit configuration files.
Additional environment details (Operating System, Cloud provider, etc):
Observed in AWS Fargate.
The text was updated successfully, but these errors were encountered: