Commit Graph

794 Commits

Author SHA1 Message Date
Martin Taillefer 8cfa57999d
Update reference docs. (#3624) 2019-03-11 11:54:59 -07:00
Martin Taillefer fbd2b162fb
Prune a few things that shouldn't have been in the dictionary. (#3622) 2019-03-11 11:35:52 -07:00
Yossi Mesika 13078d97cd Enable the access log on primary cluster (#3408) 2019-03-11 10:20:35 -07:00
Martin Taillefer 2c62859726 Tweak the installation pages. (#3610)
- Move requirements up to be the first thing people see. This matches
the order presented in the landing page.

- Shuffle the order in the sidebar a bit to correspond to the order
the material is presented in the landing page.

- Clean up some of the wording on the k8s landing page.

- Shorten the platform names used in the sidebar nav so they fit better.
This matches the names used in the Platform Setup section.
2019-03-11 08:56:35 -07:00
Morven Cao 8d821cb4aa Update uninstall step for helm. (#3611)
* update doc for uninstall step.

* update uninstall step.
2019-03-10 21:41:30 -04:00
Martin Taillefer fc058032b1
Fix broken callouts. (#3612) 2019-03-10 11:53:09 -07:00
Martin Taillefer b67e5126b4
Fix tab problem. (#3614) 2019-03-10 10:55:57 -07:00
Martin Taillefer 5ee781c510
Update index.md (#3609) 2019-03-10 10:21:41 -07:00
Shriram Rajagopalan 00fbb7c9f2 update values references (#3608)
* update values references

* Update index.md
2019-03-10 08:14:17 -07:00
Ram Vennam 3e6c061cd5 Link to Destination Rules doc (#3605) 2019-03-10 06:56:44 -07:00
Ram Vennam bd68f64934 small typo (#3602) 2019-03-09 08:22:37 -08:00
Venil Noronha 2c822d55d4 Add a warning about using sudo for a TCP sample (#3583)
* Add a tip about prefixing with sudo for TCP sample

This adds a note about using sudo while running the TCP Traffic Shifting
sample on certain platforms.

Signed-off-by: Venil Noronha <veniln@vmware.com>

* Switch from a tip to a warning

This updates the help text to a warning.

Signed-off-by: Venil Noronha <veniln@vmware.com>
2019-03-08 19:30:31 -08:00
Mariam John 77eb642baf Using the term canary rollouts consistency (#3598) 2019-03-08 19:27:03 -08:00
Frank Budinsky 9761fd3204 Update egress task (#3595) 2019-03-08 16:25:19 -08:00
Jianfei Hu 48f73b143b Update mesh expansion doc with birectional example. (#3274)
* First round of mesh expansion doc updates.

* Bash syntax works now, and remove the headline to be consistent.

* fix the spelling.

* SERVICE_NAMESPACE and cleanup.

* Use more SERVICE_NAMESPACE in the cmd.

* Another round of fixing the doc by following exactly what it says.

* add gcloud ssh

* VM instance ip as a step.

* address comments. ns explaining.

* comments fixing and echo to tee.

* update meshexpansion.enabled

* applied my zone, project in scp.

* add istio-sys ns crtn.

* Fix frank suggestion.

* gce instance ip

* Verfied manually: use helm template for CRD.

* Verfied manually: use helm template for CRD.

* for example comma.

* Add tips to disclaim GCE.

* Update content/docs/setup/kubernetes/mesh-expansion/index.md

Co-Authored-By: incfly <jianfeih@google.com>

* Update content/docs/setup/kubernetes/mesh-expansion/index.md

Co-Authored-By: incfly <jianfeih@google.com>

* address taos comments.

* fix the link for cert life config.

* Change to require helm in prerequisite.

* fix lint

* congrats section and cleanup vm model section.

* Apply 23 suggestions to code review from github.

Co-Authored-By: incfly <jianfeih@google.com>

* remove tip section.

* fix trailing spaces lint.

* fix lint.

* remove duplicate sentence.

* remove duplicate the the.
2019-03-08 14:17:33 -08:00
Lin Sun 78775a6201 update enable cni install instruction (#3594)
* update instruction

to apply the yaml and match what we used in other install doc

* additional update
2019-03-08 13:39:36 -08:00
Mariam John 34a2b7a2b9 Regenerate install options page for release-1.1 (#3592) 2019-03-08 16:15:23 -05:00
Ram Vennam a34d4fb88c Update kubectl get pods, svc output (#3585)
* Update kubectl get pods, svc output

* output from latest build
2019-03-08 16:08:51 -05:00
Phil Rud 0a3fff2b77 Reflect removal of legacy ingress component in 1.1 (#3588) 2019-03-08 12:53:33 -08:00
Andra Cismaru 81567df124 Simplify the bookinfo instructions for auto injection (#3393)
* Simplify the bookinfo instructions

* Address code review comments

* Update content/docs/examples/bookinfo/index.md

Co-Authored-By: andraxylia <andraxylia@users.noreply.github.com>

* Fix broken links

* Update content/docs/examples/bookinfo/index.md

Co-Authored-By: andraxylia <andraxylia@users.noreply.github.com>

* Update content/docs/examples/bookinfo/index.md

Co-Authored-By: andraxylia <andraxylia@users.noreply.github.com>

* Address code review comments

* Remove trailing whitespaces
2019-03-08 15:06:45 -05:00
Lin Sun 3b0cd328ee forgot the other helm path (#3584)
for #3582
2019-03-08 11:22:34 -08:00
John Howard bcf66cf71b Update dead link (#3578) 2019-03-08 11:15:56 -08:00
Lin Sun be5d5f4609 update value files dir (#3582)
so that users don't need to download istio archive.

confirmed these files exist for me:

```
~/istio-fetch/istio  13:55:51
$ ls
Chart.yaml                    templates                     values-istio-remote.yaml
README.md                     values-istio-demo-auth.yaml   values-istio-sds-auth.yaml
charts                        values-istio-demo-common.yaml values.yaml
example-values                values-istio-demo.yaml
requirements.yaml             values-istio-minimal.yaml
```
2019-03-08 11:13:34 -08:00
Rigs Caballero ee1b180bf7 Implement consistent term for installation related flows (#3577)
* Implement consitent term for installation related flows

Replaced "paths", "instructions", and other similar terms
with the term "flow" to ensure readers from different
Geos are not confused by multiple meanings or idiomatic use.

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

* Implement consistent term for installation related flows

Replaced "paths", "instructions", and other similar terms
with the term "flow" to ensure readers from different
Geos are not confused by multiple meanings or idiomatic use.

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

* Fix typos and lint issue.

Signed-off-by: Rigs Caballero <grca@google.com>
2019-03-08 11:02:33 -08:00
Phil Rud 50fecb615f Add 'Securing Kubernetes Ingress with Cert-Manager' example (#3498) 2019-03-08 11:01:33 -08:00
Tim Swanson bfbc8a5c65 Fix the Istio CNI doc per the rel-1.1 helm chart decoupling changes (#3537)
* Fix the Istio CNI doc per the rel-1.1 helm chart decoupling changes

* Fix review comments

* Apply suggestions from code review

Co-Authored-By: tiswanso <tiswanso@cisco.com>

* Rebase and fix lint errors
2019-03-08 11:01:40 -05:00
Ajanthan b1a875d368 #3566 : Fixing typo (#3567) 2019-03-08 05:57:47 -08:00
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