Commit Graph

94 Commits

Author SHA1 Message Date
Jason Wang e62c16a6a4
Update reference docs (#6486)
* update reference docs

* move authn tls-check back
2020-02-21 07:19:43 -08:00
jacob-delgado 2791985d69
Add documentation for IST0119 JWT analyzer (#6418)
* Add documentation for IST0119 JWT analyzer

* Fix linting issues
2020-02-07 16:30:43 -08:00
Jason Wang 3e410d2462
Update grab reference docs scripts (#6393)
* Update reference docs for 1.5

* scripts

* rerun update

* update contents

* update contents again
2020-02-06 11:18:59 -08:00
Istio Automation cdd2fc6b29
Automator: update istio.io@master reference docs (#6394) 2020-02-06 08:15:10 -08:00
girishranganathan 930a6cc4d1
finish off adding layer5 adapter (#6389)
* adding layer5 adapter to the repos

* - including the generated adapter html file

Signed-off-by: Girish Ranganathan <girish.rranganathan@gmail.com>

* - updated title
2020-02-05 08:09:59 -08:00
Istio Automation 235e35dee4
Automator: update istio.io@master reference docs (#6385) 2020-02-03 07:31:25 -08:00
Istio Automation 7682a11d55
Automator: update istio.io@master reference docs (#6375) 2020-01-31 10:59:56 -08:00
Steven Dake 0525226703
Fix problem links (#6382)
* Fix problem links

Some of these changes need to go into the API repo as well.

* Update content/pt-br/news/releases/0.x/announcing-0.1/index.md

Co-Authored-By: Jhon Mike <jhon.msdev@gmail.com>

Co-authored-by: Jhon Mike <jhon.msdev@gmail.com>
2020-01-31 07:18:22 -08:00
Istio Automation 298fca0061
Automator: update istio.io@master reference docs (#6373) 2020-01-29 09:58:33 -08:00
Kenjiro Nakayama d9799c366f
Add GRPC-WEB to supported protocol for Gateway (#6370)
* Add GRPC-WEB to supported protocol for Gateway

This patch adds GRPC-WEB to supported protocl for gateway.

Please refer to https://github.com/istio/istio/pull/20537/.

* Revert non-English page
2020-01-28 16:02:21 -08:00
Istio Automation 04b9b245c9
Automator: update istio.io@master reference docs (#6366) 2020-01-27 18:31:13 -08:00
Xavier Canal i Masjuan ddc1fc1ed6 More accurate link to AuthorizationPolicy#conditions header from conditions page (#6320) 2020-01-10 09:33:51 -05:00
Osama Nabil 2bf48c6977 Update index.md (#6216)
if the user passed istio_cni it will trigger this error `error: bad path=value (values.istio_cni.enabled=true): unknown field "istio_cni" in v1alpha1.Values`
the right value is here: https://istio.io/docs/setup/additional-setup/cni/#installation which is supposed to be "cni.enabled=true"
2020-01-06 13:13:28 -08:00
Yangmin Zhu 362a64cf95 add notes for enabling mTLS for authz (#6280) 2020-01-06 08:09:25 -08:00
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
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
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
Joe Selman 1562e6dc10 Update reference docs. (#6038) 2019-12-10 12:02:44 -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
Frank Budinsky dc7124a10a Clarify workload glossary entry (#5962) 2019-12-04 08:36:12 -08:00
Adam Miller e2b1e73942 New page for analyzer message IST0002 (#5885) 2019-11-27 10:55:23 -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
Martin Taillefer cb5380ad33
Adapt to broken link. (#5813) 2019-11-20 15:42:31 -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
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
Martin Taillefer 48c8a28968
Prepare for 1.5. (#5689) 2019-11-14 13:01:31 -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 34727cba6d
Update reference docs. (#5666) 2019-11-13 15:15:11 -08:00
Martin Taillefer 73d6830128 Add warning about out of date helm options. (#5659) 2019-11-13 10:05:52 -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
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
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
Frank Budinsky d570473a7c Fix helm depercation warning (#5587) 2019-11-11 07:33:53 -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
Martin Taillefer 5effeb4c3c
Update reference docs. (#5526) 2019-11-08 15:53:54 -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
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
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
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
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
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
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