Commit Graph

137 Commits

Author SHA1 Message Date
Vadim Eisenberg 201cbd5928 Add secure ingress task (#1590) 2018-06-28 06:50:03 -07:00
Georgios Andrianakis 6ee96ca22c Update documentation with latest Ansible changes (#1619) 2018-06-28 06:07:09 -07:00
Vadim Eisenberg dffaed58c1 make MacOS lower case, macOS(c) it is a trademark of Apple (#1618)
https://www.apple.com/legal/intellectual-property/trademark/appletmlist.html
2018-06-28 06:04:39 -07:00
Kuat 5bdf5acdf6 attributes: update desitnation name and namespace definitions (#1613) 2018-06-28 06:00:30 -07:00
Jimmy Song 86c3c0f49a update URLs which have been moved to other places (#1607) 2018-06-28 05:59:08 -07:00
Tiago M. Vieira 079f73c371 fix the kubectl logs command usage. (#1611)
Accordingly with the kubectl help documentation for the logs
command, the container name is a flag and not an argument:

`
Usage:
  kubectl logs [-f] [-p] (POD | TYPE/NAME) [-c CONTAINER] [options]
`

The use of an argument instead of a flag is to keep compatible
with legacy systems, but it is not recommended as it can be removed
at any time.
2018-06-27 19:08:31 -04:00
mtail e3c1f36859 Guides -> Examples
As agreed, in prep for the 1.0 launch.
2018-06-27 16:03:53 -07:00
Frank Budinsky 527ae646fc Remove http: from command (#1609) 2018-06-27 11:31:09 -07:00
Frank Budinsky 051dd01f32 Mention kube service restrictions for routing (#1608) 2018-06-27 10:40:46 -07:00
Steven Dake 4bf79f2686 Use correct syntax with NodePort configuration (#1604)
The appended line for NodePort configuration was incorrectly
documented.
2018-06-27 08:52:11 -07:00
mtail 5cd535e05a Final round of file renames. 2018-06-27 07:21:21 -07:00
mtail 16b5cab3d7 Third round of file renames.
Only thing left are the reference files.
2018-06-27 06:32:20 -07:00
mtail 77da9cccea Next batch of file refactorings. 2018-06-27 00:19:09 -07:00
mtail 5296742475 First pass at refactoring file locations.
This also reenables html proofing, which I accidentally left
off in an earlier commit.
2018-06-26 23:29:47 -07:00
Steven Dake 31d3309830 Fix minikube Documentation (#1588)
* Minikube 0.28.0 (latest) has deprecated localkube

Fixes: https://github.com/istio/istio/issues/6463

Instead use kubeadm (the default).  Also explain how to select
the chosen VM driver.  Finally expand the memory from 2gb to 4gb
so that bookinfo can start without an OOM.

* Add note about using a system without LoadBalancer

Some platforms such as minikube do not support LoadBalancers.  For
these platforms, document how to install Istio with NodePort rather
than LoadBalancer.
2018-06-26 06:17:10 -07:00
Shriram Rajagopalan 9cc2d38eb7 fix cluster names in circuit breaker docs (#1587)
cc @frankbu
2018-06-26 06:13:29 -07:00
Tao Li 1057bd6387 Add health check task (#1571)
* Add health check task

* Fix format

* Address comments

* Fix spell

* Fix lint

* Fix lint

* Fix lint
2018-06-25 16:48:28 -07:00
Guang Ya Liu 4203f1b102 Use route rules in istio file directly. (#1581)
We have created the files in istio already at
https://github.com/istio/istio/pull/6102 , so there is no need
to create the file again.
2018-06-25 11:15:27 -07:00
Frank Budinsky 792648db6a Ingress task clarifications (#1569) 2018-06-22 09:21:33 -07:00
Guang Ya Liu 8a7b93f0fb Added more ep for istio remote chart. (#1549)
* Added more ep for istio remote chart.

* Removed INGRESS_POD_IP.
2018-06-21 10:04:48 -07:00
Bruno 5b48681713 Update quick-start-gke-dm.md (#1562) 2018-06-20 06:37:44 -07:00
Yossi Mesika 31a56c2be2 A section to demonstrate installing just a minimal set (#1512) 2018-06-20 06:33:15 -07:00
Jason Young e0d5cee035 update galley references docs to istio.io (#1556) 2018-06-20 06:24:57 -07:00
Jason Young 5a25251d28 make reference generation work with golang vendor directory (#1557) 2018-06-19 16:50:54 -07:00
Frank Budinsky 35a6b8ba5e fix format (#1558) 2018-06-19 11:36:38 -07:00
Cesar Botti 2dc1327437 Fix issue #6399 (#1553) 2018-06-19 09:37:33 -07:00
imgbot[bot] 84f48ef4c7 [ImgBot] optimizes images (#1535)
*Total -- 180.07kb -> 141.46kb (21.44%)

/content/blog/2018/img/istio-analytics-using-stackdriver.png -- 8.38kb -> 5.51kb (34.27%)
/content_zh/docs/setup/kubernetes/img/dm_kubernetes_workloads.png -- 85.84kb -> 67.97kb (20.81%)
/content/docs/setup/kubernetes/img/dm_kubernetes_workloads.png -- 85.84kb -> 67.97kb (20.81%)
2018-06-19 07:00:49 -07:00
Vadim Eisenberg 5cbb89414e Remove egress tcp task (#1548)
* remove egress TCP task

the example can be implemented by HTTPS Service Entries

* remove a reference to Egress TCP Task in Egress TCP blog

* replace a reference to the Egress TCP task by the Egress TCP blog post

in About -> Feature Status -> Istio features/Traffic management

* add an alias from the removed task to Egress/TCP blog post
2018-06-19 06:58:17 -07:00
Miguel Angel Medina Mondragon b1a1e239e5 improved HTTPRoute-timeout doc (#1546) 2018-06-18 19:31:55 -07:00
Jason Young 4c890d5438 Update sidecar injector docs (#1544) 2018-06-18 15:30:47 -07:00
Kuat 8511296564 Document updated attributes (#1539)
* updated attributes

Signed-off-by: Kuat Yessenov <kuat@google.com>

* over zealous linter

Signed-off-by: Kuat Yessenov <kuat@google.com>

* add a note about source name

Signed-off-by: Kuat Yessenov <kuat@google.com>

* typos

Signed-off-by: Kuat Yessenov <kuat@google.com>

* mention that original names will be gone

Signed-off-by: Kuat Yessenov <kuat@google.com>
2018-06-18 12:26:55 -07:00
Guang Ya Liu fd812e6a59 Remove the limitation of accessing service mesh via browser. (#1530)
* Remove the limitation of accessing service mesh via browser.

* Do not need to mention lb when accessing via browser.
2018-06-18 13:18:34 -04:00
danielmenezesbr 7b77c5f135 Link to bookinfo.sidecars.yaml is broken (#1531)
ie: https://raw.githubusercontent.com/istio/istio/release-0.8/samples/bookinfo/consul/bookinfo.sidecars.yaml
or
https://raw.githubusercontent.com/istio/istio/release-0.8/samples/bookinfo/eureka/bookinfo.sidecars.yaml
2018-06-18 09:40:52 -07:00
Vincent 79c47dfcf0 Fixed default values, from [values.yaml in 0.8.0](https://github.com/istio/istio/blob/0.8.0/install/kubernetes/helm/istio/values.yaml) (#1490) 2018-06-15 23:57:34 -04:00
Guang Ya Liu 425eed2439 Add option when auto injection is enabled. (#1521) 2018-06-15 06:31:51 -07:00
Morven Cao 738bed1889 fix format issue for access control doc. (#1520) 2018-06-15 06:30:02 -07:00
Tim Swanson d7ba1518fe Update remote cluster RBAC instructions for kubernetes multicluster setup (#1484)
* Update remote cluster RBAC instructions for kubernetes multicluster setup

Added detailed instructions for creating a service-account with RBAC
role for each remote cluster with the minimum access required for
the istio control plane.

Fixes #1477
2018-06-15 06:21:37 -07:00
Frank Budinsky c950da0411 Clarify bookinfo instructions (#1517) 2018-06-14 13:57:43 -07:00
Thijs Feryn d878a69be4 Potential typo in rules-configuration.yml (#1514)
The "Gateways" section starts with: "A Gateway configure ...". 
Shouldn't that be: "A Gateway configures ..."?
2018-06-14 12:37:25 -07:00
Yossi Mesika 461c318830 Removed link annotations (#1513) 2018-06-14 06:39:18 -07:00
Kent Hua 7874083f2b Update for installations with mTLS auth enabled (#1503)
* Update for installations with mTLS auth enabled

The docs do not provide reference to installations with mTLS auth enabled.  If mTLS auth is enabled and the user goes through the instructions, they will encounter `upstream connect error or disconnect/reset before headers` when the DestinationRule is applied.

istio/issues#375 (comment) helped lead to the resolution.
2018-06-14 06:27:39 -07:00
mtail 9a2e0a3276 Merge branch 'release-0.8' 2018-06-13 15:17:30 -07:00
Henrik Carlioth 17e2d40a84 Update to ingress name (#1504)
Making the command work again to query for the IP.
2018-06-13 08:09:22 -07:00
Vadim Eisenberg 257cfdd280 add egress-tls-origination task (#1492)
* add egress-tls-origination task

* add cnn.com, edition.cnn.com an "programmatically" to .spelling

* lint fixes

* remove a page alias

* add What's next section

* HTTP2 -> HTTP in port definition

* put the output of commands as part of the "command" block

* rewrote the cleaning after HTTP ServiceEntry without TLS origination

* clarify the configuration items for TLS origination

* when talking to edition.cnn.com -> when accessing edition.cnn.com

* wild card -> wildcard

* an Service Entry -> a Service Entry

* use curl -s -o /dev/null -D - instead of curl -I

* Perform TLS Origination for Egress Traffic -> TLS Origination for Egress Traffic
2018-06-13 10:06:48 -04:00
mtail 80543ef7f4 Update reference docs. 2018-06-13 07:03:54 -07:00
mtail 75b550307c Update reference docs. 2018-06-12 11:34:01 -07:00
gargnupur 8210d2e4fc Add documentation for default metrics exported by Istio (#1485)
* Create metrics.md

* Update .spelling

* Update metrics.md

* Update metrics.md

* Update metrics.md

* Update metrics.md
2018-06-12 09:53:59 -07:00
mtail f51c592a5a Update reference docs. 2018-06-12 07:04:21 -07:00
mtail 5bfc6bafea Update reference docs 2018-06-11 22:29:34 -07:00
Martin Taillefer 9f3e980147
Add support for an auto-generated See Also section on every page. (#1364)
- We now automatically generate a See Also section on pages when possible.
The links are determined by a reverse index based on the keywords
assigned to each page in its front-matter.

- Do a pass to assign keywords to all our pages to populate the See Also
links.

- Leverage the keywords in the front-matter to generate a keyword metadata entry for each
generated page.
2018-06-11 15:07:32 -07:00