Commit Graph

767 Commits

Author SHA1 Message Date
mtail 92bc65af57 Update Slack logos.
Also, run SVG optimizer on all our images.
2019-03-07 16:10:05 -08:00
Ed Snible 5748253b7d Fortio binary changed directories (#3563) 2019-03-07 15:29:33 -08:00
Diem Vu 423085227e Add note to explain authentication mesh policy CRD kind. (#3540)
* Add note for the mesh policy to explain the different with regular (namespace and service) policies

* Address comment
2019-03-07 14:16:32 -08:00
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
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
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
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
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
Vadim Eisenberg 5c255e9618 add start-httpbin-service boilerplate (#3514) 2019-03-05 10:03:32 -08:00
Vadim Eisenberg 5f9d723012 use a boilerplate for setting environment variables for kubectl contexts (#3509)
* use a boilerplate for setting environment variables for kubectl contexts of the two clusters

share the boilerplate for gateway connectivity and for split horizon EDS clusters

* add the boilerplate file
2019-03-05 07:37:30 -08:00
Vadim Eisenberg bd83936bf5 Use the 443 port for cluster aware gateway, handle NodePort connectivity to the remote cluster (#3428)
* use the 443 port and host "*.local" for the gateway

* the Gateway -> a gateway, remote services -> services in cluster2

* rewrite instructions for setting the gateway's address

* add unsetting environment variables and removing files to cleanup

* put backticks around `istio` and `ConfigMap`

* add "i.e." before the Kubernetes DNS domain in parenthesis

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

* the 443 port -> 443 port

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

* add deleting n2-k8s-config in the cleanup

* set --set global.meshNetworks.network2.gateways[0].port to 443

* add unsetting CTX_CLUSTER1

* move unsetting CTX_CLUSTER1 before removing temporary files

for symmetry with CTX_CLUSTER2

* add unsetting CTX_CLUSTER2

* Change the gateway's address and port -> Update the gateway's address and port to reflect...

* wait for the pods to come up by checking their status -> wait for the pods to become ready:

* add output of get pods for cluster1

* do not check the status of the istio-ingressgateway on cluster2
before configuring watching of cluster2 by cluster1

* add waiting for istio-ingressgateway to become ready after setting watching cluster2

* combine printing ingress host and port into one line
2019-03-05 06:58:32 -08:00
Jimmy Chen 4ff728348d restore the order of docs (#3503) 2019-03-05 06:18:33 -08:00
Phil Rud 23bb7bad20 Update the number of CRDs to expect during installation (#3440)
With the upgrade of cert-manager to v0.6.2 two new CRDs are being
introduced. The total number of CRDs should now be `58`. Updating
the CRDs installation section of the documentation accordingly.
2019-03-04 22:55:32 -08:00
Martin Taillefer 2af7598779 Update Galley description for 1.1 (#3500) 2019-03-04 16:17:33 -08:00
Martin Taillefer 36a6514a07 Remove old comment. (#3499) 2019-03-04 16:05:31 -08:00
Martin Taillefer beaaf83ba4
Update reference docs. (#3497)
Also fixed a couple CI failures that snuck in.
2019-03-04 14:03:05 -08:00
Steven Dake bc9d6c62c0 A reference to the istio.io repository was missing (#3483)
Fix https://github.com/istio/istio/issues/12081
2019-03-03 23:29:05 -08:00
Martin Taillefer 7bf371365e
Optimize all our SVG files. (#3468) 2019-03-03 08:14:50 -08:00
Martin Taillefer 381365d798
Fix a bunch of broken aliases. (#3467) 2019-03-03 07:29:52 -08:00
Jimmy Chen 692125f6b4 Add guide for external cert management at ingress gateway using SDS (#3224)
* add ingress sds

* update

* update

* Revise

* update

* Revise

* Update

* update

* revise

* update

* Remove key cert path when SDS is enabled

* Split SDS task into separate file

* Revise

* add mount/ and sds/

* fix broken link

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/_index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/mount/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/mount/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/mount/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/mount/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/mount/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/mount/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/mount/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/mount/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/mount/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Apply suggestions from code review

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Update content/docs/tasks/traffic-management/secure-ingress/sds/index.md

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>

* Revise

* Revise

* update

* Apply suggestions from code review

Co-Authored-By: JimmyCYJ <28548492+JimmyCYJ@users.noreply.github.com>
2019-03-01 15:28:31 -08:00
idouba c5937a1d70 should specify the resource type:destinationrule. (#3159)
should specify the resource type:destinationrule in the delete statement.
2019-03-01 12:19:29 -08:00
Martin Taillefer 604430f1ec
Update reference docs. (#3454) 2019-03-01 07:05:15 -08:00
flydragon 5b8161da0b zh: content/docs/setup/kubernetes/ (#3450)
fix link
2019-03-01 05:56:26 -08:00
Martin Taillefer ad565871d6
Clean up keywords. (#3442) 2019-02-28 17:26:46 -08:00
Yangmin Zhu de6ebce58d rbac: remove destination.name from the documentation. (#3441)
We actually don't support workload name in rbac.
2019-02-28 16:28:16 -08:00
Rigs Caballero 21c918fbe4 Organize the Kubernetes Installation content. (#3422)
* WIP Add Kubernetes Installation landing page.

This adds the landing page and organizes the content to make it easier to navigate.

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

* Apply initial feedback on landing page content.

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

* Rename and move files to enhance navigation.

Added aliases to redirect after filename changes.

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

* Harmonize all installation guide titles and intros.

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

* Fix all links affected by the restructure.

Fixed all internal links and added aliases to ensure external redirects.

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

* Fix paths of images on the ZH content.

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

* Fix additional links and apply feedback.

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

* Fix link error introduced by rebase.

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

* Remove redundant instances of "Istio" in titles.

Signed-off-by: rcaballeromx <grca@google.com>
2019-02-28 14:37:30 -08:00
Martin Taillefer dd0ecdf9ab
Site improvements (#3430)
- Add linter support to detect internal links to aliases. Those are now flagged as
bad links so the source needs to be updated to point to the real destination,
avoiding the user a redirect.

- Fixed occurences of links to aliases.

- Now only load popper.js on pages that use popups in order to improve
load times.
2019-02-28 13:58:54 -08:00