Commit Graph

2587 Commits

Author SHA1 Message Date
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
Tao Li 0e96e6e945 Fix a typo in mTLS tutorial (#2934) 2018-11-30 10:23:26 -08:00
Martin Taillefer f17a5d2e79
Fix a bunch of absolute links that should have been relative. (#2933)
- Added a linter rule to prevent further occurances.
2018-11-30 06:41:56 -08:00
打雷不怕 315859182e wildcard-egress-hosts (#2929)
update
2018-11-30 01:58:28 -08:00
mandarjog 1ccfbcf88a release notes 1.0.4 (#2910) 2018-11-28 15:38:12 -08:00
Tiago Moreira Vieira f40d7114b8 remove irrelevant output line from auth policy task (#2926) 2018-11-28 15:35:29 -08:00
Tiago Moreira Vieira d801b54a94 fix issue with dollar sign and curly brackets (#2927) 2018-11-28 15:34:30 -08:00
Itay Shakury 44d9bba881 update chart requirements (#2876)
* update chart requirements

adding `helm dep up` which is required for the install to succeed

* note about relative refs

* remove redundant space

* grammer and passive voice

Co-Authored-By: itaysk <itay@itaysk.com>

* helm repo add
2018-11-28 15:33:22 -08:00
Martin Taillefer 777abf274a
Improve tab behavior. (#2923)
- Address rendering issue with text blocks nested in a tab that use
the magic @@ linking sequence.

- Made it so when selecting a tab in a particular tab set, other tabset
sharing the same cookie name on the current page will also switch to their
corresponding tab.
2018-11-27 07:25:15 -08:00
Martin Taillefer e4c547edc2
Use Hugo's errorf command instead of injecting magic error strings into the generated HTML. (#2922)
This produces better errors with source file & line info when shortcodes are misused by
markdown files.
2018-11-26 17:22:57 -08:00
Martin Taillefer 1d8f547826
Update to Hugo 0.51 (#2921) 2018-11-26 16:51:25 -08:00
Martin Taillefer 06d546c52c
Fix some mishandling of path separators, leading to problems on Windows. (#2920) 2018-11-26 15:38:17 -08:00
agmsb 113f20692e pointing to proper grafana dashboard (#2651) 2018-11-26 11:20:56 -08:00
Limin Wang 583c40ba27 documentation for end-user authencation on ingress-gateway (#2243) (#2904)
* documentation for end-user authencation on ingress-gateway (#2243)

* documentation for end-user authencation on ingress-gateway

* address comments

* address comments

* address comment

* Move end user authentication on Ingress section to securtity.

* Minor text change.

* Revert edit in traffic management doc.

* Remove Ingress example. Replace it with a single sentence.

* Addressed comment.
2018-11-26 10:57:04 -08:00