This is a Bug Report
Problem:
example-ingress.yaml code block under Create an ingress resource sections doesn't get rendered propery.
https://imgur.com/idMALZD
It's looks like a markdown bug related to a fenced code block within a list (see more)
Proposed Solution:
The code should be either unfenced (backticks removed), or de-indented. We can't have both.
Also there's a workaround with 8 spaces instead of 4 that does the trick (see a tip pane)
Page to Update:
https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/