From 72fb480b8129f53195656d05fb2f93f40caa0ec6 Mon Sep 17 00:00:00 2001 From: Able Lv <26692080+able8@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:40:56 +0800 Subject: [PATCH] Fix list item format on troubleshooting.md (#10552) --- docs/troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index e1fd6956ed..0d20040927 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -419,6 +419,7 @@ spec: operator: "Exists" effect: NoSchedule ``` + * update the namespace if applicable/desired * replace `##_NODE_NAME_##` with the problematic node (or remove nodeSelector section if problem is not confined to one node) * replace `##_CONTROLLER_IMAGE_##` with the same image as in use by your ingress-nginx deployment @@ -445,6 +446,7 @@ $ capsh --decode=0000000000000400 ## Create a test pod as root (Note, this may be restricted by PodSecurityPolicy, PodSecurityAdmission/Standards, OPA Gatekeeper, etc. in which case you will need to do the appropriate workaround for testing, e.g. deploy in a new namespace without the restrictions.) To test further you may want to install additional utilities, etc. Modify the pod yaml by: + * changing runAsUser from 101 to 0 * removing the "drop..ALL" section from the capabilities.