* add envoy version info into troubleshooting guide
* add envoy version info into troubleshooting guide
* add envoy version info into troubleshooting guide
* Revert "Add download & print buttons to all PRE blocks. (#1680)"
This reverts commit 512fdb5b61.
* Revert "Remove link annotations from command paths (#1690)"
This reverts commit 26113b3b5b.
* Revert "503 and Gateway troubleshooting (#1642)"
This reverts commit 3314115d65.
- Remove What's next sections since we now have auto-generated See also sections
- Fix a few incorrectly capitalized headers, "istio", "kubernetes", "sidecar"
Accordingly with the kubectl help documentation for the logs
command, the container name is a flag and not an argument:
`
Usage:
kubectl logs [-f] [-p] (POD | TYPE/NAME) [-c CONTAINER] [options]
`
The use of an argument instead of a flag is to keep compatible
with legacy systems, but it is not recommended as it can be removed
at any time.