Commit Graph

88 Commits

Author SHA1 Message Date
Theofilos Papapanagiotou 19bae882b3
add istioctl ps (#6434)
add alternative form of proxy-status in istioctl guide
2020-02-10 08:32:04 -08:00
John Howard 7f218afb1b
Remove galley docs (#6361)
* Cleanup validation docs

* Clean up some Galley references for istiod

* fix syntax
2020-01-31 09:15:51 -08:00
Joe Selman f0683b1fde Document suppression arguments for istioctl analyze (#6354)
* Document suppression arguments for istioctl analyze

* Use correct syntax/plain rather than bash

* Quote MisplacedAnnotation to avoid spelling error

* Proper spacing between block elements

* Fixed bash snippet rendering problems

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>
2020-01-24 13:42:31 -08:00
Shamsher Ansari f198c7bc4e #20068 Update namespace as per the integration test (#6350) 2020-01-20 10:34:22 -08:00
Shamsher Ansari df4aa9f120 6329: Fix Liveness-HTTP for health check deployment (#6330) 2020-01-10 08:43:54 -08:00
Pengyuan Bian a04652e116 update doc to remove usage of stats filter (#6308)
* update doc to remove usage of stats filter doc

* update

* update empty line
2020-01-07 13:39:34 -05:00
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