Commit Graph

2600 Commits

Author SHA1 Message Date
Kevin Simper e5e8875a5e Allow the site static content to be built on netlify (#3015) 2019-01-03 07:49:44 -08:00
Martin Taillefer 51f878a914
Simplify use of the image shortcode. (#3021)
- The width value now defaults to 100%, so it doesn't need to be specified explicitly
in many cases.

- The ratio value can now be computed automatically for PNG and JPG files, so it doesn't need
to be specified explicitly.
2019-01-03 07:46:55 -08:00
SataQiu ed691ada21 update content_zh/docs/concepts/traffic-management/index.md (#3023) 2019-01-03 02:48:43 -08:00
SataQiu a3e243e3f8 add content_zh/help/faq/telemetry/istio-copy-headers.md (#2954) 2019-01-03 02:46:42 -08:00
AlawnWong 3aadbe38d6 zh: fix an error on checkversion-rule.yaml (#3024)
第五步的文件名称应该是checkversion-rule.yaml
2019-01-03 02:40:42 -08:00
SataQiu 782934ddb4 add content_zh/help/faq/telemetry/no-tracing.md (#2971) 2019-01-02 21:21:42 -08:00
Jimmy Song dfe9741afb zh: sync 4 docs (#3008) 2019-01-02 19:15:42 -08:00
Martin Taillefer 1ca2020e42
Improve boilerplates so they can now contain shortcodes (#3019) 2019-01-02 17:42:56 -08:00
Kevin Simper 95c5e619e7 Update with link to GKE Deployment manager docs (#3014)
There exists really good domentation on how to run the Jinja templates with the gcloud cli and not with the Deployment Manager UI.
2019-01-02 15:23:41 -08:00
salrashid123 aaedef2d22 Updates for DM installer for 1.1 part2 (#3010)
* Updates for DM installer for 1.1

* remove ServiceGraph references
2019-01-02 12:38:55 -08:00
Vadim Eisenberg 2423cbf495 add targetAverageUtilization to deployment of egress gateway with SNI proxy (#3017) 2019-01-02 10:22:16 -08:00
Vadim Eisenberg fa887d53e4 move helm update instructions before helm template and helm install (#3016) 2019-01-02 10:00:14 -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
Martin Taillefer b22c30f127
Add support for boilerplate text. (#3005) 2018-12-23 07:46:24 -08:00
Martin Taillefer 2c692e2a0b
Release notes for 1.0.5 (#3003) 2018-12-22 10:04:25 -08:00
打雷不怕 6cf3b36b83 zh: content_zh/blog/2018/egress-mongo/index.md (#2969)
* mongo-egress

* modified
2018-12-20 17:44:39 -08:00
Martin Taillefer a7d8d61c19
Update reference docs. (#3000) 2018-12-20 17:22:08 -08:00
Jimmy Song 24e2e87d81 zh: sync with the English docs (#2999)
Refer to the following issues:

- https://github.com/servicemesher/istio-official-translation/issues/567
- https://github.com/servicemesher/istio-official-translation/issues/568
- https://github.com/servicemesher/istio-official-translation/issues/550
- https://github.com/servicemesher/istio-official-translation/issues/547
- https://github.com/servicemesher/istio-official-translation/issues/545
- https://github.com/servicemesher/istio-official-translation/issues/524
2018-12-20 03:45:39 -08:00
Chunlin Yang 841b321905 add more protocol (#2965) 2018-12-19 10:15:06 -08:00
Chunlin Yang c0d784e0d4 Correct telemetry for Prometheus doc (#2866)
* Correct telemetry for prometheus doc

Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>

* Add galley,polit and policy

Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>

* update zh doc

Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>

* Address review comments

Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>

* mesh to metrics

Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>
2018-12-19 10:06:32 -08:00
Vadim Eisenberg 8b255473e6 Improve the HTTPS proxy example (#2973)
Force merge because circleci errors are unrelated.

* which will be used -> which you will use

* note that any pod ... will do -> note that you can use any pod that ...

* add missing "example" word

* Create a shell variable to hold -> Create the `SOURCE_POD` environment variable to store

* remove "if you use the sleep sample"

* For this example -> For the sake of this example only

* by a Kubernetes service -> by the domain name of a Kubernetes service

* showed how you can -> shows how to

* Update content/docs/examples/advanced-gateways/http-proxy/index.md

Co-Authored-By: vadimeisenbergibm <vadime@il.ibm.com>

* cases when you must use -> cases require

Co-Authored-By: vadimeisenbergibm <vadime@il.ibm.com>

* Simplify the sentence about using any pod with curl

Co-Authored-By: vadimeisenbergibm <vadime@il.ibm.com>

* simplify the sentence about creating SOURCE_POD

Co-Authored-By: vadimeisenbergibm <vadime@il.ibm.com>

* Remove "for the sake of"

Co-Authored-By: vadimeisenbergibm <vadime@il.ibm.com>

* the pod of the proxy -> the proxy's pod

* TCP (!) -> TCP (not HTTP!)

* rewrite the sentence about Squid and HTTPS proxy

* clarify the automatic sidecar injection for the new namespace

* clarify the sentence about the IP address of the pod

* variable to hold -> variable to store

* clarified the summary after the deployment and testing of HTTPS proxy

* its traffic is controlled by Istio -> Istio controls its traffic

* by a Kubernetes service -> by the domain name of a Kubernetes service

* shows how you to -> shows how to

* remove a leftover from a previous editing

* split a long line

* though -> through

* outside the cluster -> outside of the cluster

* remove redundant whitespace

* rewrite the sentence about starting sleep sample

* HTTP CONNECT -> HTTP Connect

* rewrite the motivation for TCP service entry instead of HTTP

* rewrite another case of passive voice related to using HTTP CONNECT

* In this example -> in this case, hold -> store

Co-Authored-By: vadimeisenbergibm <vadime@il.ibm.com>

* proxy outside the cluster -> proxy being outside the cluster

* The next step is to -> Next, you must

Co-Authored-By: vadimeisenbergibm <vadime@il.ibm.com>

* has sidecar injected -> has a sidecar

Co-Authored-By: vadimeisenbergibm <vadime@il.ibm.com>

* rewrite understanding what happend section to make it as a list

* simplify Understanding what happened section

make it more high level

* remove a trailing whitespace

* rewrite the sentence about creating a namespace without labeling

* combine the sentences about not labeling for sidecar injection
2018-12-19 10:34:01 -05:00
Jimmy Song 550d101988 zh: sync 3 docs with English version (#2993)
Refer to the following issues:
- https://github.com/servicemesher/istio-official-translation/issues/543
- https://github.com/servicemesher/istio-official-translation/issues/541
- https://github.com/servicemesher/istio-official-translation/issues/523
2018-12-19 04:06:39 -08:00
Frank Budinsky 5a525ba405 Document browser connection reuse problem (#2970) 2018-12-18 16:14:13 -08:00
l10xbin 55227f0996 #2987 Issue with doc /docs/tasks/telemetry/kiali/ (#2988) 2018-12-18 06:54:03 -08:00
Jimmy Song 1a63957015 zh: sync with the English docs (#2990)
* zh: sync with the English docs

- https://github.com/servicemesher/istio-official-translation/issues/575
- https://github.com/servicemesher/istio-official-translation/issues/577
- https://github.com/servicemesher/istio-official-translation/issues/608
- https://github.com/servicemesher/istio-official-translation/issues/610

* Delete blank line
2018-12-18 00:35:38 -08:00
Hendrik Purmann efedbeab9a Improve `curl` command for testing the application (#2945)
When I tried testing the application with `curl`, I got `000` as response.
For my environment, escaping the braces results in the variable not being expanded.
But because of outputting to `/dev/null`, I didn't see the error message `curl: (6) Could not resolve host: ${GATEWAY_URL}`

I'm using zsh under macOS.
2018-12-17 15:31:40 -08:00
Martin Taillefer 8fd070d4ca Fix CI failures. (#2989)
This includes updating to the latest reference docs from the 1.1 branches.
2018-12-17 15:05:38 -08:00
Xi Ning Wang 0f6ce6ae42 Fix typo: alicloud->alibaba cloud (#2986)
* fix keyword

* fix typo: alicloud->alibaba cloud
2018-12-17 08:23:22 -08:00
Gary Brown 68579c929c Add initial doc changes related to tracing provider and support for z… (#2884)
* Add initial doc changes related to tracing provider and support for zipkin backend

* Suggestion for way to incorporate more tracing backends - using text from lightstep PR #2844

* Update based on review comments. Moved lightstep content (from #2844 to subfolder

* Add more zipkin content and images

* Remove jaeger from dt page

* Updates following comments

* Updates to address comments
2018-12-15 13:06:38 -08:00
Kuat 9f98ee9afd attribute: document lowercased keys in headers (#2974)
* document keys

Signed-off-by: Kuat Yessenov <kuat@google.com>

* spelling

Signed-off-by: Kuat Yessenov <kuat@google.com>
2018-12-14 19:36:39 -05:00
Vadim Eisenberg 79cd5ced44 An example of configuring access to an external legacy HTTPS proxy (#2960)
* initial version

* ServiceEntry -> service entry (in text)

* config map -> `ConfigMap`

* fix a link

* task -> example

* through such proxy -> through it

* elaborate what has been done after the proxy is deployed and tested

* split a long line

* explain why there is no need to define service entries for external services accessed through the proxy

* rewrite the sentence about simulating the proxy outside the cluster

* check the log and see your request -> check the log for your request

* HTTP CONNECT method -> the HTTP CONNECT method

* between the application and the proxies -> between the application and the proxy

* add explanation how this example is different from other egress examples
2018-12-11 14:12:01 -05:00
Tao Li b1a0c38a49 Update citadel description (#2968)
Fixes: https://github.com/istio/istio.io/edit/master/content/docs/concepts/what-is-istio/index.md
2018-12-10 14:03:27 -08:00
Martin Taillefer f45827a8b4
Incrementality -> Extensibility (#2967) 2018-12-10 09:06:06 -08:00
John Mazzitelli 10b0aa0b31 update kiali screenshots for the kiali task documentation (#2941) 2018-12-07 12:40:02 -08:00
paassdc f0edbb7824 fix delete CRD step (#2956) 2018-12-07 12:37:45 -08:00
paassdc 01c5a6488c fix capitalization (#2958) 2018-12-07 12:36:28 -08:00
paassdc bfefc6c2c8 fix mc install step (#2957) 2018-12-07 12:33:41 -08:00
cwocwo 9884bcb05d Gateway service support externalIps in helm charts #2947 (#2948) 2018-12-05 18:30:29 -08:00
Hendrik Purmann 3e3ded3bd9 Fix typo in command (#2951) 2018-12-05 06:24:27 -08:00
Vincent 43831cddb3 zh:blog-announcing-1.0.4 (#2949) 2018-12-05 05:13:27 -08:00
Jimmy Song be72039223 zh: update two docs (#2943)
* Update content_zh/docs/examples/advanced-gateways/_index.md

Sync with the English doc, refer to https://github.com/servicemesher/istio-official-translation/issues/584

* zh: update content_zh/docs/setup/kubernetes/helm-install/index.md

Sync with the English doc, refer to https://github.com/servicemesher/istio-official-translation/issues/591

* Fix markdown format
2018-12-05 05:09:27 -08:00
MJ-CJM 1d22e91646 zh: update content/docs/setup/kubernetes/ansible-install/index.md (#2944)
* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .
2018-12-04 06:11:26 -08:00
Vincent f4755ccd13 zh:sync notes-1.0.1 (#2931)
* zh:sync notes-1.0.1

* fixed an internal link
2018-12-03 20:15:26 -08:00
Vincent 2d4aceed0c zh:relase-notes-1.0.4 (#2930) 2018-12-03 20:14:27 -08:00
Gary Brown 6511aad85e FAQ telemetry: requests are not being traced (#2939)
* FAQ telemetry: requests are not being traced

* Minor change
2018-12-03 10:53:15 -05:00
Gary Brown c6dd738246 FAQ telemetry: why can't istio implicitly propagate headers (#2938) 2018-12-03 10:52:48 -05:00
Vadim Eisenberg 4a679f5607 Add 1337 uid requirement (#2940)
* add a restriction about application UID 1337

* add UID to .spelling

* add UIDs to the spelling file

* Update content/docs/setup/kubernetes/spec-requirements/index.md

Co-Authored-By: vadimeisenbergibm <vadime@il.ibm.com>
2018-12-03 10:52:08 -05:00
MJ-CJM 33456ed1a2 zh:content/docs/setup/kubernetes/minimal-install/index.md (#2936)
* .

* .

* .

* .

* .

* .

* .

* .

* .
2018-12-02 18:27:26 -08:00
Lin Sun ae5dc2c807 change user group to the newly created (#2935)
* change user group to the newly created 

Chinese mailing group

* updated the link!
2018-12-02 05:44:26 -08:00
Vincent 7692c74db8 zh: tasks/tcp-traffic-shifting (#2937) 2018-12-01 01:08:25 -08:00