Commit Graph

778 Commits

Author SHA1 Message Date
Vadim Eisenberg bb795b90c3 replace the statistics of envoy with envoy's log for TCP (#3018) 2019-01-03 08:12:03 -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
Ram Vennam 5b0cf72efe Add info about grafana add-on (#3011)
* Add info about grafana add-on

* helm installation options

* stylistic changes from review

* more styling changes from review

* styling changes

* linting fix
2019-01-03 10:55:24 -05:00
salrashid123 54c714be4a Remove servicegraph png (#3020) 2019-01-03 07:53: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
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
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
Martin Taillefer a7d8d61c19
Update reference docs. (#3000) 2018-12-20 17:22:08 -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
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
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
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
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
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
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
Sandeep Parikh c57216f4d3 new blog post on incremental istio usage for traffic management (#2879)
* adding new blog post on traffic mgmt

* updates to address PR feedback

* fixed spelling issues and adjusted weight

* added DestinationRule to linter spelling config

* removed DestinationRule, using backticks per instructions

* using backticks instead of custom spelling config
2018-11-26 09:00:07 -08:00
SataQiu b4712a55c3 fix typo: oppenssl -> openssl (#2913) 2018-11-22 09:39:28 -05:00
Vadim Eisenberg de3d56dd81 change the name of the Envoy's container in egress gateway (#2896)
egressgateway -> istio-proxy
2018-11-20 07:31:38 -08:00
Venil Noronha a49191e433 Update wavefront latest release tag (#2906)
Signed-off-by: Venil Noronha <veniln@vmware.com>
2018-11-20 07:29:37 -08:00
Jason Young 6b9ebaf29a Add initial istioctl and galley release notes (#2889)
* Add initial istioctl and galley release notes

* Update index.md

* Update index.md

* Apply suggestions from code review

Thanks @rcaballeromx!

Co-Authored-By: ayj <jasonyoung@google.com>

* fix linter
2018-11-19 15:37:01 -08:00