diff --git a/docs/empty-dir.md b/docs/empty-dir.md index d78aa3eb36f8..fc1752494d45 100644 --- a/docs/empty-dir.md +++ b/docs/empty-dir.md @@ -1,6 +1,6 @@ # Empty Dir -While by default, the Docker and PNS [workflow executors](workflow-executors.md) can get output artifacts/parameters from the base layer (e.g. `/tmp`), neither the Kubelet or the K8SAPI executors can. It is unlikely you can get output artifacts/parameters from the base layer if you run your workflow pods with a [security context](workflow-pod-security-context.md). +While by default, the Docker and PNS [workflow executors](workflow-executors.md) can get output artifacts/parameters from the base layer (e.g. `/tmp`), neither the Kubelet nor the K8SAPI executors can. It is unlikely you can get output artifacts/parameters from the base layer if you run your workflow pods with a [security context](workflow-pod-security-context.md). You can work-around this constraint by mounting volumes onto your pod. The easiest way to do this is to use as `emptytDir` volume. @@ -33,4 +33,4 @@ spec: - name: message valueFrom: path: /mnt/out/hello_world.txt -``` \ No newline at end of file +```