Frank Budinsky
85acb221eb
Clarify upgrade options ( #3559 )
2019-03-07 12:28:33 -08:00
Martin Taillefer
9e1aa817ad
Clarify the definition of a handler. ( #3557 )
2019-03-07 10:15:33 -08:00
Frank Budinsky
eab78670ea
Merge minimal with helm install and simpify install paths ( #3538 )
...
* Merge minimal with helm install and simpify install paths
* circleci errors
* broken links
* fix broken link
2019-03-07 09:13:37 -08:00
Brian Avery
37811ae3a0
Add warning stating that this doesn't work in Minikube ( #3539 )
2019-03-07 06:51:54 -08:00
Vadim Eisenberg
c67a696e13
make "Disable Envoy's access logging a separate section" ( #3553 )
...
so it can be referenced from other documents
2019-03-07 06:47:36 -08:00
Brian Avery
e6994fa041
Clarify that egress gateway is disabled by default if Helm was used to install ( #3399 )
...
* Clarify that egress gateway isn't present with Helm
Values.yaml has been updated to disable the egress gateway if the Helm installation option is used. Currently, we don't indicate that egress gateway should not be present if you used Helm.
* Clarify that egress gateway is disabled by default in Helm
* CR comments. Also moved notice up since it covers both services and podsw
* Cleand up wording
* Added links to relevant installer sections for egress gateway
* Added links to appropriate sections
* added blank line
* Paths have changed. Updated link
* Removed section as per code review comments
2019-03-07 06:37:33 -08:00
Jimmy Song
bea48a2845
Add Chinese content advisory ( #3541 )
...
zh: Add Chinese content advisory
2019-03-07 05:33:11 -08:00
Vincent
d38733ecdf
zh: sync /docs/tasks/security/authz-http/index.md ( #3550 )
2019-03-07 03:51:33 -08:00
SataQiu
3279f93bc4
zh: update content_zh/docs/examples/advanced-gateways/_index.md ( #3549 )
2019-03-07 02:59:32 -08:00
SataQiu
af0ecb6a97
zh: update content_zh/about/community/join/index.md ( #3548 )
2019-03-07 02:58:34 -08:00
Vincent
2da6c8e420
zh: sync /docs/reference/config/policy-and-telemetry/metrics/index.md ( #3552 )
...
* zh update /blog/2018/istio-authorization/index.md
* zh: sync /docs/reference/config/policy-and-telemetry/metrics/index.md
2019-03-07 01:32:33 -08:00
SataQiu
7828f69939
zh: update content_zh/docs/concepts/performance-and-scalability/index.md ( #3546 )
2019-03-06 23:55:32 -08:00
SataQiu
a0f9ea3bf6
zh: update blog/_index.md, docs/setup/consul/quick-start/index.md ( #3547 )
2019-03-06 23:54:33 -08:00
Vincent
a14137cb65
zh: update docs/setup/kubernetes/multicluster/gateways/index.md ( #3510 )
2019-03-06 23:46:32 -08:00
SataQiu
fd79604ea9
zh: update content_zh/help/faq/security/check-policy.md ( #3545 )
2019-03-06 23:23:32 -08:00
SataQiu
11e9f76a4b
zh: update content_zh/help/ops/security/debugging-authorization/index.md ( #3544 )
2019-03-06 23:18:33 -08:00
SataQiu
c5e811bec1
zh: update content_zh/docs/tasks/traffic-management/fault-injection/index.md ( #3542 )
2019-03-06 23:05:33 -08:00
mtail
c4ea43e386
Tweak the menu display.
...
Use animation to bring the menu up, and support the ESC
key to hide it.
2019-03-06 18:18:26 -08:00
mtail
3c67a02564
Fix #3338
2019-03-06 11:37:41 -08:00
Vadim Eisenberg
2555e58da0
add references to the "Deploy Istio egress gateway" to the sections that use it ( #3535 )
2019-03-06 11:19:32 -08:00
mtail
6c58f80a7e
Tweak positioning of gear menu.
2019-03-06 10:45:00 -08:00
Vadim Eisenberg
07496a34c6
move deployment of Istio egress gateway into a separate section ( #3534 )
2019-03-06 10:13:57 -08:00
Vadim Eisenberg
82784bf61b
add access log task ( #3531 )
...
* add access log task
* change config map to configuration map to prevent spelling errors
* add an empty line between two boilerplates
seems to be required, otherwise a redundant <p> tag is generated
* make the task's title Getting Envoy's Access Logs
* mind escaping -> be sure to escape
* check the log of sleep, httpbin -> check sleep's, httpbin's log
* change -> customize
* to do it, edit -> by editing
2019-03-06 09:09:25 -08:00
Idan Zach
dce990ff28
Add Pod to Service association requirement ( #3530 )
2019-03-06 09:08:16 -08:00
Vadim Eisenberg
2f1e1a6020
Use two separate ingress gateways for two hosts ( #3529 )
...
* use a separate gateway for bookinfo in the case of multiple hosts
* set the name parameter to be "istio" instead of "istio-ingressgateway"
Since the original istio-ingressgateway was deployed with the name parameter "istio".
Otherwise, the following error will be received:
The Deployment "istio-ingressgateway" is invalid: spec.template.metadata.labels: Invalid value: map[string]string{"chart":"gateways", "heritage":"Tiller", "istio":"ingressgateway", "release":"istio-ingressgateway", "app":"istio-ingressgateway"}: `selector` does not match template `labels`
The problem is that the "release" label contains the name parameter of helm template,
and if this label will not match in the new and the original deployments of istio-ingressgateway,
kubectl apply will fail.
2019-03-06 09:07:30 -08:00
Vadim Eisenberg
e8a799f919
add ingress troubleshooting section ( #3410 )
...
* add ingress troubleshooting section
* it does not arrive to the Istio -> it does not arrive to the ingress gateway
* fix a link
* remove checking the log since access log will be removed in 1.1
* you have no other Kubernetes Ingress resources -> you have no Kubernetes Ingress resources
2019-03-06 08:59:38 -08:00
idouba
f02b763382
fail with 503 instead of 000 for injected-app ( #3157 )
...
* fail with 503 instead of 000 for injected-app
As a bad destination rule is set to disable client side mTLS and receiving side is mTLS enabled. At this point, Running the curl command between sidecar injected Istio services all requests will fail with a 503 error code as the client side is still using plain-text.
2019-03-06 08:48:20 -08:00
Douglas Reid
da77bb2bb5
Add sampling info to Tracing tasks ( #3397 )
...
* Add sampling info to Tracing tasks
* Address review comments and add boilerplate
* Add link to OpenTracing
* Address review comments
* Wording changes
2019-03-06 07:42:59 -08:00
Eric Van Norman
9dde74f016
Remove .b from cert path httpbin.new.example.com curl ( #3495 )
2019-03-06 07:40:33 -08:00
Ralf Pannemans
87956953f2
[ #12017 ] Update doc for unsupported hostnames in Cluster-Aware Service Routing… ( #3384 )
...
* Update doc for unsupported hostnames in Cluster-Aware Service Routing example.
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
* Minor change
Co-Authored-By: c0d1ngm0nk3y <ralf.pannemans@googlemail.com>
* Minor change
Co-Authored-By: c0d1ngm0nk3y <ralf.pannemans@googlemail.com>
* Integrate feedback.
2019-03-06 07:22:44 -08:00
lei-tang
d673c13ba7
Fix the failure to get istio-ingress-gateway service ( #3439 )
2019-03-06 06:53:39 -08:00
lei-tang
ba362bbe2e
Fix the failure to create the control plane for master cluster ( #3423 )
2019-03-06 06:49:27 -08:00
mtail
b02af28135
Fix bugs around highlighting the current section in the TOC.
2019-03-06 06:23:01 -08:00
Andra Cismaru
6d1f435c4a
Fix helm values for demo and uninstall steps ( #3396 )
...
* Fix hel values for demo and uninstall steps
* Update content/docs/setup/kubernetes/helm-install/index.md
Co-Authored-By: andraxylia <andraxylia@users.noreply.github.com>
* Update content/docs/setup/kubernetes/helm-install/index.md
Co-Authored-By: andraxylia <andraxylia@users.noreply.github.com>
* Remove double line from suggestion
* Fix typo
* Text bash does not work inside of tip
* Update content/docs/setup/kubernetes/install/helm/index.md
Co-Authored-By: andraxylia <andraxylia@users.noreply.github.com>
* Update content/docs/setup/kubernetes/install/helm/index.md
Co-Authored-By: andraxylia <andraxylia@users.noreply.github.com>
* Update content/docs/setup/kubernetes/install/helm/index.md
Co-Authored-By: andraxylia <andraxylia@users.noreply.github.com>
* Update content/docs/setup/kubernetes/install/helm/index.md
Co-Authored-By: andraxylia <andraxylia@users.noreply.github.com>
* Remove tip
2019-03-06 06:22:34 -08:00
Lin Sun
28c49b439b
update egress gateway instruction ( #3444 )
...
* refer to the egress gateway boilerplate
* empty file
* add content
* add enable egress gateway option
* Update index.md
* update link
* typo
* Update content/docs/examples/advanced-gateways/egress-gateway/index.md
Co-Authored-By: linsun <linsun@us.ibm.com>
* Delete before-you-begin-egress-gateway.md
* update instruction
* Update content/docs/examples/advanced-gateways/egress-gateway/index.md
Co-Authored-By: linsun <linsun@us.ibm.com>
* delete duplicates
* fix lint
2019-03-06 09:17:36 -05:00
Lin Sun
9af8db33a0
update validate sidecar cmd ( #3527 )
...
fixes: https://github.com/istio/istio.io/issues/3521
2019-03-06 09:06:51 -05:00
Chris
58d0976b12
zh: sync with upstream ( #3526 )
...
* sych with upstream
* updated
2019-03-05 22:40:33 -08:00
Vincent
82b09bcdcd
zh: update /help/ops/security/debugging-authorization/index.md ( #3525 )
2019-03-05 18:54:32 -08:00
Vincent
df2c61d0a1
zh: update /docs/setup/kubernetes/install/_index.md ( #3512 )
2019-03-05 18:29:31 -08:00
Vincent
b5a7a37b3e
zh: update /help/ops/controlz/index.md ( #3511 )
2019-03-05 18:28:30 -08:00
Vincent
425d9c1a19
zh: update /docs/setup/_index.md ( #3524 )
2019-03-05 18:13:31 -08:00
Vincent
7ca207780c
zh: update /help/faq/general/how-do-i-contribute.md ( #3523 )
2019-03-05 18:12:32 -08:00
Vincent
a135f9485f
zh: update /docs/tasks/telemetry/fluentd/index.md ( #3522 )
...
* zh: update /docs/setup/kubernetes/install/_index.md
* zh: update /docs/tasks/telemetry/fluentd/index.md
2019-03-05 18:11:33 -08:00
Martin Taillefer
360fcb1713
Add support for an advisory string. ( #3518 )
2019-03-05 14:50:19 -08:00
Lin Sun
d2e5fb1da4
delete the CRD clean up section ( #3513 )
...
as it is covered earlier in each of the 2 helm install options.
2019-03-05 14:49:39 -08:00
Frank Budinsky
76fc94137e
Update istio-demo install instructions ( #3520 )
...
* Update istio-demo install instructions
* improve verify step
* fix circleci errors
* typo
* Change title
* Update content/docs/setup/kubernetes/install/kubernetes/index.md
Co-Authored-By: frankbu <frankb@ca.ibm.com>
* Update content/docs/setup/kubernetes/install/kubernetes/index.md
Co-Authored-By: frankbu <frankb@ca.ibm.com>
* Update content/docs/setup/kubernetes/install/kubernetes/index.md
Co-Authored-By: frankbu <frankb@ca.ibm.com>
* Update content/docs/setup/kubernetes/install/kubernetes/index.md
Co-Authored-By: frankbu <frankb@ca.ibm.com>
* Update content/docs/setup/kubernetes/install/kubernetes/index.md
Co-Authored-By: frankbu <frankb@ca.ibm.com>
* Update content/docs/tasks/security/authn-policy/index.md
Co-Authored-By: frankbu <frankb@ca.ibm.com>
* Update content/docs/tasks/security/plugin-ca-cert/index.md
Co-Authored-By: frankbu <frankb@ca.ibm.com>
* Update content/docs/setup/kubernetes/install/kubernetes/index.md
Co-Authored-By: frankbu <frankb@ca.ibm.com>
* Update content/docs/setup/kubernetes/install/kubernetes/index.md
Co-Authored-By: frankbu <frankb@ca.ibm.com>
* Update content/docs/setup/kubernetes/install/kubernetes/index.md
Co-Authored-By: frankbu <frankb@ca.ibm.com>
* spelling
2019-03-05 14:47:20 -08:00
Lin Sun
d69c54ca6d
add a dot
2019-03-05 15:40:40 -05:00
Andra Cismaru
a8aaef4afa
Fix typo. ( #3516 )
...
Fixes istio.io#2981
2019-03-05 11:35:46 -08:00
Oliver Liu
e866f13fb7
Update health check task. ( #3435 )
...
* Update health check task.
* Apply suggestions from code review
Co-Authored-By: myidpt <yonggangl@google.com>
* Apply suggestions from code review
Co-Authored-By: myidpt <yonggangl@google.com>
* Small fix.
* Small fix.
2019-03-05 10:50:33 -08:00
John Howard
0dabe29b28
Update references to value files ( #3412 )
2019-03-05 13:47:07 -05:00