Commit Graph

2511 Commits

Author SHA1 Message Date
Vincent 2f905e7e23 zh/sync: content_zh/docs/examples/advanced-gateways/_index.md (#2882) 2018-11-15 07:05:02 -08:00
Vincent 49868ffcb9 zh/sync: content_zh/docs/examples/multicluster/_index.md (#2883) 2018-11-15 07:04:01 -08:00
Vincent 73e8a3e3a0 zh: /docs/setup/kubernetes/multicluster-install/_index.md (#2880) 2018-11-15 06:59:05 -08:00
John Mazzitelli 9539638274 [Kiali] the API changed - this reflects that change (#2878) 2018-11-14 14:56:21 -05:00
John Mazzitelli c988dbea81 Remove the canned credentials in Kiali Task instructions. (#2841)
* This removes the canned credentials in the instructions. So a user can't just copy-n-paste the instructions and always get the same credentials - they have to enter their own username and passphrase.

* remove reference to the helm readme

* use text-bash

* changes as per review

* need the -n option to echo to correctly base64 encode the creds
2018-11-14 11:34:02 -08:00
Chunlin Yang bf264f1ae6 Delete Service Graph (#2874)
Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>
2018-11-14 06:59:03 -08:00
Vincent 58c54f2908 zh:content/docs/tasks/security/authz-http/ (#2856)
* temp

* zh:content/docs/tasks/security/authz-http/

* fixed: typo and 404

* re-lint

* re-lint

* re-lint

* re-lint

* re-lint

* re-lint
2018-11-14 06:18:01 -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
Shriram Rajagopalan 2aa5d863ae Revert "Delete Servicegraph" (#2871)
* Revert "Fix lint error."

This reverts commit e0a98af68c.

* Revert "Delete Servicegraph (#2868)"

This reverts commit ab421f2c39.
2018-11-13 08:15:13 -08:00
mtail e0a98af68c Fix lint error. 2018-11-13 07:58:19 -08:00
Chunlin Yang ab421f2c39 Delete Servicegraph (#2868)
Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>
2018-11-13 09:40:25 -05:00
Chunlin Yang a3754037b2 Correct Kiali URL (#2869)
Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>
2018-11-13 09:39:36 -05:00
Shriram Rajagopalan c9a4a6fd11
updating multicluster over gateways (#2847)
* updating multicluster over gateways

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* nits

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* updates

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* cleanup

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* spell check

* more spell fixes

* more fixes

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>
2018-11-13 09:38:05 -05:00
Martin Taillefer 7c791bfc44 Add trulia.com to our exception list, since it is causing a lot of false positive lint failures. (#2864) 2018-11-12 13:44:00 -08:00
John Mazzitelli 31f88bbef9 kiali task - do not rely on the gateway - use port-forward (#2846) 2018-11-12 13:31:36 -08:00
Jonh Wendell 4eeef8afa7 Minimal installation: Fix mixer flags (#2863) 2018-11-12 09:43:47 -08:00
Chunlin Yang 20fbebf20b Add baseURL (#2861)
Signed-off-by: clyang82 <clyang@cn.ibm.com>
2018-11-12 09:37:38 -08:00
Chunlin Yang 12bc629d31 Fix redundant number - 2317 (#2860)
Signed-off-by: clyang82 <clyang@cn.ibm.com>
2018-11-12 09:35:30 -08:00
Junjun Li 2cdc8a66aa zh: sync content/docs/tasks/traffic-management/egress/index.md (#2858) 2018-11-12 05:59:53 -08:00
Chunlin Yang cbdad68418 fix mixer attributes descriptions (#2859)
Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>
2018-11-12 05:52:25 -08:00
Rigs Caballero c64d38fdda Improve style guide to clarify common issues. (#2857)
* Improve style guide to clarify common issues.

These changes are meant to clarify some common questions I've encountered during
content review. I've also removed the exception for passive voice since there is
no need to obscure the subject of a sentence in documentation. I've also
introduced the concepts of title case and sentence case to align with other
style guides for clarity.
2018-11-09 12:52:50 -08:00
Jonh Wendell 5a505ebd3a Add a 'How to join Slack' FAQ entry (#2855) 2018-11-09 11:12:28 -05:00
Brian Avery 2d2c951563 Fixed authentication example command (#2853) 2018-11-09 11:00:25 -05:00
Frank Budinsky 93a928bc48
Improvements to egress examples (#2850)
* Reorganize egress gateway and TLS origination examples

* More cleanup

* fix circleci errors

* nits

* another nit

* address review comments

* fix broken link
2018-11-08 10:44:10 -05:00
themanifold a514e979db Fixing curl command to set debug mode for proxy (#2836)
Trivial MR: curl command for setting debug mode for proxy should be a POST not a GET
2018-11-07 07:02:49 -08:00
Rigs Caballero a47dc08cf1 Edit and clean the multicluster installation. (#2703)
* Edit and clean the multicluster installation.

Performed a major edit to enhance the clarity and accuracy of the content.
The edits include:
* Consistency and quality-of-content improvements including expanding
  abbreviations on first use, adding or modifying markup for emphasis, and
  adding lists.
* Grammar and spelling fixes including fixing passive voice and missing
  articles.
* Content structure improvements to improve the readability and flow of the
  content.
* Introduced heading tags to make identifying cross-references easier to
  identify and maintain.

Signed-off-by: rcaballeromx <grca@google.com>

* Address typos

Signed-off-by: rcaballeromx <grca@google.com>

* Fix broken links with IDs.

Signed-off-by: rcaballeromx <grca@google.com>

* Implemented tabs for procedural options.

Alongside the tabs implementation, a warning and a note were added based on
comments.
2018-11-06 09:18:56 -08:00
xavierbaude 32f5b2a172 Xavierbaude patch openshift (#2840) 2018-11-06 06:03:01 -08:00
Andy Lai d478874e98 Remove static charts. (#2842)
Now that they are built along with daily releases and they can be found
in
https://gcsweb.istio.io/gcs/istio-prerelease/daily-build/master-latest-daily/charts/ for master
or https://gcsweb.istio.io/gcs/istio-prerelease/daily-build/release-1.1-latest-daily/charts/ for release-1.1.
2018-11-06 05:56:48 -08:00
mtail a251c3d52c Fix some broken Envoy links. 2018-11-06 05:24:49 -08:00
Quanjie Lin bfe4b926ec add note for authz permissive mode documentation (#2835) 2018-11-05 15:03:33 -08:00
x15zhang 534cedde9e correct percent expression (#2837)
correct percent expression
2018-11-05 07:02:14 -08:00
flydragon 396b38cd18 zh: content/docs/reference/config/policy-and-telemetry/adapters/denier (#2656)
* zh: content/docs/reference/config/policy-and-telemetry/adapters/denier

add

Signed-off-by: ylf <1045438139@qq.com>

* re-lint

* re-lint

* zh:  content/docs/reference/config/policy-and-telemetry/adapters/denier

fix typo
fix link

Signed-off-by: ylf <1045438139@qq.com>

* re-lint

* zh: content/docs/reference/config/policy-and-telemetry/adapters/denier

fix links

* re-lint

* zh: denier

fix description

Signed-off-by: ylf <1045438139@qq.com>
2018-11-04 19:45:36 -08:00
flydragon 02ff5a3c8d zh: content/docs/reference/config/policy-and-telemetry/adapters/circ… (#2671)
* zh:  content/docs/reference/config/policy-and-telemetry/adapters/circonus

add

Signed-off-by: ylf <1045438139@qq.com>

* zh:  content/docs/reference/config/policy-and-telemetry/adapters/circonus

fix title style

Signed-off-by: ylf <1045438139@qq.com>

* re-lint

* zh: content/docs/reference/config/policy-and-telemetry/adapters/circonus

fix links

* re-lint

* zh: circonus

fix description

Signed-off-by: ylf <1045438139@qq.com>
2018-11-04 19:44:36 -08:00
Jinming Yue 477c93166f zh: sync docs/tasks/traffic-management/mirrorDing/index.md (#2793)
* zh: sync docs/tasks/traffic-management/mirrorDing/index.md

* fix comments
2018-11-04 19:43:36 -08:00
Jonh Wendell 2b861520eb Use port 8000 for httpbin service everywhere (#2461) 2018-11-01 11:56:45 -07:00
Tim Swanson 2a82133d2d grab_charts.sh: Fix istio/cni repo location and helm repo add for istio/istio helm dependencies (#2827) 2018-11-01 07:16:20 -07:00
Jinming Yue 47ce4b5c30 zh: content_zh/about/notes/_index.md (#2773) 2018-11-01 07:13:01 -07:00
Vincent c622659d3c zh: announcing-1.0.3 (#2822) 2018-11-01 07:12:25 -07:00
Jimmy Song 972069e072 zh: fix typo (#2828)
- Refer to #2741
2018-11-01 07:11:47 -07:00
l10xbin 4b7aaa0013 Update translation for task rate-limiting (#2832) 2018-11-01 07:10:14 -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
John Mazzitelli 9481a38d6d fix typo in helm install instructions (#2825) 2018-10-31 11:05:56 -04:00
l10xbin 73772acf1a Fix request number wrong in(/docs/tasks/traffic-management/circuit-breaking/) (#2820) 2018-10-31 07:32:05 -07:00
shaobai a637d64641 zh: update content (#2808) 2018-10-31 07:30:42 -07:00
Vincent af72fc066d zh: added-istio 1.0.3 release note (#2821) 2018-10-31 07:30:08 -07:00
Frank Budinsky 6bfefa3c40 Improve egress examples (#2823)
* Improve example subsection titles

* simplify tls origination example
2018-10-31 07:29:26 -07:00
Lee Calcote d6525f1eb9 Updating consistency in capitalization (#2824) 2018-10-31 07:27:58 -07:00
mtail 1b9e81f771 Site improvements
- The release note index page is now rendered as a simple list rather than the normal gallery mode.

- Fix use of toc: front-matter, which should be skip_toc instead.
2018-10-31 07:15:57 -07:00
mtail 530e0d6ebe Fix a few issues with the release notes. 2018-10-31 06:56:13 -07:00
mandarjog 9c57b614b0 Add 1.0.3 release notes (#2807) 2018-10-30 10:15:38 -07:00