Commit Graph

12 Commits

Author SHA1 Message Date
Iris 8bb10e7abc add envoy version info into troubleshooting guide (#1849)
* add envoy version info into troubleshooting guide

* add envoy version info into troubleshooting guide

* add envoy version info into troubleshooting guide
2018-07-17 04:44:36 -07:00
Martin Taillefer 597f7ce3b4
Enable more linting rules (#1824)
Fix feported linting errors.
2018-07-15 07:49:11 -07:00
Frank Budinsky 8013da334e Put back reverted new troubleshooting material (#1710) 2018-07-09 11:03:33 -07:00
Martin Taillefer 378e1334b0
Revert "503 and Gateway troubleshooting" (#1691)
* 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.
2018-07-06 05:44:50 -07:00
Frank Budinsky 3314115d65 503 and Gateway troubleshooting (#1642)
* 503 and Gateway troubleshooting

* delete blank line

* fix numbered list

* tweaks

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2018-07-05 15:02:59 -04:00
craigbox d9982024e7 remove something only relating to 0.5 from the 1.0 docs (#1647) 2018-06-30 21:44:49 -07:00
mtail 0f8724351f Content fixes.
- Remove What's next sections since we now have auto-generated See also sections

- Fix a few incorrectly capitalized headers, "istio", "kubernetes", "sidecar"
2018-06-30 21:42:52 -07:00
Martin Taillefer 0541000be8
Switch from ``` to {{< text >}} to indicate text blocks. (#1644)
This fixes a number of cases of incorrect formatting of code blocks
throughout the site.
2018-06-30 07:11:21 -07:00
mtail b0ad14977f Add the framework for an operations guide.
Mark the troubleshooting guide as a draft to hide it. We'll delete it once
its contents have been scavanged.
2018-06-27 16:39:07 -07:00
Tiago M. Vieira 079f73c371 fix the kubectl logs command usage. (#1611)
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.
2018-06-27 19:08:31 -04:00
mtail e3c1f36859 Guides -> Examples
As agreed, in prep for the 1.0 launch.
2018-06-27 16:03:53 -07:00
mtail 5296742475 First pass at refactoring file locations.
This also reenables html proofing, which I accidentally left
off in an earlier commit.
2018-06-26 23:29:47 -07:00