Commit Graph

11 Commits

Author SHA1 Message Date
Steven Dake beb00de90e Remove GDB documentation (#4377)
GDB is no longer shipped in the containers.  Whether it should be or not
is not relevant for 1.2 (its too late to add GDB to 1.2).  Remove
GDB from the documentaiton.  We don't really expect operators would
use GDB in production.  If GDB were reintroduced to the containers,
it may make sense to document GDB in the developer wiki.

Fixes: #4361
2019-06-13 06:13:11 -07:00
Martin Taillefer d49deee2d9 Title improvements (#4357)
- Rename "Operations Guide" to "Operations" so it fits better in the sidebar.

- Rename the main kubernetes install page to "Installing on Kubernetes" rather than
just "Kubernetes" which was a bit odd when landing there. Links to the page in the
sidebar and elsewhere still say "Kubernetes" since these usually appear in context.
2019-06-12 16:12:59 +00:00
Tao Li 737ba05962 Patch #4263 to master (#4351) 2019-06-12 15:05:51 +00:00
Xinnan Wen c91553f37e Update command for deprecated old style CRDs (#4342)
* Update command after deprecate of old style CRDs

* Update index.md

* Update index.md

* Update index.md
2019-06-12 15:01:40 +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
Morven Cao 14d533a590 fix locality-weighted load balancing sample. (#4325) 2019-06-11 13:30:22 +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
Frank Budinsky 577e8a50b8 Clarify and improve setup instructions (#4247) 2019-06-04 06:21:04 -07:00
Rigs Caballero bf4901af38 Move the Operations Guide to the documentation section. (#4099) 2019-05-07 11:10:19 -07:00