[stable/datadog] Fix system-probe startup on latest versions of containerd (#21526)

Here is the error that this change fixes:
```
  State:          Waiting
    Reason:       CrashLoopBackOff
  Last State:     Terminated
    Reason:       StartError
    Message:      failed to create containerd task: OCI runtime create failed: container_linux.go:349: starting container process caused "close exec fds: ensure /proc/self/fd is on procfs: operation not permitted": unknown
    Exit Code:    128
 ```

Signed-off-by: Lénaïc Huard <lenaic.huard@datadoghq.com>
This commit is contained in:
Lénaïc Huard
2020-03-19 01:07:13 -07:00
committed by GitHub
parent 6abc824747
commit c55ff8eecf
3 changed files with 14 additions and 1 deletions
+12
View File
@@ -2,6 +2,18 @@
## 2.0
## 2.0.13
* Fix `system-probe` startup on latest versions of containerd.
Here is the error that this change fixes:
``` State: Waiting
Reason: CrashLoopBackOff
Last State: Terminated
Reason: StartError
Message: failed to create containerd task: OCI runtime create failed: container_linux.go:349: starting container process caused "close exec fds: ensure /proc/self/fd is on procfs: operation not permitted": unknown
Exit Code: 128
```
## 2.0.11
* Add missing syscalls in the `system-probe` seccomp profile
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: datadog
version: 2.0.12
version: 2.0.13
appVersion: "7"
description: Datadog Agent
keywords:
@@ -78,6 +78,7 @@ data:
"fcntl64",
"fstat",
"fstat64",
"fstatfs",
"fsync",
"futex",
"getcwd",