From 09fafef4f4c199b55e7df724d2181843a5e7e31a Mon Sep 17 00:00:00 2001 From: WESTZERO115 Date: Sun, 25 Sep 2022 00:08:48 +0900 Subject: [PATCH] Fix Markdown Error in user-namespaces.md Signed-off-by: WESTZERO115 --- .../en/docs/tasks/configure-pod-container/user-namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/user-namespaces.md b/content/en/docs/tasks/configure-pod-container/user-namespaces.md index e03f38c6337..332a2752ca3 100644 --- a/content/en/docs/tasks/configure-pod-container/user-namespaces.md +++ b/content/en/docs/tasks/configure-pod-container/user-namespaces.md @@ -95,6 +95,6 @@ output from running the command in the pod to the output of running in the host: ```none readlink /proc/$pid/ns/user user:[4026534732] - +``` replacing `$pid` with the kubelet PID.