Commit Graph

23 Commits

Author SHA1 Message Date
Leigg f458a97958
Fix doc(title: Traffic Management Problems) (#14772)
* update doc(improve rhetoric)

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

Co-authored-by: Daniel Hawton <daniel@hawton.org>

* update zh-doc(improve rhetoric)

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

---------

Co-authored-by: Daniel Hawton <daniel@hawton.org>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2024-03-27 06:54:05 -07:00
Alexon Oliveira 6fa1cf24a1
Updating http match condition according to PR 14386 (#14388)
Updating the example given for working with Gateway TLS Termination and HTTP with a "header" match condition instead of using TLS with "sniHosts" match condition.
2023-12-29 01:30:29 -08:00
Steve Zhang 0c6af03e3e
re-submit pr#10873 (#11062) 2023-01-12 09:45:14 -08:00
Eric Van Norman 491b7803d5
Update registry (#11755) 2022-08-30 08:22:38 -07:00
Dennis Effing 7a2d85b927
Add docs about configuring faults and retry/timeout on the same (#10781)
VirtualService

Signed-off-by: Dennis Effing <dennis.effing@codecentric.de>
2022-04-11 12:49:15 -07:00
Frank Budinsky 3d8e81d7d9
Document EnvoyProxy priority problem (#10935)
* Document EnvoyProxy priorty problem

* fix lint

* make more future-proof

* tweak
2022-02-23 21:04:00 -08:00
sha-rath fd709d7a51
Added a section on 503 error while accessing headless services (#10071)
* Added a small section on common errors while accessing headless services

* Fixed lint errors

* Removed unnecessary config details

* Few corrections and restructuring

* Updated commands for easier copying
2022-01-13 10:26:16 -08:00
Andrii 39206dfccb
Fix typo in test (#10425)
Link: https://istio.io/latest/docs/ops/common-problems/network-issues/#double-tls
2021-10-13 04:42:10 -07:00
Pengyuan Bian 51b736862f
Remove mixer from traffic problems troubleshoot guide. (#10389) 2021-09-28 12:33:12 -07:00
John Howard b7a6c07d4d
Mark concept docs as `test: n/a` (#10091) 2021-07-19 11:48:25 -07:00
John Howard 984dbf0e01
Add info about SNI routing (#9276)
* Add info about SNI routing

* Apply suggestions from code review

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* add to common problems

* address comments

* fix lint

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2021-03-24 16:19:29 -07:00
John Howard 71d2e26624
Remove fixed limitation warning (#9034)
This issue no longer exists, I verified via the code and tested it myself as well.
2021-02-22 16:13:15 -08:00
Frank Budinsky 691725ba23
Understanding TLS configuration doc (#8330)
* Understanding TLS configuration doc

* make gen

* address lint and review comments

* Update content/en/faq/traffic-management/difference-between-mutual-and-istio-mutual.md
2020-10-21 15:20:51 -07:00
Frank Budinsky e9a89c879f
Add owner attribute to docs (#7737)
* Add owner attribute to docs

* remove @
2020-07-15 15:19:40 -07:00
Justin Pettit 005dc449af
network-issues: Remove "Headless TCP services losing connection". (#7416)
This section is no longer correct, since we don't restart Envoy every
45 days, and we no longer recommend creating a separate "istio-citadel"
deployment.
2020-06-01 21:22:55 -04:00
Frank Budinsky e11cf24f0d
Add test: attribute to all md files (#7413) 2020-05-27 09:11:26 -07:00
Guy Templeton 9397d21b55
Correct Envoy Access Log links (#7226) 2020-05-05 16:47:09 -04:00
Jianfei Hu 1c2cb403f4
networking issue section update: disclaimer about auto mtls and remove authn check. (#6796)
* disclaimer about auto mtls and remove authn check.

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

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-09 11:12:25 -07:00
Eric Van Norman fb50276d14
More base release 1.6 stuff - Get pipeline working again (#6769)
* More base release 1.6 stuff

* Add 1.6.x to spelling

* Fix some broken links with sidecar/tls-check being removed

* Fix links pointing to install/kubernetes/helm/...

* Incorporate #6783 - Fix bug requiring placeholder release notes

* Restore some links to archive

* Fix one remainging link to archive

* Someone still pointing to current release upgrade notes. Remove.
2020-03-06 12:02:20 -05: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
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
Jesse Lumme 0c464a3bdc Updated formatting of Virtual Service in docs (#5209) 2019-10-20 07:12:05 -07:00
Frank Budinsky c8ac8eb91c Better organize operations guide material (#5163)
\
2019-10-16 09:59:04 -07:00