Skip to content

Commit

Permalink
Fix list item format on troubleshooting.md (#10552)
Browse files Browse the repository at this point in the history
  • Loading branch information
able8 authored Oct 24, 2023
1 parent b1ac371 commit 72fb480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down

0 comments on commit 72fb480

Please sign in to comment.