What this PR does / why we need it:
This PR reduces the entered namespaces by nsenter to only the required namespace for diki-ops pod. This is done to avoid error resulted from not having permissions to enter a specific namespace.
It has been validated that diki works with only the mount -m namespace, if other namespaces are required in the future we can add them when they are needed.
What this PR does / why we need it: This PR reduces the entered namespaces by
nsenter
to only the required namespace fordiki-ops
pod. This is done to avoid error resulted from not having permissions to enter a specific namespace.It has been validated that diki works with only the mount
-m
namespace, if other namespaces are required in the future we can add them when they are needed.Which issue(s) this PR fixes: Fixes #
Special notes for your reviewer:
Release note: