From f067aa4b90db52dd6770fcbfcbceccff3aeac5aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9na=C3=AFc=20Huard?= Date: Wed, 18 Mar 2020 23:23:05 +0100 Subject: [PATCH] [stable/datadog] Fix `system-probe` startup on latest versions of containerd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- stable/datadog/CHANGELOG.md | 12 ++++++++++++ stable/datadog/Chart.yaml | 2 +- stable/datadog/templates/system-probe-configmap.yaml | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/stable/datadog/CHANGELOG.md b/stable/datadog/CHANGELOG.md index 2a28e64bd642..25d69003fe76 100644 --- a/stable/datadog/CHANGELOG.md +++ b/stable/datadog/CHANGELOG.md @@ -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 diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index 31e2e03186d1..4c3059dfea58 100644 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: datadog -version: 2.0.12 +version: 2.0.13 appVersion: "7" description: Datadog Agent keywords: diff --git a/stable/datadog/templates/system-probe-configmap.yaml b/stable/datadog/templates/system-probe-configmap.yaml index 3179c4f88c85..65fc6d26f322 100644 --- a/stable/datadog/templates/system-probe-configmap.yaml +++ b/stable/datadog/templates/system-probe-configmap.yaml @@ -78,6 +78,7 @@ data: "fcntl64", "fstat", "fstat64", + "fstatfs", "fsync", "futex", "getcwd",