Skip to content

Commit 72fb480

Browse files
authored
Fix list item format on troubleshooting.md (#10552)
1 parent b1ac371 commit 72fb480

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/troubleshooting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ spec:
419419
operator: "Exists"
420420
effect: NoSchedule
421421
```
422+
422423
* update the namespace if applicable/desired
423424
* replace `##_NODE_NAME_##` with the problematic node (or remove nodeSelector section if problem is not confined to one node)
424425
* replace `##_CONTROLLER_IMAGE_##` with the same image as in use by your ingress-nginx deployment
@@ -445,6 +446,7 @@ $ capsh --decode=0000000000000400
445446
## Create a test pod as root
446447
(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.)
447448
To test further you may want to install additional utilities, etc. Modify the pod yaml by:
449+
448450
* changing runAsUser from 101 to 0
449451
* removing the "drop..ALL" section from the capabilities.
450452

0 commit comments

Comments
 (0)