Commit Graph

482 Commits

Author SHA1 Message Date
Yan Xue 8fd418b7f5 add explanation for ist0118 (PortNameIsNotUnderNamingConvention) (#6090)
* add explanation for ist0118

* address comment

* fix

* remove
2019-12-17 06:53:50 -08:00
youmoo 633309cbbf Fix typo (#6115)
"less than" not "less that"
2019-12-16 06:44:48 -08:00
Jianfei Hu f2e87724f3 remove optional wording in title (#6089) 2019-12-16 09:20:05 -05:00
Martin Taillefer 7f2017fe05
Update reference docs. (#6104) 2019-12-14 23:43:40 -08:00
Frank Budinsky 90ddf0383a Remove virtual service from glossary (#6088)
* Remove virtual service from glossary

* tweak wording
2019-12-13 14:35:48 -08:00
Xinnan Wen 99c6016793 update doc for multi cluster (#6065)
* update doc for multi cluster

* update more places

* Update doc based on suggested change

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-12-13 14:51:13 -05: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
Joe Selman 6f3bf01fff Document MTLSPolicyConflict analyzer messages (#6052)
* Document MTLSPolicyConflict analyzer messages

* Fix lint errors

* More accurate language

* Better list description
2019-12-12 11:58:03 -08:00
Frank Budinsky 3a1939836a Bookinfo getting started clarification (#6063) 2019-12-12 10:30:02 -08:00
Johannes Scheuermann a9a8c9ef87 Simplify istioctl diff command (#6005) 2019-12-10 14:28:43 -08:00
Shamsher Ansari 5c269c0340 Improve Mutual TLS migration example (#6035)
As with version v1.4.0, Experimental multi-cluster setup has been added to istioctl

The following command also provides istio-multicluster-destinationrule and host information

kubectl get destinationrule --all-namespaces
2019-12-10 13:06:43 -08:00
Joe Selman 1562e6dc10 Update reference docs. (#6038) 2019-12-10 12:02:44 -08:00
Shamsher Ansari 6da47574b2 Fix broken link for Configure Citadel Service Account Secret Generation (#6042) 2019-12-10 08:11:08 -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
Frank Budinsky 2989c30e61 Warn helm 3 is not supported (#5994) 2019-12-06 11:01:48 -08:00
Johannes Scheuermann fc8d0b5b32 Document subzon topology key for Kubernetes (#6006) 2019-12-06 10:10:48 -08:00
Shamsher Ansari ae81fe9cec Fix setting up Automatic mutual TLS example (#6010) 2019-12-06 07:12:48 -08:00
Martin Taillefer ae41b8fcdd
Site improvements. (#6003)
- Update common files.

- Switch to latest Hugo version.

- Thanks to the new Hugo, retire the text_hack shortcode.
The hack is no longer needed.
2019-12-06 06:59:22 -08:00
Martin Taillefer 6b877c9641
Improve the "latest releaae" banner. (#5999)
The banner now points to the current release's announcement page, which is really
the 'dashboard' for a new release, and has all the right links for the user.
2019-12-05 15:06:58 -08:00
Yuchen Dai 34b6bb9ea5 fix istioctl cni on gke (#5987)
`istioctl manifest apply --set profile=demo --set cni.enabled=true --set values.cni.cniBinDir=/home/kubernetes/bin` by default put the `istio-cni-node` daemonset in istio-system namespace. The cni pod fails to create.

According to the helm command here 3fc0e65d94/README.md (usage) `istio manifest` should set cni.namespace to kube-system on gke

Signed-off-by: Yuchen Dai <silentdai@gmail.com>
2019-12-05 13:58: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
jbounds83 a6e1ce49e3 Update index.md (#5991)
Fix indent on gateways value
2019-12-05 12:26:22 -08:00
Istio Automation a58a1795af
[master] Add section on external charts (#5975)
* Add section on external charts

* Update content/en/docs/setup/install/istioctl/index.md

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

* Update content/en/docs/setup/install/istioctl/index.md

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

* Update content/en/docs/setup/install/istioctl/index.md

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

* Update content/en/docs/setup/install/istioctl/index.md

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

* Update content/en/docs/setup/install/istioctl/index.md

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

* Spelling

* Update content/en/docs/setup/install/istioctl/index.md

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

* Update content/en/docs/setup/install/istioctl/index.md

Co-Authored-By: John Howard <howardjohn@google.com>

* Update content/en/docs/setup/install/istioctl/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-12-05 12:06:22 -08:00
Frank Budinsky dc7124a10a Clarify workload glossary entry (#5962) 2019-12-04 08:36:12 -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
Martin Taillefer a222793255
Site improvements. (#5939)
- Move some info to front-matter in the different security bulletins
such that it can be used when building the security bulleting index page.

- Update the security bulletin index page to show affected relesses and
impact score.

- Make it so table headers are vertically centered, which looks a lot nicer
when there are a combination of single-line and multi-line headers in the
same table.

- Add a few checks to correctly hide draft mode documents from sight
in more cases.

- Remove a stale document that's been in draft mode since first being
created in 2017.

- Clean up a bit of text in some release notes.
2019-12-02 09:37:57 -08:00
Jonas Lomholdt 2abe169849 Update index.md (#5940)
Fix broken link to Zipkin homepage.
2019-12-01 05:47:42 -08:00
Hongzhi c17b7c1caa lack of indentation (#5931) 2019-11-29 06:33:42 -08:00
Xinnan Wen 5bee76f252 Fix cni doc (#5886)
* Fix cni doc

* Address comment

* add more fixes
2019-11-28 16:51:10 -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
Frank Budinsky bab284bc0f
Add missing quick-start alias (#5920)
* Add missing quick-start alias

* Undo deployment model change
2019-11-28 09:56:11 -05: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
John Howard 24e35577de Add note about annotations to control traffic (#5896)
* Add note about annotations to control traffic

Fixes https://github.com/istio/istio/issues/19258

* Update content/en/docs/tasks/traffic-management/egress/egress-control/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-11-27 11:17:41 -08:00
Adam Miller e2b1e73942 New page for analyzer message IST0002 (#5885) 2019-11-27 10:55:23 -08:00
Frank Budinsky 16b11a22e1 Clarify SDS is not default (#5882) 2019-11-26 10:00:42 -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
Martin Taillefer cb5380ad33
Adapt to broken link. (#5813) 2019-11-20 15:42:31 -08:00
Istio Automation 1a9623c9f6 rename latency graph labels (#5801) 2019-11-20 13:15:04 -08:00
Vadim Eisenberg 66f2d2a02c Use subset in the destination rule of TLS origination (#5795)
* use a subset in the destination rule for TLS origination

this way the TLS origination will only be applied for the traffic directed by the
virtual service for TLS origination. TLS origination will not be applied for the original TLS traffic

* add a check that the original TLS traffic works as before
2019-11-19 09:51:45 -08:00
Xinnan Wen 97fcd651a2 fix ingress cert deployment doc (#5777) 2019-11-19 07:51:45 -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
Jonh Wendell 6c67485495 Update istioctl profile list to reflect actual output (#5775) 2019-11-18 12:28:45 -08:00
Martin Taillefer 6e6eb6d031
Reorganize the news section. (#5740) 2019-11-16 19:25:54 -08:00
Martin Taillefer f631e0ca26
Fix problems with the glossary page. (#5758)
- Remove some stray characters at the top of the page.

- Fix scrolling behavior such that the selected letter stays on the
screen. This broke due to a bug fix on the istioctl page which had
an unexpected side effect,

- Remove extraneous alias that could lead to infinite redirect loops.
2019-11-16 12:18:00 -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
Neeraj Poddar f3c9bb8221 Add resolution and examples for analzyer. (#5729) 2019-11-15 13:56:46 -08:00
Phillip Quy Le bc16c4c4a7 Create trust domain migration task for authz (#5486)
* Create trust domain migration task for authz

* Revise content and address comments

* Remove httpbin and sleep from example
2019-11-15 10:14:46 -08:00
Iris 60941d311a Update vm examples for mesh expansion to use istioctl (#5671) 2019-11-15 08:12:46 -08:00
Steven Dake 602b75bdfb Cleanup standalone operator instructions (#5700)
* Cleanup standalone operator instructions

* Fix linter error.
2019-11-15 06:25:46 -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
Istio Automation 03fce8d76e [master] Fix Download (#5693)
* Fix Download

* Update content/en/docs/setup/getting-started/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-11-14 12:31:51 -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
Martin Taillefer 77a6535313
Add redirect for download scripts. (#5687) 2019-11-14 10:50:09 -08:00
Lin Sun 78a98b3d20 add istioctl download instruction (#5683) 2019-11-14 10:46:25 -08:00
imgbot[bot] 7127c4b401 [ImgBot] Optimize images (#5686)
*Total -- 462.00kb -> 354.39kb (23.29%)

/content/en/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml1.png -- 70.47kb -> 50.40kb (28.47%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml3.png -- 71.62kb -> 54.33kb (24.14%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig3-details-yaml2.png -- 71.49kb -> 54.54kb (23.7%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig1-tooltip.png -- 69.20kb -> 53.49kb (22.7%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig0-errormsgs.png -- 95.54kb -> 74.65kb (21.87%)
/content/en/docs/tasks/observability/kiali/kiali-istioconfig2-details-errormsgs.png -- 83.69kb -> 66.98kb (19.97%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-14 10:42:04 -08:00
John Mazzitelli 0eefb5f1bd [kiali] add viewing and editing Istio configuration YAML to the task (#5682)
* [kiali] add viewing and editing Istio configuration YAML to the task

* The linter is failing this because it considered "Config" a spelling error. However, the actual GUI menu item is literally called "Istio Config".
Because of this, I cannot format "Istio Config" in simply bold letters (which is the Istio doc standard for denoting GUI elements).
Thus, even though its a GUI element, I have to surround with backticks to avoid this being considered a spelling error.

* Incorporate review suggestion.
Fix some other things I noticed.
2019-11-14 10:19:46 -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
imgbot[bot] 44f3b69571 [ImgBot] Optimize images (#5681)
*Total -- 519.17kb -> 415.78kb (19.92%)

/content/en/docs/tasks/observability/kiali/kiali-wiz2-ratings-service-action-menu.png -- 74.48kb -> 56.30kb (24.41%)
/content/en/docs/tasks/observability/kiali/kiali-validate1-list.png -- 56.54kb -> 42.82kb (24.27%)
/content/en/docs/tasks/observability/kiali/kiali-validate2-errormsg.png -- 66.59kb -> 51.16kb (23.17%)
/content/en/docs/tasks/observability/kiali/kiali-validate3-ok.png -- 64.55kb -> 49.65kb (23.09%)
/content/en/docs/tasks/observability/kiali/kiali-wiz3-weighted-routing-wizard.png -- 56.24kb -> 45.06kb (19.87%)
/content/en/docs/tasks/observability/kiali/kiali-wiz1-graph-ratings-percent.png -- 92.98kb -> 78.59kb (15.48%)
/content/en/docs/tasks/observability/kiali/kiali-wiz0-graph-options.png -- 62.54kb -> 53.13kb (15.04%)
/content/en/docs/tasks/observability/kiali/kiali-wiz4-ratings-weighted-route-90-10.png -- 45.25kb -> 39.07kb (13.66%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-14 06:47:27 -08:00
John Mazzitelli c17237118b [kiali] add new sections to illustrate non-graph-related features (#5665)
* [kiali] add a new section that creates a weighted route to show kiali is more than just a pretty graph.

* spell checker failed, I assume "dropdown" and "checkbox" and "popup" must not be compound words.
(I can't get the linter to run locally on my box, so I have to commit this and see what travis says)

* address suggestions.

* Alot of the Istio community does not know that Kiali is more than just a graph.
We want to get that across. This Task can't cover it all, so this commit
adds a link to the "Features" page of the kiali website
which lists the non-graph features as well so people can at least
learn about those other features.

* add a task to show kiali validation
2019-11-14 06:43:16 -08:00
Martin Taillefer 9e3cb73b2f
Improve some wording. (#5680) 2019-11-14 06:42:25 -08:00
Martin Taillefer efad815752 New experimental multicluster setup instructions (#5495) 2019-11-14 06:12:45 -08:00
John Zheng 3d7011c31b Improve index.md (#5646)
Suggest to add this commit, to improve user experience.

Already be merged into release-1.3, FYI
https://github.com/istio/istio.io/pull/5489/commits
2019-11-14 05:49:31 -08:00
Tao HE 8d67ec7825 Missing CLI change line mark (#5667) 2019-11-13 18:22:45 -08:00
Martin Taillefer 34727cba6d
Update reference docs. (#5666) 2019-11-13 15:15:11 -08:00
Frank Budinsky bb6e6277a4 Some cleanup and clarifications (#5663) 2019-11-13 12:26:45 -08:00
Martin Ostrowski 94c2f097f1 Temporarily remove SDS profile from docs (#5661) 2019-11-13 12:03:46 -08:00
Eric Van Norman 50479f17c6 Remove coreDNS,egressgateway --sets (now in values-istio-multicluster-gateways) (#5660) 2019-11-13 11:49:45 -08:00
Tao HE 37a55d689b Update multicluster shared-vpn doc (#5645)
* Update multicluster shared-vpn doc

Update docs for the multicluster installation for Shared control plane (single-network) to make it work with `istioctl manifest`.

* Update index.md

* Apply suggestions from code review

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-11-13 11:38:45 -08:00
Martin Taillefer 73d6830128 Add warning about out of date helm options. (#5659) 2019-11-13 10:05:52 -08:00
Arun Fung ca399fad04 fix helm docs URL (#5654) 2019-11-13 09:33:20 -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
Hongzhi 4a8a81306a update ingress-certmgr index.md (#5617)
* update index.md

I think the words I delete has no strong relation with this article and the words is really hard to understand.

* remove extra space
2019-11-12 17:52:52 -08:00
Kuat 8bdc407a6e update tracing doc (#5643)
Signed-off-by: Kuat Yessenov <kuat@google.com>
2019-11-12 14:10:54 -08:00
Eric Van Norman c1b3683152 Fixup Shared control plane (multi-network) with using itstioctl (#5639) 2019-11-12 10:55:54 -08: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
Frank Budinsky 49de5021b8 Followup fixes from #5215 (#5632)
* Followup fixes from #5215

* remove extra bracket
2019-11-12 07:17:02 -08:00
Jimmy Chen 08a92bb255 fix workload-SDS user guide (#5612) 2019-11-12 07:16:54 -08:00
Jason Parraga 574207efe4 Add grpc-web as port prefix example to docs (#5611) 2019-11-12 07:06:30 -08:00
Diem Vu 822701661d Fix tls-check output example (#5608)
* Fix tls-check output example

* Fix spacing
2019-11-11 15:54:54 -08:00
lei-tang 62453fc38e Add an explanation that Chiron is linked with Pilot (#5609) 2019-11-11 15:42:53 -08:00
Rigs Caballero 047785da6a Replace "Mesh Expansion" with "VM Support" and related edits. (#5215)
Let's make additional changes in a followup PR.


* Replace "Mesh Expansion" with "VM Support" and related edits.

To avoid confusion and improve the visibility of the VM-related content, these
changes align with terminology used by our users.

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

* Fix descriptions, titles and link texts.

Addressed the feedback given around the link text still containing "mesh
expansion". Also addressed the feedback around the accuracy of the
titles and descriptions used.

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

* Fix bullets and descriptions.

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

* Return content to examples.

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

* Fix broken links.

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

* Fix title for accuracy.

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

* Fix links for ZH content.

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

* Fix language for clarity.

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

* Fix broken link to SDS task.

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

* Fix merge conflicts.

Signed-off-by: Rigs Caballero <grca@google.com>
2019-11-11 18:28:05 -05: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
Frank Budinsky 823e85b69a
Reorganize reference docs (#5595)
* Reorganize reference docs

* aliases

* corrections

* fix broken links

* fix broken link

* another broken link

* another broken link
2019-11-11 17:46:27 -05:00
Eric Van Norman f9b731eb60 Remove --force option (#5606) 2019-11-11 14:38:54 -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
lei-tang 7f85876be6 Check no prior webhook configs and clean up webhook configs (#5597) 2019-11-11 12:36:54 -08:00
Chris Wilson 7011c6f029 Add basic doc for IST0112 (#5592)
* Add basic doc for IST0112

* fix link

* Update content/en/docs/reference/config/analysis/ist0112/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-11-11 10:03:53 -08:00
Jonh Wendell 51e6c4df1f Improve CNI installation instructions (#5591)
* Improve CNI installation instructions

* Update content/en/docs/setup/additional-setup/cni/index.md

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

* s/flow/guide/
2019-11-11 09:27:53 -08:00
Chris Wilson e166d999be Add docs for Sidecar workload selector config analysis messages (#5389)
See:
  * https://github.com/istio/istio/issues/18468
  * https://github.com/istio/istio/pull/18600
2019-11-11 09:14:53 -08:00
Martin Taillefer 01747f2349
Fix a bunch of busted links. (#5588) 2019-11-11 07:43:43 -08:00
Frank Budinsky d570473a7c Fix helm depercation warning (#5587) 2019-11-11 07:33:53 -08:00
Eric Van Norman 40719adc10 Update Replicated Control Plane scenario (#5522) 2019-11-11 06:40:53 -08:00
imgbot[bot] 164f35a12c [ImgBot] Optimize images (#5585)
*Total -- 469.72kb -> 381.24kb (18.84%)

/content/en/docs/tasks/observability/kiali/kiali-services.png -- 52.14kb -> 39.89kb (23.49%)
/content/en/docs/tasks/observability/kiali/kiali-overview.png -- 47.88kb -> 37.63kb (21.41%)
/content/en/docs/tasks/observability/kiali/kiali-graph.png -- 133.93kb -> 107.29kb (19.89%)
/content/en/docs/tasks/observability/kiali/kiali-workload.png -- 86.63kb -> 69.61kb (19.65%)
/content/en/docs/tasks/observability/kiali/kiali-app.png -- 55.39kb -> 46.01kb (16.94%)
/content/en/docs/tasks/observability/kiali/kiali-service-graph.png -- 31.46kb -> 26.99kb (14.21%)
/content/en/docs/tasks/observability/kiali/kiali-versionedapp.png -- 62.29kb -> 53.82kb (13.6%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-11 06:20:06 -08:00
John Mazzitelli 5313384279 [kiali] update task doc (#5440)
* [kiali] update task doc

* remind the user what the demo secret credentials are
2019-11-11 06:12:53 -08:00
Martin Taillefer ff16e5f477
Release note improvements. (#5547)
- Improved look of the call to action buttons

- Removed redundant attributions on all news items, those were
leftovers from when the relesse notes were in the blog section.

- Used consistent subtitles and descriptions for all news items.
2019-11-09 12:52:33 -08:00
Oliver Liu 98ce605cb8 Fix several istio.io tasks. (#5539) 2019-11-09 06:32:00 -08:00
Tao HE f46ad5fe89 Update to use istio-reader-service-account (#5531) 2019-11-09 06:31:52 -08:00
Tao HE bc385d5064 Update index.md (#5530) 2019-11-09 06:21:00 -08:00
Jianfei Hu 16d07b0483 Update the egrep and service accounts. (#5523)
* Update the egrep and service accounts.

* fix the lint.
2019-11-09 06:20:52 -08:00
imgbot[bot] 93b9d9c721 [ImgBot] Optimize images (#5544)
*Total -- 247.88kb -> 204.01kb (17.7%)

/content/en/blog/2019/webhook/example_attack.png -- 169.33kb -> 135.51kb (19.97%)
/content/en/docs/concepts/security/authz.svg -- 78.55kb -> 68.50kb (12.79%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-09 06:07:51 -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
leo 7e3ee2cace fix incorrect content (#5504) 2019-11-09 00:09:52 -08:00
lei-tang 026bb329d4 Change the config names to be consistent with istioctl installation (#5529) 2019-11-08 16:33: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
Martin Taillefer 5effeb4c3c
Update reference docs. (#5526) 2019-11-08 15:53:54 -08:00
Frank Budinsky 2b21256025 Update helm mtls enablement instructions (#5527) 2019-11-08 15:49:52 -08:00
Oliver Liu ef1ffd4cfd Fix auth installation and its references. (#5482)
* Fix auth installation and its references.

* Apply suggestions from code review

Fix according to the feedback.

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-11-08 16:51:19 -05:00
lei-tang 1d2c74a629 Fix bug istioctl manifest command does not read from standard input (#5521) 2019-11-08 10:36:52 -08:00
Martin Ostrowski 09db22c2ea More updates to istioctl install (#5483)
* More updates to istioctl install

* Lint
2019-11-08 13:11:46 -05:00
lei-tang b0cdd6f222 User guide for istioctl managing webhooks (#5162)
* User guide for istioctl managing webhooks

* Generate the webhook configurations

* Skip long config

* Move the task to be under setup/install directory

* Add jq as a prerequisite

* Decouple installation from the user guide

* Add explanations to config

* Change the weight

* Revisions on cleanup

* Revise headings

* Revise the search instructions

* Revise the wordings

* Revise install instructions and location

* Skip --validation

* Use istioctl to generate webhook configurations

* Use istioctl to install

* Revise the commands

* Revise the wording

* Remove two comment lines
2019-11-08 07:59:51 -08:00
lei-tang acd3269915 User guide for Istio DNS certificates (#5152)
* User guide for Istio DNS certificates

A guide of how to provision and manage DNS certificates in Istio.

* Explain why uses this feature

* Use the boilerplate command

* Unindent a text block

* Add jq as a prerequisite

* Decouple installation step from the user guide

* Wording revisions

* Wording revisions and change weight

* Follow the same installation approach of CNI

* Revise the writing

* Merge the javascript functions

* Fix the lint error

- ./public/docs/tasks/security/dns-cert/index.html
  *  linking to /docs/setup/install/helm/#dnscerts, but dnscerts does not exist (line 58176)
     <a href="/docs/setup/install/helm/#dnscerts">Customizable Install with Helm</a>
htmlproofer 3.12.0 | Error:  HTML-Proofer found 1 failure!

* Use istioctl to install Istio

* Revisions according to review comments

* Add an explanation

* Revise based on review comments

* Remove the referrence to a file
2019-11-08 07:47:51 -08:00
Adam Miller e9ea67a96d istioctl analyze messages documentation (#5291)
* Added first draft of all analyzer messages

* Fixed linter errors

* Add glossary entry

* Implemented PR comments

* Addressed more PR comments

* More PR comments

* PR comments implemented

* More PR comment fixes

* Removed blank line, updated annotation gloss entry
2019-11-07 14:58:52 -08:00
Dirk Jablonski 9c4c827938 Add podAnnotations param for cni helm chart (#5257)
* Add podAnnotations param for cni helm chart

* Update content/en/docs/setup/additional-setup/cni/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-11-07 14:08:53 -08:00
Jonh Wendell 5d996f6f2d Mention OpenShift specific instructions on Bookinfo tutorial (#5429)
It's easy to skip that step, and when deployment fails it will
take some time to people realize what was the mistake.
2019-11-07 13:08:17 -08:00
Frank Budinsky a6a5769f12
Organize security tasks (#5474)
* Organize security tasks

* lint errors

* fixes

* more fixes
2019-11-07 15:54:27 -05:00
Yangmin Zhu cbcea241ad update authz group task for 1.4 (#5435)
* update authz group page for 1.4

* address comments
2019-11-07 06:24:51 -08:00
Martin Ostrowski 6fd90678a5 Update install text (#5437) 2019-11-06 18:55:14 -08:00
Jianfei Hu d0dae3fb18 Auto mTLS user guide doc on istio.io (#5313)
* first rewrite of the DR removal till global mTLS section.

* remove all destinationrule for authn policy doc.

* lint fix

* add separate page for automtls

* restore the original authn policy

* new page with auto mtls separately.

* fix the lint

* fix lint and using istioctl manifest.

* complete the instructions for auto mlts

* finish and verify with install

* more delta before and after in strict

* header with certificate identity.

* no more helm

* apply the suggestion.
2019-11-06 15:20:15 -08:00
Martin Ostrowski ee7afacb26 Update istioctl setup docs (#5428) 2019-11-06 12:11:14 -08:00
Jonh Wendell 7e3bd1a0a8 Fix references to samples/operator files (#5391)
Closes https://github.com/istio/istio/issues/18441
2019-11-05 20:50:13 -08:00
Neeraj Poddar db10e052ff Fix directory structure/heading for istioctl install (#5390) 2019-11-05 12:37:19 -08:00
Martin Taillefer 08189f25ef
Update reference docs. (#5392) 2019-11-05 12:03:41 -08:00
Jonh Wendell 905dc2fe90 Update instructions for CNI on OpenShift (#5388)
Also use `--set` to allow easy copy and paste of commands.
2019-11-05 10:38:44 -08:00
John Mazzitelli af3c1b09c6 issue 5314 - OpenShift 4.2+ requires customized CNI settings. Documenting them here. (#5315) 2019-11-04 06:59:03 -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
Morven Cao d7544d4388 fix invalid operator example. (#5334) 2019-11-04 05:55:04 -08:00
Yangmin Zhu 9532bc0dda update authorization for HTTP task for v1beta1 policy (#5185)
* update authorization for HTTP task for v1beta1 policy

* fix

* small update

* resolve comments

* address comments

* minor

* more fix

* address comments

* address comments

* remove namespace-level

* more fix

* remove duplicate
2019-11-01 15:54:22 -07:00
Lin Sun 3f16a004aa remove completed pods (#5309)
* remove completed pods 

as they aren't shown any more, not seeing them in the generated manifest via `istioctl manifest generate --set profile=demo`

* remove sidecars

We also recently removed sidecars for policy telemetry and pilot for demo profile.
2019-10-31 13:48:04 -07: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 cdd8d7f50f Clarify istioctl install support for helm options (#5302)
* Clarify istioctl helm option support

* add helm deprecation warning to install options page

* remove space

* add prepend to .spelling

* address review comments
2019-10-31 09:22:07 -07:00
Yangmin Zhu facbed0482 update authorization for TCP task for v1beta1 policy (#5196)
* update authorization for TCP task for v1beta1 policy

* address comments

* address comment

* address comments

* more fix

* resolve comments

* fix
2019-10-31 09:37:35 -04:00
Frank Budinsky 161afd25df
Remove bad aliases (#5295) 2019-10-30 12:09:20 -04:00
Jonh Wendell 4923c025b4 Simplify a little bit OpenShift instructions (#5286)
* Simplify a little bit OpenShift instructions

* Apply suggestions from code review

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-10-30 11:59:27 -04:00
Morven Cao e3fd2b8969 update install doc on icp. (#5294) 2019-10-30 10:06:47 -04:00
Martin Ostrowski b9280ce88b Update multicluster instructions (#5293) 2019-10-29 20:59:21 -04:00
Martin Taillefer df5410b037
Update reference docs. (#5292) 2019-10-29 16:42:48 -07:00
Frank Budinsky abab549d5d Fix broken links (#5288) 2019-10-29 16:18:21 -07:00
Martin Taillefer c9ec2cef42
Update reference docs. (#5290) 2019-10-29 16:17:41 -07:00
Adam Miller 72ac49375e istioctl upgrade feature docs (#5245)
* Draft of upgrade docs

* Fixed PR comments

* More PR review comments addressed

* Added note about -f and --set flag support

* Further PR comments

* shortcode added for istioctl

* rebase and typo fixes

* Typo fixes
2019-10-29 17:12:11 -04:00
Frank Budinsky 2fa3abddaa Improvements to install with istioctl guide (#5284)
* Improvements to install with istioctl guide

* move uninstall to the end
2019-10-29 11:05:42 -07:00
Vadim Eisenberg 83908ddaa4 Fix certificates generation in secure gateways (#5263)
* fix the certificate and private key generation for the first section

* rewrite the second section

* fix the third section

* fix the troubleshooting section

* remove a reference to generating certificates and keys in the ingress passthru task

* a certificates -> a certificate, Generate a certificate -> Create a certificate
2019-10-29 08:07:35 -07:00
Vadim Eisenberg 241143bfa9 add port name "tls" to both Service and Endpoints (#5261)
otherwise the service is treated as HTTP, causing an error
2019-10-29 08:00:36 -07:00
Frank Budinsky f86b9fc90f Make quick-start quicker (#5279) 2019-10-29 07:25:35 -07:00
Vadim Eisenberg e5cb80badc add a cleanup subsection to set desired outbound traffic policy mode (#5264)
* add a cleanup subsection to set desired outbound traffic policy mode

the title: "Set the `global.outboundTrafficPolicy.mode` to your desired mode"

* remove a redundant empty line

* rename the subsection to be "Set the outbound traffic policy mode to your desired value"

* remove a semicolon at the end of the subsection's title

* add `uniq` so the output of the current outbound traffic policy mode will appear once
2019-10-29 07:10:35 -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
Morven Cao 0045ba590b fix operator doc. (#5276) 2019-10-29 06:25:35 -07:00
Martin Ostrowski c6bba52018 Change multicluster and CNI instructions to use istioctl (#5273)
* Change multicluster and CNI instructions to use istioctl

* Lint

* Lint

* Update content/en/docs/setup/additional-setup/cni/index.md

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

* Update content/en/docs/setup/additional-setup/cni/index.md

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

* Update content/en/docs/setup/additional-setup/cni/index.md

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

* Update content/en/docs/setup/install/multicluster/shared-gateways/index.md

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

* Update content/en/docs/setup/install/multicluster/gateways/index.md

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

* Update content/en/docs/setup/install/multicluster/shared-vpn/index.md

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

* Update content/en/docs/setup/install/multicluster/shared-vpn/index.md

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

* Update content/en/docs/setup/install/multicluster/gateways/index.md

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

* Update content/en/docs/setup/install/multicluster/shared-vpn/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-10-28 20:07:34 -07:00
Martin Taillefer c1aa9858ab Remove kubectl from the spelling dictionary. (#5268) 2019-10-28 19:45:34 -07:00
Martin Taillefer c2d1a234c3 Experiment with improved istioctl TOC layout. (#5274) 2019-10-28 19:19:34 -07:00
Martin Taillefer 2124af177c
Update reference docs. (#5271) 2019-10-28 16:45:12 -07:00
Martin Taillefer 68c6ee0b84
Update reference docs. (#5269) 2019-10-28 14:42:16 -07:00
Eric Van Norman 1b10a13ea2 Remove demo-auth profile from operator (#5243) 2019-10-25 11:35:47 -04: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
Brian Avery dcb8b7ecef Add `and` to description (#5253)
* Add  to description

* Update content/en/docs/concepts/what-is-istio/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-10-24 12:32:42 -07:00
Martin Taillefer da331d6934 Fix formatting issues. (#5252) 2019-10-24 11:11:42 -07:00
Jimmy Chen 3fec0dd43f update user guide (#5233) 2019-10-24 10:07:43 -07:00
Chris Wilson 2190ff0010 Fix duplicate example, replace with example for simulating apply (#5240) 2019-10-24 07:01:47 -07:00
Diem Vu 272a55b88b Update istioctl auth tls-check example to reflect https://github.com/istio/istio/pull/17720 (#5219)
* content/en/docs/tasks/security/mutual-tls/index.md

* Correct destination rule name in tls-check example

* UPdate check-policy.md
2019-10-23 12:19:42 -07:00
Frank Budinsky a0833c9e8b Add warning for kubectl rollout restart (#5238)
* Add warning for kubectl rollout restart

* spelling
2019-10-23 10:46:42 -07:00
John Howard 962c9ac0aa Remove one last mention of demo-auth (#5236) 2019-10-23 08:59:11 -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
Eric Van Norman c8723d052d Add link to enabling policy enforcement (#5232) 2019-10-22 12:09:08 -07:00
Jimmy Chen 4cefe4f495 update user guide (#5230) 2019-10-22 11:45:10 -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
Eric Van Norman 5653996827 Fix ordering between setup and prereq pages (#5229) 2019-10-22 11:30:43 -07:00
John Howard 1fb510e814 Clean up pod requirement around protocol naming (#5225)
* Clean up pod requirement around protocol naming

Just put a quick summary here and link to the detailed doc to clean things up

* Fix link
2019-10-22 11:15:19 -07:00
John Howard d20f491832 Clean up config profiles page (#5227)
* Clean up config profiles page

There is no longer an auth profile, and clean up a minor usage of helm -> Helm

* Fix lint
2019-10-22 11:08:20 -07:00
Johannes Scheuermann 523094bd70 Update docs for CoreDNS newer than 1.3.2 (#4811)
* Update docs for CoreDNS newer than 1.3.2

* Use tabs in website

* Fix lint issues
2019-10-22 10:16:28 -07:00
Rigs Caballero 04058ad57a Fix broken Helm links (#5217)
Signed-off-by: rcaballeromx <grca@google.com>
2019-10-21 16:00:20 -07:00
Neeraj Poddar 5e7715aee2 Operator docs fixes (#5204)
* Fix operator docs

* Change default to demo

* Clarified default profile meaning
2019-10-21 10:26:37 -07:00
Naoki Oketani 92eac8892c Quote jsonpath to support zsh (#5211) 2019-10-21 10:02:37 -07:00
Gary Brown e1072c7494 Revert port back to 9411 (#5156) 2019-10-21 09:54:37 -07:00
Martin Taillefer e8f8b4feb8
Improve snippet logic. (#5205)
- Support snippets that specify the body syntax and output
syntax of the snippet.

- Snippets with bash syntax triggered an incorrect error message.

- No error message was produced for a misnamed snippet

- Convert a security task to use snippets to populate its
many preformatted blocks.
2019-10-20 16:27:51 -07:00
Lin Sun 402e41d772 modify watch namespace to only Istio-operator (#5183)
* modify watch namespace to only Istio-operator

also start the eval with demo profile first.

* use demo as the first starting point

* update grab script

* add watch ns

* fix lint
2019-10-20 15:00:36 -07:00
Jesse Lumme 0c464a3bdc Updated formatting of Virtual Service in docs (#5209) 2019-10-20 07:12:05 -07:00
Jesse Lumme 07d0b4c7d4 Added references to glossary (#5208)
* Added reference to pod

* Added missing workload instance references
2019-10-20 07:11:17 -07:00
craigbox 9a90c888d4 Add missing backticks to display example DNS name (#5207)
Reads: '..global'
Should read: '<name>.<namespace>.global'
2019-10-20 07:10:18 -07:00
craigbox a42efeb7f8 Remove unnecessary backslashes from example SVID (#5206)
reads: `spiffe://\<domain\>/ns/\<namespace\>/sa/\<serviceaccount\>`
should read: `spiffe://<domain>/ns/<namespace>/sa/<serviceaccount>`
2019-10-20 07:06:35 -07:00
Martin Taillefer 92c548ea1d
Update reference docs. (#5203) 2019-10-19 06:46:31 -07:00
Zhonghu Xu 0350dc178a Fix kiali link (#5002) 2019-10-19 06:17:35 -07:00
Jesse Lumme 0aefbf4a95 Added references to glossary (#5201)
* Added reference to mixer

* Added reference for Pilot

* Added reference for Pilot
2019-10-19 06:10:36 -07:00
Martin Ostrowski 241bab8ab9 Remove experimental from istioctl manifest and profile commands (#5195)
* Remove experimental from istioctl manifest and profile commands

* Fix link
2019-10-19 06:00:36 -07:00
Yangmin Zhu adc0b9c44a remove deprecated authz permissive task (#5191)
* remove deprecated authz permissive task

* update alias
2019-10-18 13:49:56 -07:00
Istio Automation 7b3a0a8591 update logging-stack.yaml in Logging with Fluentd (#5194)
Use apps/v1 Deployment rather than extensions/v1beta1
2019-10-18 15:48:59 -04: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
Istio Automation dbf110d977
global hub and tag defaults are only for dev (#5172)
In release this is changed to below:
```yaml
global:
  # Default hub for Istio images.
  # Releases are published to docker hub under 'istio' project.
  # Daily builds from prow are on gcr.io
  hub: docker.io/istio

  # Default tag for Istio images.
  tag: 1.3.2
```
Not sure how to fix, but having the dev defaults here may be misleading.
2019-10-18 08:04:55 -07:00