Commit Graph

147 Commits

Author SHA1 Message Date
Martin Taillefer d6b3bfac56
Add support for {{< quote >}} (#3237) 2019-02-12 08:22:28 -08:00
Martin Taillefer b3db41da99
Added more lint rules and fix offenders (#3227)
- Ensure that references to GitHub content use the proper annotations so
we get links to the correct branches.

- Added a check to make sure content is not using blockquotes (instead of
{{< warning >}}, {{< tip >}}, and {{< idea >}}. This check is currently
disabled, pending the Chinese content being updated.

- Fix a few violations of these new checks.
2019-02-11 12:49:47 -08:00
Frank Budinsky 4107adf6f5 Fix CIDR range instructions (#3215) 2019-02-08 09:35:23 -08:00
Vadim Eisenberg 4f7da3942d extend the egress task (#3133)
* extend the access to HTTP and HTTPS services

add checking logs, make calls more pretty, add explanations

* remove redundant empty line
2019-02-08 07:15:25 -08:00
Vadim Eisenberg 5c38b3039f add Install Istio with access to all the external services by default section (#3140)
* add Install Istio with access to all the external services by default

* fix a typo: copule -> couple

* add a call to cnn

* instal -> install

* replace ; with ,

* add a couple of requests to HTTPS services before changing the config map
to show that they are blocked

* do not delete pilot, it listens to the changes of the config map

* no need to reinstall/update -> no need to update

* add 'Change back to the blocking-by-default policy' section

* perfromed -> performed

* all the services -> all services

* instruct Istio proxy -> instruct the Istio proxy

* no HTTP service exist -> no HTTP service exists

* all the access ... will be blocked -> all accesses ... is blocked

* Unindent the block content

* blocked now -> now blocked

* Revert "add a couple of requests to HTTPS services before changing the config map"

This reverts commit 848171c041.
2019-02-07 10:29:23 -08:00
Martin Taillefer dd782b3d12
Improve the looks of warnings, info blobs, and tips. (#3181) 2019-01-31 12:11:53 -08:00
Jianfei Hu 65cf1b3da2 Document the liveness health check rewrite. (#2961) 2019-01-30 14:03:12 -08:00
banix 7f3ea2cc34 Correcting the IP ranges used in IKS (#3126) 2019-01-23 21:35:46 -05:00
Vadim Eisenberg d6eb09bb9e clarify secure ingress gateway troubleshooting regarding killing the pod to reload certificates (#3112)
* put the instructions to kill the pod after checking that the key/certificate are loaded

* add "if you created the secret, but..." before killing the pod

* the secret <secret name> -> the <secret name> secret

* kill -> delete
2019-01-22 09:47:56 -08:00
Vadim Eisenberg 13dda4ce1c add Security note to egress traffic control task (#3115)
* add Security note to egress traffic control task

Similar to https://archive.istio.io/v0.7/docs/tasks/traffic-management/egress.html#egress-rules-and-access-control

* remove a redundant empty line
2019-01-22 09:03:56 -08:00
Martin Taillefer 1c1242ffc4
Fix spelling and grammar stuff throughtout the site. (#3114) 2019-01-21 09:35:38 -08:00
buptliuwei 1cfab42441 Update index.md (#3013)
* Update index.md

In order to better distinguish between the two ways to call external services from an Istio mesh, we should remove the rules about `ServiceEntry`.

* Update index.md

Add a warning icon

* Update index.md
2019-01-03 08:04:42 -08:00
Vadim Eisenberg ddd3ad1788 Replace before you begin egress with boilerplate (#3022)
* add before-you-begin-egress boilerplate and use it in one case

* move the boilerplate into content

* replace before-you-begin section for egress task/examples

* remove egress related details from the boilerplate
2019-01-03 07:52:42 -08:00
Serge Bishyr d0c7df1b96 Fix the typo on the secure ingress page (#3012)
Fixed in the documentation command
- Typo, the `jsonpath` contain extra dot char: `.items[0]..metadata.name` instead of `.items[0].metadata.name`
- The jsonpath without a weapping in quote chars won't work on all the systems and could lead to some errors of type: `no matches found: jsonpath={.items[0].metadata.name}`
2019-01-02 09:57:28 -08:00
Frank Budinsky 830629db39
Wildcard egress example clarifications and improvements (#2899)
* cleanup and reorg wildcard egress example

* nits

* few more tweaks

* fix linter errors

* address review comments
2018-11-19 12:16:47 -05:00
Vadim Eisenberg ced6ee13d1 rewrite the note about ingress gateway secret access (#2892)
* rewrite the note about ingress gateway secret access

* rewrite the sentence about deploying the ingress gateway in a separate namespace
2018-11-19 09:03:03 -08:00
l10xbin eb8cb27b12 Remove confusing cleaning up step for circuit-breaking and mirroring (#2830) 2018-11-16 11:39:41 -08:00
Venil Noronha 4e9e127c63 docs: add a task for weighted TCP routing (#2865)
This adds a new Task under the Traffic Management module for showcasing
Istio's Weighted TCP Routing feature.

Signed-off-by: Venil Noronha <veniln@vmware.com>
2018-11-13 15:44:49 -05:00
x15zhang 534cedde9e correct percent expression (#2837)
correct percent expression
2018-11-05 07:02:14 -08:00
Jonh Wendell 2b861520eb Use port 8000 for httpbin service everywhere (#2461) 2018-11-01 11:56:45 -07:00
Frank Budinsky 770bc421b5
A few more improvements to TLS origination example (#2826)
* Improve example subsection titles

* simplify tls origination example

* A few more tweaks
2018-10-31 11:59:17 -04:00
l10xbin 73772acf1a Fix request number wrong in(/docs/tasks/traffic-management/circuit-breaking/) (#2820) 2018-10-31 07:32:05 -07:00
Jinming Yue 18c7f695ef Fix service format (#2818)
* Fix service format

* keep syntax consistent
2018-10-30 11:52:03 -04:00
Frank Budinsky b7f25c0abf Add reminder to apply destination rules (#2801) 2018-10-25 11:20:18 -04:00
Frank Budinsky 7466d1e59e
Fix cleanup step (#2764) 2018-10-16 14:46:22 -04:00
Martin Taillefer a2026aab5e
Clean up a bunch of loose ends (#2745) 2018-10-05 22:21:56 -07:00
Frank Budinsky f6f3b79a75 Clarify task wording (#2736) 2018-10-05 09:52:57 -07:00
Frank Budinsky 28fba53f88
Reorganize traffic managment ops guide (#2669)
* Reorganize traffic managment ops guide

* fix header

* fix circleci issues
2018-09-25 09:22:52 -04:00
Frank Budinsky ee2f55a5ad Add host header and some clarifications (#2643)
* Add host header and some clarifications

* small fixes

* tweaks

* another tweak

* egress -> ingress

* clarify
2018-09-18 10:11:25 -07:00
sshucker 6365c40a8e Add docker-for-desktop installation note (#2585)
* Add docker-for-desktop installation note

A default istio helm install under kubernetes running in docker-for-desktop wasn't working because pilot was reserving too much memory.  Added documentation to work around this

* Update index.md

* Create index.md

* Update index.md

* Update index.md

* Update index.md

* Rename content/docs/setup/kubernetes/platform-setup/index.md to content/docs/setup/kubernetes/platform-setup/docker-for-desktop/index.md

* Update index.md

* Update index.md

quoted memory allocation, capitalized Kubernetes
2018-09-15 20:04:23 -07:00
Vadim Eisenberg bb22b22308 Use kubectl with EOF instead of cat with pipe (#2620)
* handle kubectl create/apply -f - <<EOF

in the same way as "cat <<EOF | kubectl apply -f -"

* replace cat <<EOF | kubectl apply/create -f - with kubectl apply/create -f - <<EOF
2018-09-15 14:37:23 -07:00
Jonh Wendell 75e2e44777 Clarify a little bit the Fault Injection task (#2543)
By stating what's the initial state and fixing a wrong result
in the abort test.
2018-09-10 10:28:43 -07:00
Frank Budinsky fb54fb0268
Correct request routing intro (#2516)
* Correct request routing intro

* fix linter error
2018-09-05 13:17:21 -04:00
Frank Budinsky 14b531801e
Text clarifications and improvements (#2518)
* Text clarifications and improvements

* address review comments
2018-09-05 11:30:46 -04:00
Matthieu Maquevice 3c86f88de4 wording (#2519) 2018-09-04 21:09:46 -07:00
Jonh Wendell 81151731b1 Add a note about mTLS in the Circuit Breaking task (#2444)
If mTLS is enabled we need an additional instruction in the
DestinationRule object, otherwise we break traffic to httpbin
service.

While on that, also change the Mirroring task note to be the same.
2018-08-30 14:24:58 -07:00
Tiago M. Vieira 303f9651c5 update error message for fault injection task (#2324) 2018-08-22 04:36:53 -07:00
Frank Budinsky 955dfc9700 remove -H flag no longer needed (#2320) 2018-08-20 09:39:50 -07:00
Vadim Eisenberg b2bb9c5f2d add 'location: MESH_EXTERNAL' to the service entries (#2226)
it is currently not required, however for the sake of proper configuration
it should be added
2018-08-16 11:52:30 -04:00
Vadim Eisenberg d5cb694285 Extend the secure ingress task with multiple ingress certificates/hosts (#2238)
* generate certificates in httpbin.example.com directory

* add initial section for ingress for multiple hosts

* add a cleanup step for the directories related to certificates

* fix formatting

* add subsection: Redeploy istio-ingressgateway with the new certificates

* rename httpbin-gateway into mygateway

* add redeployment of Gateway for two hosts

* add -o /dev/null -s -w "%{http_code}\n" to the bookinfo's curl

* fix italics in sending a request to bookinfo

* add verify that httpbin.example.com is accessible as previously

* add -v to curl to bookinfo, show certificates printed

* remove -n istio-system from virtualservice bookinfo

* add Host header to curl requests

* put empty lines around the code blocks

* fix spell checker errors
2018-08-16 11:52:04 -04:00
Vincent 1b8ac1877b fixed: outdated reference to the field `httpReqTimeout` (#2242)
removed index.html from the list.
2018-08-15 10:15:33 -07:00
Christoph Held 4da4ded184 Added host header to curl command (#2181) 2018-08-13 09:25:34 -07:00
Martin Taillefer fd290dc73e
Improve linting (#2148)
- We now detect text blocks that are incorrectly indented.

- We now detect image captions that end in a period.

- We now detect page descriptions that don't end in a period.

- CircleCi now runs linting without minifying HTML first, improving perf and
improving error output.

- In CircleCi, we now have a per-build cache for HTML proofer output. This
helps reduce the frequency of link timeout errors.

- Fix errors flagged by the above new lint checks.
2018-08-04 08:44:06 -07:00
Vadim Eisenberg b8dc845108 remove unnecessary mesh gateway specification (#2090) 2018-08-01 06:36:41 -07:00
Vadim Eisenberg 8e1b9fc557 Move egress tasks to examples (#2106)
* add Advanced Egress Control section in Examples

* move egress gateway and egress tls origination tasks to advanced egress examples

* fix the links and replace task with example
2018-08-01 06:30:41 -07:00
Diem Vu 0662e413f1 Change "Testing mutual TLS" tutorial to "Mutual TLS deep dive" (#1972) 2018-07-31 16:12:33 -07:00
Vadim Eisenberg 81baa2e939 egress gateway: use subsets for cnn in destination rules and virtual services (#1942)
* use subsets for cnn in destination rules and virtual services

* remove trailing spaces

* separate virtual services for traffic to and from egress gateway

to egress gateway: TLS match
from egress gateway: TCP match

* put back tls match for HTTPS egress for Istio without Auth

combine defining the Gateway and the VirtualServices

* use ISTIO_MUTUAL with sni in destination rules

* update the log message to print HTTP/2 as the protocol

* make two VirtualServices into one

* remove redundant explanation about SNI setting in a destination rule

* use different virtual service matches for Istio with and without SNI

* fix the case of HTTP traffic for Istio without Auth
2018-07-31 09:14:48 -04:00
Vadim Eisenberg 9e57d4a5b7 add a VirtualService for external HTTPS ServiceEntry (#2080)
* add a VirtualService for external HTTPS ServiceEntry

* a VirtualService -> the VirtualService
2018-07-31 09:11:05 -04:00
Oliver Liu 682db1e3e3 Update Security Concepts (#1912) 2018-07-30 20:46:36 -07:00
Frank Budinsky 06e0a51125
Fix indent (#2076) 2018-07-30 19:49:41 -04:00