Skip to content

Commit

Permalink
[stable/datadog] Fix system-probe startup on latest versions of con…
Browse files Browse the repository at this point in the history
…tainerd (helm#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>
  • Loading branch information
L3n41c authored and includerandom committed Jul 19, 2020
1 parent 6b80895 commit f3520d4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions stable/datadog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/datadog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: datadog
version: 2.0.12
version: 2.0.13
appVersion: "7"
description: Datadog Agent
keywords:
Expand Down
1 change: 1 addition & 0 deletions stable/datadog/templates/system-probe-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ data:
"fcntl64",
"fstat",
"fstat64",
"fstatfs",
"fsync",
"futex",
"getcwd",
Expand Down

0 comments on commit f3520d4

Please sign in to comment.