Commit Graph

332 Commits

Author SHA1 Message Date
Ignasi Barrera 055691f64a Fix protocol selection Helm values (#6172)
* Fix protocol selection Helm values

* Fix list style

* Protocol sniffing is enabled by default in Istio 1.5
2020-01-06 11:17:29 -08:00
Chris Wilson b2395ff16a Update analyze doc to reflect https://github.com/istio/istio/pull/19647 (#6185) 2019-12-30 13:30:21 -08:00
Lin Sun 4601017961 remove bin reference to istioctl (#6154)
* remove bin reference to istioctl

as all of our other tasks assume istioctl is on the path already.  Having it cause me an alert on my mac:

“istioctl” can’t be opened because Apple cannot check it for malicious software.

* fix istioctl path
2019-12-19 13:55:05 -08:00
Chris Wilson 5091fa39c7 Update docs to reflect graduating istioctl analyze from experimental (#6061)
* Graduate istioctl analyze out of experimental

* Run update_ref_docs
2019-12-13 10:55:22 -08:00
chentanjun 29b3a372dc fix url due to the kubernetes new release 1.17 (#6041) 2019-12-10 08:06:52 -08:00
Kuat 0ebe85b83c add a note to known problems (#6012)
Signed-off-by: Kuat Yessenov <kuat@google.com>
2019-12-06 13:03:47 -08:00
Johannes Scheuermann fc8d0b5b32 Document subzon topology key for Kubernetes (#6006) 2019-12-06 10:10:48 -08:00
Martin Taillefer c863bea599
Content changes to prepare to switch to the new Hugo. (#5993)
These fix problems encountered when switching to the new Hugo which has
a completely different markdown engine. I went through diffs of the generated
HTML and made required adjustments.
2019-12-05 12:44:01 -08:00
Martin Taillefer 6165cb9821
Replace cookies with local storage. (#5949)
- We don't need cookies for istio.io, the few settings we do have should be
managed with browser-local storage instead. This is a better privacy posture,
and avoids sending needless data to the server for every request.
2019-12-02 13:02:51 -08:00
Hongzhi c17b7c1caa lack of indentation (#5931) 2019-11-29 06:33:42 -08:00
Frank Budinsky 8dee6caae3 Add overview to deployment models doc (#5923)
* Add overview to deployment models doc

* Fix broken link

* fix spelling error

* change description

* tweak wording
2019-11-28 16:38:12 -08:00
Venil Noronha 5dc67ec67c Fix protocol sniffing documentation (#5899)
Signed-off-by: Venil Noronha <veniln@vmware.com>
2019-11-27 13:49:41 -08:00
Frank Budinsky 60f73570f0 Another ops guide incremental improvement (#5830)
* Another ops guide incremental improvement

* fix broken links

* more lint errors

* one more lint

* fix aliases
2019-11-25 11:58:39 -08:00
David Ebbo 45d6a26be8 Clarified istioctl local case (#5822)
* Clarified istioctl local case

As suggested in https://github.com/istio/istio/issues/18978

* Expanded local file analysis description
2019-11-22 09:24:24 -08:00
imgbot[bot] 84cec4cf3f [ImgBot] Optimize images (#5811)
/content/en/docs/ops/performance-and-scalability/latency_p90.svg -- 169.12kb -> 168.95kb (0.1%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-20 16:51:04 -08:00
Istio Automation 1a9623c9f6 rename latency graph labels (#5801) 2019-11-20 13:15:04 -08:00
Eric Van Norman 8659e6ed40 Remove Istio version from download commands (#5792)
scripts now find latest non-canidate versions
2019-11-19 07:33:45 -08:00
Xinnan Wen d264028b21 update telemetry v2 doc (#5662)
* update telemetry v2 doc

* Address comment

* fix linter
2019-11-15 15:08:00 -08:00
Frank Budinsky fc94fd4270 Some minor corrections (#5696)
* Some minor corrections

* fix lint errors
2019-11-14 14:25:46 -08:00
Martin Taillefer 48c8a28968
Prepare for 1.5. (#5689) 2019-11-14 13:01:31 -08:00
Lin Sun 2836c05b39 update istioctl download instruction (#5691)
* update istioctl download instruction

```
$ curl -L https://istio.io/downloadIstioctl | ISTIO_VERSION=1.4.0 sh - 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   101  100   101    0     0    261      0 --:--:-- --:--:-- --:--:--   260
100  2339  100  2339    0     0   4524      0 --:--:-- --:--:-- --:--:--  4524
Downloading istioctl-1.4.0-osx.tar.gz from https://github.com/istio/istio/releases/download/1.4.0/istioctl-1.4.0-osx.tar.gz ... 
istioctl-1.4.0-osx.tar.gz download complete!

Add the istioctl to your path with:
  export PATH=$PATH:$HOME/.istioctl/bin 

Begin the Istio pre-installation verification check by running:
	 istioctl verify-install 

Need more information? Visit https://istio.io/docs/reference/commands/istioctl/
```

* Update content/en/docs/ops/diagnostic-tools/istioctl/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-11-14 12:27:03 -08:00
Lin Sun 78a98b3d20 add istioctl download instruction (#5683) 2019-11-14 10:46:25 -08:00
mtail e64468ecd0 Fix order of ops guide items. 2019-11-14 09:45:02 -08:00
Rigs Caballero 22d066be37 Added the Best Practices section with general principles. (#5137)
* Added the Best Practices section with general principles.

This is the beginning of the new Best Practices section.
Our goal is to provide a section for all the best practices and recommendations
for Istio deployments. The best practices are based on the identified and
recommended deployment models.

Signed-off-by: rcaballeromx <grca@google.com>

* Change headings for clarity.

Adds clarity to some passages based on feedback.
Removes a list of recommendations that was causing some confusion.
Adds a glossary entry for failure domains and how they relate to a
platform's availability zones.

Signed-off-by: rcaballeromx <grca@google.com>

* Move Best Practices to Ops Guide

Signed-off-by: rcaballeromx <grca@google.com>

* Moved Deployment Best Practices to a new "Prepare Your Deployment" section.

Moved all deployment preparation content into a new section under "Setup".
For now the content includes the following sections:

- Deployment models
- Deployment best practices
- Pod requirements

Merged the two existing pages containing pod requirements into one single page.

Signed-off-by: rcaballeromx <grca@google.com>

* Replace example with better guidance around namespace tenancy.

Signed-off-by: Rigs Caballero <grca@google.com>

* Add links and language pointing to the Prepare section

Signed-off-by: Rigs Caballero <grca@google.com>

* Fix minor typos and broken links.

Signed-off-by: Rigs Caballero <grca@google.com>

* Move from Setup to Operations

Signed-off-by: Rigs Caballero <grca@google.com>

* Fix broken links

Signed-off-by: Rigs Caballero <grca@google.com>

* Fix rebasing issues.

Signed-off-by: Rigs Caballero <grca@google.com>

* Fix multicluster install link.

Signed-off-by: Rigs Caballero <grca@google.com>
2019-11-14 11:58:29 -05:00
Martin Taillefer 9e3cb73b2f
Improve some wording. (#5680) 2019-11-14 06:42:25 -08:00
Frank Budinsky f5ce9feb70
Consolidate getting started instructions (#5642)
* Consolidate getting started instructions

* review comments

* fix broken links

* add istioctl link

* Fix spelling

* more broken links

* one more
2019-11-12 23:04:33 -05:00
Kevin Kunkel 7806506728 Added Verify Istio CNI to observability-issues.md (#5427)
* Added Verify Istio CNI to observability-issues.md

If using the Istio CNI to avoid granting `NET_ADMIN` to pods, the CNI
node pods must be running for metrics to be collected. The helm charts
don't include a PodSecurityPolicy, so the documentation guides users to
a non-working setup if the cluster has PodSecurityPolicy enabled.

* Markup changes to PodSecurityPolicy and NET_ADMIN

* Added backticks to `PodSecurityPolicy`
* Added backticks and link to NET_ADMIN capability requirement
* Removed trailing whitespace on line 39
* Added backticks to `istio-init`
2019-11-12 10:14:55 -08:00
imgbot[bot] 9a80859e32 [ImgBot] Optimize images (#5635)
/content/en/docs/ops/performance-and-scalability/latency_p90.svg -- 194.79kb -> 194.62kb (0.09%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-12 08:06:11 -08:00
carolynhu 372a19e830 Update perf and scalability page for istio 1.4 release (#5318)
* update latency performance number for istio-1.4

* update latency p90 svg

* fix svg resolution issue

* attempt to fix lint error

* address review comments

* address new comments
2019-11-12 07:29:06 -08:00
Ed Snible b419fcbfab Use 'istioctl dashboard' instead of port-forward (#5296)
* Use 'istioctl dashboard' instead of port-forward

* bold references to UI elements

* Cleanup dashboards

* Address comments

* Mention control-c, which is easier way to stop dashboard
2019-11-12 07:28:54 -08:00
Eric Buehl ad1020b40c s/10514/15014/ (#5260) 2019-11-12 07:17:53 -08:00
Jason Parraga 574207efe4 Add grpc-web as port prefix example to docs (#5611) 2019-11-12 07:06:30 -08:00
Chris Wilson c2c4ada670 Update istioctl analyze ops doc to not recommend using master (#5607)
* Update istioctl analyze ops doc to not recommend using master

* Apply suggestions from code review

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* fix link
2019-11-11 15:08:53 -08:00
Pengyuan Bian 160a2f721d Update telemetry v2 to use istio/istio test data (#5603)
* update telemetry v2 to use istio/istio test data

* Update content/en/docs/ops/telemetry/in-proxy-service-telemetry/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/ops/telemetry/in-proxy-service-telemetry/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-11-11 12:51:54 -08:00
Martin Taillefer 01747f2349
Fix a bunch of busted links. (#5588) 2019-11-11 07:43:43 -08:00
Yangmin Zhu 9a57887706 update authz concept page for the new v1beta1 policy (#5165)
* update authz doc

* address comments.

* use master

* address more comments

* implicit enablement

* comments

* link to ref page

* fix lint

* address more comments

* Update content/en/docs/ops/common-problems/security-issues/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/reference/config/authorization/conditions/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/reference/config/authorization/conditions/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/reference/config/authorization/conditions/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/reference/config/authorization/constraints-and-properties/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* more fix
2019-11-09 06:02:52 -08:00
Oliver Liu 7bd65f7bd9 Improve the root transition doc. (#5499)
* Improve root transition doc.

* Small fix.

* Small fix.

* Small fix.

* Small fix.

* Update index.md

* Update index.md

* Small fix.

* Small fix.

* Small fix.
2019-11-08 16:22:52 -08:00
Frank Budinsky f2e005466e
Standalone operator (#5433)
* Standalone operator guide

* verify install

* separate controller and CR

* tweaks

* add section

* address review comments

* remove update command

* fix lint
2019-11-08 19:10:21 -05:00
Frank Budinsky a6a5769f12
Organize security tasks (#5474)
* Organize security tasks

* lint errors

* fixes

* more fixes
2019-11-07 15:54:27 -05:00
Neeraj Poddar db10e052ff Fix directory structure/heading for istioctl install (#5390) 2019-11-05 12:37:19 -08:00
Martin Taillefer 4d4e6ae28e
General cleanup items. (#5325)
- Fix a bunch of heading capitalization.

- Remove words that shouldn't be in the dictionary
and update the text accordingly.

- Added a few @@ sequences to reference content files from text blocks.

- Used a few {{< source_branch_name >}} sequences to refer to the proper
branch in GitHub rather than master.
2019-11-04 06:41:54 -08:00
imgbot[bot] a51eabbd47 [ImgBot] Optimize images (#5323)
*Total -- 1,169.34kb -> 1,168.70kb (0.05%)

/static/img/istio-logo.svg -- 0.24kb -> 0.19kb (20.08%)
/static/img/istio-whitelogo-nobackground-unframed.svg -- 0.32kb -> 0.26kb (19.64%)
/static/img/istio-whitelogo-nobackground-framed.svg -- 0.35kb -> 0.29kb (17.27%)
/content/zh/docs/ops/architecture/arch.svg -- 92.54kb -> 92.35kb (0.2%)
/content/en/docs/ops/architecture/arch.svg -- 92.54kb -> 92.35kb (0.2%)
/content/zh/blog/2018/egress-mongo/bookinfo-ratings-v2-mongodb-external.svg -- 66.77kb -> 66.76kb (0.01%)
/content/en/blog/2018/egress-mongo/bookinfo-ratings-v2-mongodb-external.svg -- 66.77kb -> 66.76kb (0.01%)
/content/zh/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 66.77kb -> 66.76kb (0.01%)
/content/en/blog/2018/egress-tcp/bookinfo-ratings-v2-mysql-external.svg -- 66.77kb -> 66.76kb (0.01%)
/content/zh/blog/2018/egress-https/bookinfo-details-v2.svg -- 67.00kb -> 66.99kb (0.01%)
/content/en/blog/2018/egress-https/bookinfo-details-v2.svg -- 67.00kb -> 66.99kb (0.01%)
/content/zh/blog/2017/0.1-auth/istio_auth_overview.svg -- 137.41kb -> 137.41kb (0.01%)
/content/en/blog/2017/0.1-auth/istio_auth_overview.svg -- 137.41kb -> 137.41kb (0.01%)
/content/en/blog/2018/v1alpha3-routing/virtualservices-destrules.svg -- 68.97kb -> 68.97kb (0.01%)
/content/zh/blog/2018/v1alpha3-routing/virtualservices-destrules.svg -- 68.97kb -> 68.97kb (0.01%)
/content/zh/blog/2018/v1alpha3-routing/gateways.svg -- 84.75kb -> 84.74kb (0%)
/content/en/blog/2018/v1alpha3-routing/gateways.svg -- 84.75kb -> 84.74kb (0%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-04 06:32:37 -08:00
Frank Budinsky 4bf2fb2e5e Remove uses of istio-demo.yaml (#5311)
* Remove uses of istio-demo.yaml

* broken link
2019-10-31 13:38:03 -07:00
Frank Budinsky 9e676b9b7c Move standalone-operator install to ops section (#5277) 2019-10-29 07:03:36 -07:00
Frank Budinsky f220f655a7 Deprecate helm install (#5270)
* Deprecate helm install

* fix lint

* address review comments

* correction
2019-10-29 06:37:34 -07:00
Rigs Caballero 03ca9f6478 Move pages out from the Concepts section (#5256)
* Move Deployment Models from Concepts to Setup

Signed-off-by: rcaballeromx <grca@google.com>

* Move Architecture from Concepts to Ops.

Signed-off-by: rcaballeromx <grca@google.com>

* Move Performance page from Concepts to Ops

Signed-off-by: rcaballeromx <grca@google.com>
2019-10-24 15:40:25 -07:00
Chris Wilson 2190ff0010 Fix duplicate example, replace with example for simulating apply (#5240) 2019-10-24 07:01:47 -07:00
Chris Wilson 8a4324d8d8 Add documentation for galley.enableAnalysis (#5216)
* Add documentation for galley.enableAnalysis

* add link to validation message reference docs

* fix linter error

* Apply suggestions from code review

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* add caveats / differences from istioctl analyze

* Change wording slightly

* Fix spelling errors

* Apply suggestions from code review #2

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-10-23 07:16:12 -07:00
John Howard 745d1f30c4 Fix protocol sniffing docs (#5226)
* Fix protocol sniffing docs

These were outdated

* Lower case headers
2019-10-22 11:33:50 -07:00
Eric Van Norman c73c9df09b Put text into a text box (#5228)
* Put text into a text box

* Fix lint error with extra line
2019-10-22 11:32:02 -07:00
Jesse Lumme 0c464a3bdc Updated formatting of Virtual Service in docs (#5209) 2019-10-20 07:12:05 -07:00
Istio Automation 21b8391695 [master] update doc for http prob annotation (#5192)
* update doc for http prob annotation

* address comments from frankbu and incfly

* typo

* option -> options

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

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-10-18 13:47:39 -04:00
Martin Taillefer 55fba592f8 Fixed pinned branch references. (#5190) 2019-10-18 10:10:55 -07:00
Pengyuan Bian 1fa95b7953 Update stats filter instruction to versioned config (#5189)
* Update to use envoyfilter config in 1.3 branch

* use source_branch
2019-10-18 07:38:55 -07:00
Martin Taillefer d6445fc726
Update reference docs. (#5173)
preliminary.istio.io will now display reference material for the release-1.4 branches
of istio/istio, istio/api, and istio/operator.
2019-10-17 11:09:11 -07:00
Frank Budinsky c8ac8eb91c Better organize operations guide material (#5163)
\
2019-10-16 09:59:04 -07:00
Naoki Oketani 31d21ffbb4 migrate Deployment apiVersion from extensions/v1beta1 to apps/v1 to support k8s 1.16 (#5159)
* migrate Deployment apiVersion from extensions/v1beta1 to apps/v1 to support k8s 1.16

* migrate Deployment, PodSecurityPolicy apiVersion to support k8s 1.16
2019-10-15 10:56:21 -07:00
Martin Taillefer f7dd8c6613
Consolidate release-specific material into the news section. (#5138) 2019-10-15 09:27:11 -07:00
David Ebbo 1f71199ebf Add doc page for 'istioctl analyze' (#5147)
* Add doc page for 'istioctl analyze'

* Address lint comments

* Fix spelling errors

* Use github_blob in link

* Changes based on PR feedback

* Fix lint issues

* More changes based on PR feedback

* Fix couple typos

* Remove one word

* Shorten title and use bulletted list
2019-10-14 15:23:19 -07:00
LisaFC 38c6a004e5 Add missing word(s) (#5129)
Fixes #5089
2019-10-11 09:06:20 -07:00
Frank Budinsky 152a485e7d Istioctl describe entry for op guide (#5121)
* Istioctl describe op guide

* Fix lint

* spelling

* small corrections

* wording tweak
2019-10-11 07:56:21 -07:00
Naoki Oketani b68cb7540c Update subcommand for dashboard controlz (#5119) 2019-10-10 08:17:50 -07:00
Lin Sun f556d09041 Fix lint in the announcement (#5106)
* fix lint

* add spelling

* temporary remove bad doc
2019-10-09 12:16:17 -04:00
Ed Snible dba3b6ffaa Task describing new experimental 'describe pod' sub-command (#4971)
* Task describing new experimental 'describe pod' sub-command

* Move document to troubleshooting and address comments

* Restructured so that commands and command responses are in the same text block

* Rewrite the `istioctl describe` task.

This rewrite fixes the style, tone, and language of the content. Additionally,
it adds links to relevant pages and glossary entries. Lastly, it adds and
improves the markup used.

Signed-off-by: rcaballeromx <grca@google.com>

* Add @frankbu's syntax correction for bash block
2019-10-09 11:41:23 -04:00
Frank Budinsky 78ec428817 Improve concepts organization (#5095)
* cleanup unused files

* tweak wording

* merge traffic management architecture material

* reorg top level concept sections

* lint errors

* fix list style
2019-10-04 11:43:31 -07:00
Frank Budinsky 910991317e Clarify protocol enablement (#5090)
* Clarify protocol enablement

* clarify name syntax

* fix bad link
2019-10-02 09:36:26 -07:00
John Howard fbc726c6b7 Remove usages of curl inside istio-proxy (#5073)
* Remove usages of curl inside istio-proxy

Distroless builds of Istio do not contain curl, so we should not tell
users to use it. Pilot-agent handles this functionality for us

* Fix lint error
2019-09-27 16:46:22 -07:00
Venil Noronha da9fb2726d Fix probe rewrite configuration command (#5076)
Signed-off-by: Venil Noronha <veniln@vmware.com>
2019-09-27 16:40:22 -07:00
Greg Taylor c0284014fb Rename Tasks/Telemetry to Tasks/Observability (#4968)
Matches a similar effort started in #4448. Fixes #4730.
2019-09-17 07:57:06 -07:00
Martin Taillefer 91c93a39b3
Added a bunch of links around istioctl. (#4970) 2019-09-12 08:26:58 -07:00
Greg Taylor e3ed67fc9f Make component introspection more user-centric (#4966)
* Removes instructions that are not exposed in the Helm Charts.

* Replaces kubectl port-forward with the new istioctl equivalent.

Fixes #4852.
2019-09-12 06:51:11 -07:00
Douglas Reid ef3d658fea Add ops doc on enabling in-proxy metrics generation for 1.3 (#4957) 2019-09-12 06:29:49 -07:00
Martin Taillefer c4dd5227f5
Replace uses of ``` with {{< text >}} (#4950)
- Add a lint check to prevent further use of ```
2019-09-10 10:55:41 -07:00
John Howard 0b4077a0e4 Remove port name requirement (#4928)
* Remove port name requirement

We now do protocol sniffing.

Note - this is definitely not safe to merge. We still need docs explaining protocol sniffing, and how to select a port type explicitly (required for things other than tcp/http, and more performant if you know its tcp/http). Not sure the path forward for this

* Add protocol selection doc

* Fix lint

* Add FAQ
2019-09-09 10:50:44 -07:00
Brian Avery e936c4d75a [release-1.3] Fixed injection and validation operations guides (#4902)
* Fixed injection and validation ops guides

* Update content/en/docs/ops/setup/injection-concepts/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/setup/injection-concepts/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/setup/injection-concepts/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>

* Update content/en/docs/ops/setup/injection-concepts/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-09-04 07:54:23 -07:00
Eric Van Norman 118eb9c1fe Make sure user understands Outlier Detection is req'd for locality LB (#4854)
* Make sure user understands Outlier Detection is req'd for locality LB

* Code review comments

* Fix lint issue

* code review
2019-08-29 07:25:32 -07:00
Maximilian Bischoff 075dc078ba Fix wrong default policy being stated (#4840)
When policy is set to an unrecognized value, the sidecar injector
defaults to [not injecting the pod, regardless of any other factors](https://github.com/istio/istio/blob/master/pkg/kube/inject/inject.go#L478)

This is different to the behvaior of `policy: disabled`, so the docs
should make that clear.

Signed-off-by: Maximilian Bischoff <maximilian.bischoff@inovex.de>
2019-08-27 13:52:52 -07:00
Martin Taillefer 14a593c563
Fix broken Envoy links. (#4832) 2019-08-26 14:55:57 -07:00
Adam Miller 917f34f843 Moved LLB content from tasks to ops / fixed links (#4819) 2019-08-22 13:32:26 -07:00
Adam Miller 07178c1348 Reorganized the Operations node (#4765) 2019-08-16 16:03:31 -07:00
Frank Budinsky ca7559cab2 Remove Nomad & Consul docs (#4805)
* Remove Nomad & Consul docs

* broken links

* more broken links

* more broken links

* fix spelling errors

* remove broken ref
2019-08-16 12:13:30 -07:00
Martin Taillefer d0cf1e171e
Move English content to content/en as agreed in WG meeting. (#4789)
Once this goes in, I'll move content_zh to content/zh.
2019-08-14 15:45:31 -07:00