From c89a663faae1c2df8f5acb19a0de02369efc95da Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 9 Jan 2023 16:16:04 +0000 Subject: [PATCH] metrics: Update sysbench pod yaml This PR updates the sysbench pod yaml by removing the shareProcessNamespace configuration as this bench does not need that processes in the container are visible to all containers in the same pod. Fixes #5370 Signed-off-by: Gabriela Cervantes --- metrics/density/runtimeclass_workloads/sysbench-pod.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/metrics/density/runtimeclass_workloads/sysbench-pod.yaml b/metrics/density/runtimeclass_workloads/sysbench-pod.yaml index 4eab13678..929922286 100644 --- a/metrics/density/runtimeclass_workloads/sysbench-pod.yaml +++ b/metrics/density/runtimeclass_workloads/sysbench-pod.yaml @@ -9,7 +9,6 @@ metadata: name: test-sysbench spec: terminationGracePeriodSeconds: 0 - shareProcessNamespace: true runtimeClassName: kata containers: - name: test-sysbench