Commit Graph

2652 Commits

Author SHA1 Message Date
Dinesh Subhraveti 78ef1282a2 [Blog post] Sidestepping dependency ordering with AppSwitch (#2928)
This blog discusses how AppSwitch could be used to address service startup ordering and startup times.
2019-01-13 13:04:46 -08:00
Frank Budinsky c100527c92 Multicluster via gateways example (#3077)
* Multicluster via gateways example

* tweaks

* address review comments
2019-01-11 20:09:46 -08:00
Quanjie Lin 733d6779a7 update permissive resp code value (#3051) 2019-01-10 13:06:45 -08:00
Julien Senon 82939fa976 Add blog entry blog post for custom ingress gateway with cert manager (#3074)
* Add blog entry blog post for custom ingress gateway with cert manager

* Update with remarks from lin in order to explain why create a custom gateway

* Fix lint issue

* Fix spelling error

* Update publish date
2019-01-10 10:26:46 -08:00
Jinming Yue 2965d531be zh/docs/setup/kubernetes/upgrading-istio/index.md (#3073) 2019-01-10 08:36:48 -08:00
mtail 1948ddcaae Typo. 2019-01-10 07:15:45 -08:00
Martin Taillefer d7c4eb33f5
Switch to discuss.istio.io (#3071) 2019-01-10 07:11:00 -08:00
SataQiu 635b7941d5 zh: update docs/tasks/traffic-management/fault-injection/index.md (#3040)
* zh: update docs/tasks/traffic-management/fault-injection/index.md

* update content_zh/docs/tasks/traffic-management/fault-injection/index.md
2019-01-10 00:52:46 -08:00
SataQiu 4458bab917 zh: update docs/tasks/traffic-management/ingress/index.md (#3042)
* zh: update docs/tasks/traffic-management/ingress/index.md

* update content_zh/docs/tasks/traffic-management/ingress/index.md
2019-01-10 00:51:45 -08:00
SataQiu 7d2bbcba83 zh: update docs/tasks/policy-enforcement/rate-limiting/index.md (#3066)
* zh: update docs/tasks/policy-enforcement/rate-limiting/index.md

* update docs/tasks/policy-enforcement/rate-limiting
2019-01-10 00:00:46 -08:00
LisaFC 652fd950a7 Updated mesh expansion guide (#3057)
* Updated mesh expansion guide

* Fixed broken link
2019-01-09 14:01:46 -08:00
Lv Jiawei 323487b857 No need to specify namespace in kubectl apply (#3067)
There is no need to specify namespace when use
"kubectl apply -f" or "kubectl delete -f".
2019-01-09 07:34:46 -08:00
Jesse Butler 4520346422 organize setup/kubernetes sidebar (#3060)
Signed-off-by: Jesse Butler <jesse.butler@oracle.com>
2019-01-09 07:33:45 -08:00
Martin Taillefer 4b5a09df0d
Update reference docs. (#3069) 2019-01-09 06:58:50 -08:00
BenBen ee9489b2dc zh: update /content/docs/examples/advanced-gateways/http-proxy/index.md (#3049)
* Translation into Chinese

Translation into Chinese

* update index.md

update index.md

* update error

update error

* update some error

update some error

* update

update

* Update index.md

* update

修改了中文英文之间的空格

* 更新了两个链接

更新了两个链接

* key 不翻译

key 不翻译

* update space

update space

* 变量加引号

变量加引号

* 修正部分错误

修正部分错误

* Update index.md

* Update index.md

* 更新 traffic-management

traffic-management

* Delete the Service Entry

Delete the Service Entry

* 会意错了

会意错了

* space

space
2019-01-09 02:21:45 -08:00
Jesse Butler 728dcb44c6 simplify the platform setup notes in helm install (#3064)
Signed-off-by: Jesse Butler <jesse.butler@oracle.com>
2019-01-08 21:58:44 -08:00
Vincent de20a8c098 copy keywords from the source (#3055) 2019-01-08 18:53:45 -08:00
Frank Budinsky deb6f65a2c
Multicluster examples improvements (#3059)
* Multicluster examples improvements

* Fix circleci errors
2019-01-08 14:14:54 -05:00
flydragon e7ffd9cf60 zh: content_zh/docs/tasks/security/rbac-group (#3052)
* zh: content_zh/docs/tasks/security/rbac-group

add rbac-group

* zh: content_zh/docs/tasks/security/rbac-group

fix ”

* zh: content_zh/docs/tasks/security/rbac-group

fix typo
2019-01-08 02:33:44 -08:00
SataQiu 7b84092787 zh: update authn-policy/index.md and mutual-tls/index.md (#3054) 2019-01-08 01:55:43 -08:00
SataQiu c63c87619e zh: update docs/tasks/traffic-management/egress/index.md, etc (#3047)
* zh: update docs/tasks/traffic-management

* update content_zh/docs/tasks/traffic-management/egress/index.md
2019-01-07 22:42:44 -08:00
Chunlin Yang 33c156bd6a add istioctl inject (#2964)
Signed-off-by: clyang82 <clyang@cn.ibm.com>
2019-01-07 21:21:31 -05:00
Vadim Eisenberg 0b9f47a8ca Specify the requirement for the NET_ADMIN capability (#2891)
* add a bullet about the privileged mode

* change privileged mode to NET_ADMIN capability

* Rewrite the sentence: it is required for...

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

* Simplify the sentence about the default service account

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

* remove leftover from a previous commit

* remove another leftover from a previous commit

* add a missing whitespace after a dot

* remove capitalization of Service Account and Pod Security Policy

* add a remark about pod security policies being enforced in the cluster

* split the content between spec-requirements and required-pod-capabilities in the operations guide

* Fix the link to required-pod-capabilities
2019-01-07 15:46:02 -05:00
Vincent 4fd40a24c7 New option: Let linter ignore the external links (#3046)
* let linter ignore the external links

* fixed: typo
2019-01-07 09:58:44 -08:00
Jesse Butler ca2821c7c9 shift platform page weights to maintain alphabetized sidebar (#3050) 2019-01-07 09:55:44 -08:00
Yossi Mesika e0eb7d8250 An example for configuring and verifying split horizon EDS (#2916)
* An example for configuring and verifying split horizon EDS

* Add period to end of description

* Minor change

* Minor typo

* Comments by Lin Sun addressed

* Addressed @frankbu review comments and cross referenced with the concept doc
2019-01-07 08:15:44 -08:00
Vincent 19e7bd43b5 added docs/setup/kubernetes/platform-setup/oci/ (#3044) 2019-01-06 18:29:44 -08:00
Vincent 10946909d5 zh: fixed: telemetry/distributed-tracing-lightstep->telemetry/distributed… (#3043)
* fixed: telemetry/distributed-tracing-lightstep->telemetry/distributed-tracing/lightstep/

* fixed internal links

* fixed: links

* fixed: links

removed: new script

* fixed: links
2019-01-06 18:07:44 -08:00
SataQiu 1b0c0f3aab zh: update traffic-shifting and tcp-traffic-shifting (#3041)
* zh: update docs/tasks/traffic-management/traffic-shifting/index.md

* zh: update docs/tasks/traffic-management/tcp-traffic-shifting/index.md
2019-01-06 09:00:43 -08:00
SataQiu 222050d8a4 zh: update docs/concepts/security/index.md (#3036)
* zh: update docs/concepts/security/index.md

* update docs/concepts/security/index.md
2019-01-05 20:53:43 -08:00
SataQiu c9bec145d2 fix figure style issue (#3039)
* fix figure style issue

* update layouts/shortcodes/image.html
2019-01-05 18:29:44 -08:00
SataQiu f7991cd6d1 zh: update docs/concepts/policies-and-telemetry/index.md (#3037) 2019-01-05 05:25:42 -08:00
XsWack 740ed181ea fix typo (#3038) 2019-01-05 03:52:43 -08:00
SataQiu 63fc5bf1ad zh: update content_zh/docs/concepts/security/index.md (#3031) 2019-01-04 16:49:42 -08:00
Jesse Butler 821c3c9a26 Add OCI OKE platform setup (#3033)
alphabetize platform support list
2019-01-04 11:21:44 -08:00
Megan O'Keefe 2aa8e48324 Fix GKE cluster create command (platform setup) (#3026)
* Add trailing slash to cluster create cmd

* Add cluster version

* Removed trailing spaces
2019-01-04 10:42:43 -08:00
Frank Budinsky 9910600bfd
Multicluster concept doc (#2991)
* Multicluster concept doc

* some references

* address review comments

* rename folder

* fix circleci errors

* fix broken ref

* fix broken links

* address more review comments

* move multi controlplane section before single

* tweaks

* more tweaks
2019-01-04 10:00:10 -05:00
打雷不怕 f5dccc7e44 overview (#3007) 2019-01-04 01:17:42 -08:00
flydragon 38ac71dc2d zh: content/docs/reference/config/policy-and-telemetry/templates/_index (#3032)
update content
2019-01-04 01:16:43 -08:00
flydragon 23f1837ccf zh: content/docs/reference/config/policy-and-telemetry/adapters/sign… (#2679)
* zh:  content/docs/reference/config/policy-and-telemetry/adapters/signalfx

add

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

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

fix links

* re-lint

* re-lint

* re-lint

* zh: content/docs/concepts/what-is-istio/index.md

fix typo

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

* zh: signalfx

fix blank

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

* zh: signalfx

fix blank

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

* re-lint

* re-lint

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

fix typo
2019-01-03 21:48:42 -08:00
SataQiu cacf3ca74d zh: add content_zh/help/faq/general/how-to-join-slack.md (#3030) 2019-01-03 19:30:42 -08:00
SataQiu 0032c30097 zh: add content_zh/boilerplates (#3028) 2019-01-03 19:29:42 -08:00
打雷不怕 d2c76a2196 zh: content_zh/docs/tasks/telemetry/distributed-tracing/zipkin/index.md (#3006)
* zipkin

* rebase master
2019-01-03 19:27:42 -08:00
SataQiu 3109c6cd5b zh: add content_zh/boilerplates/before-you-begin-egress.md (#3029) 2019-01-03 19:23:42 -08:00
打雷不怕 bc9c94d05f zh: content_zh/docs/tasks/telemetry/distributed-tracing/jaeger/index.md (#3027)
* jaeger

* rebase upstream master
2019-01-03 19:19:42 -08:00
SataQiu ba65d6fbac zh: content_zh/about/notes/1.0.5/index.md, etc. (#3025)
* add 1.0.5 release note

* update content_zh/blog/2018/announcing-1.0.5/index.md
2019-01-03 18:22:42 -08:00
shalk(xiao kun) 28a9156f97 zh: fix link issues for chinese documents (#3009)
* fix link issues for chinese documents

* fix external links fail

* fix link
2019-01-03 08:40:42 -08:00
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