Commit Graph

7 Commits

Author SHA1 Message Date
Frank Budinsky 93d3dcf213 Cherry-pick commits (#4520) 2019-06-21 08:50:24 -07:00
Jianfei Hu d065efe6f7 Refine the health check doc. (#4433)
* refine the health check doc.

* lint spelling.

* Update content/docs/ops/setup/app-health-check/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/docs/ops/setup/app-health-check/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/docs/ops/setup/app-health-check/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/docs/ops/setup/app-health-check/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Apply suggestions from code review

Co-Authored-By: Rigs Caballero <grca@google.com>

* fix some bash intent

* add yaml sample.
2019-06-18 17:49:46 +00:00
Nik Skoufis 94e9d95a59 Injection caveats docs (#4255)
* Remove 'things' in favor of more specific terms

Explicitly spelling out that these are bits of configuration is more
explicit.

* Add clarification on namespace and host network limitations

This adds clarifications on the limitations on sidecar injection for
particular namespaces and for pods with host networking.

The clarifications are in two spots because without either of them, the
information provided is incomplete. Saying that whether the sidecar is
injected or not is only dependant on three bits of config isn't really
accurate. And including the troubleshooting steps without mentioning
these hard limits isn't accurate either.

* Remove whitespace and fix spelling error

* Remove misplaced 'is'

* Fix typo

* Replace 'limitation' language with 'security rules'

This emphasises that these restrictions are by design, and are intended
to provide security to users.

* Clarify the outcome of annotating pods that violate security rules

This clarifies that if pods on the host network or in system namespaces
will be ignored by the sidecar injector, as opposed to other failures or
errors.

* Update lists to use correct Hugo format

* Indent paragraph to fix formatting and numbering

This indentation should fix the formatting of this paragraph so that it
appears correctly under the second element of the ordered list. It
should also ensure that the ordered list continues at 3 with the next
item.

* Add whitespace to ensure correct formatting of lists
2019-06-11 17:31:24 +00:00
Eric Van Norman 5d03af38c9 zsh completion updates (#4312) 2019-06-10 18:23:38 +00:00
Jason Clark a5860faa1d Adds a separate docs page for istioctl. (#4274) 2019-06-07 14:06:50 -07:00
Davin Kevin 778b3554aa fix(ops): change the yaml used in "Probes Rewriting" (#4249)
The current pod used a curl health check, but in this part of the documentation, a http health check is required on the same port used by the proxy
2019-06-04 13:34:31 +00:00
Rigs Caballero bf4901af38 Move the Operations Guide to the documentation section. (#4099) 2019-05-07 11:10:19 -07:00