We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d848795 commit 49086dcCopy full SHA for 49086dc
content/en/security/cloud_security_management/setup/fargate.md
@@ -42,6 +42,7 @@ Datadog Cloud Security Management on AWS Fargate includes built-in threat detect
42
"cpu": "256",
43
"memory": "512",
44
"networkMode": "awsvpc",
45
+ "pidMode": "task",
46
"requiresCompatibilities": [
47
"FARGATE"
48
],
@@ -230,6 +231,7 @@ spec:
230
231
fieldPath: spec.nodeName
232
volumes:
233
- name: cws-instrumentation-volume
234
+ shareProcessNamespace: true
235
{{< /code-block >}}
236
237
## Verify that the Agent is sending events to CSM
0 commit comments