Commit Graph

7029 Commits

Author SHA1 Message Date
Martin Taillefer 378e1334b0
Revert "503 and Gateway troubleshooting" (#1691)
* Revert "Add download & print buttons to all PRE blocks. (#1680)"

This reverts commit 512fdb5b61.

* Revert "Remove link annotations from command paths (#1690)"

This reverts commit 26113b3b5b.

* Revert "503 and Gateway troubleshooting (#1642)"

This reverts commit 3314115d65.
2018-07-06 05:44:50 -07:00
Martin Taillefer 512fdb5b61
Add download & print buttons to all PRE blocks. (#1680)
Also, replaced the text in the Copy button with an icon instead.
2018-07-06 05:30:35 -07:00
Yossi Mesika 26113b3b5b Remove link annotations from command paths (#1690) 2018-07-06 05:18:17 -07:00
Frank Budinsky 3314115d65 503 and Gateway troubleshooting (#1642)
* 503 and Gateway troubleshooting

* delete blank line

* fix numbered list

* tweaks

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2018-07-05 15:02:59 -04:00
Martin Taillefer 3c1ef90cc7 Move the community page into the About section. (#1683) 2018-07-05 14:12:24 -04:00
LillyWu 1e8427099a make istio installation yaml file consistent (#1675) 2018-07-05 14:09:03 -04:00
danielmenezesbr ac84b9eb1d fix broken link (#1662) 2018-07-05 14:05:36 -04:00
Arshdeep Singh Chimni c0c4bec6f8 edit reviews virtualservice yaml output (#1661) 2018-07-05 14:04:18 -04:00
mtail 6a33b0052b Update reference docs. 2018-07-05 06:46:46 -07:00
mtail 93a6627952 Fix typos. 2018-07-04 05:51:53 -07:00
Martin Taillefer 07ed229051
Simplify linking to GitHub content. (#1669)
- Add <github_file> <github_blob> and <github_tree> to make it simpler to link to the right
place on GitHub.

- Use these new sequences throughout the docs.

- Also, fix bad HTML generated for the TOC in certain cirsumstances.

- Fix extra blank line inserted at the bottom of indented code blocks.
2018-07-04 04:16:49 -07:00
Lee Calcote 92b5176d7d Adding Alpha status SolarWinds adapter (#1617) 2018-07-03 05:01:18 -07:00
Martin Taillefer 1d355094cf Simplify the Concepts section. (#1649) 2018-07-02 06:32:04 -07:00
craigbox d9982024e7 remove something only relating to 0.5 from the 1.0 docs (#1647) 2018-06-30 21:44:49 -07:00
Martin Taillefer 40bcdc272c
Simplify contribution instructions. (#1645) 2018-06-30 21:43:58 -07:00
mtail 0f8724351f Content fixes.
- Remove What's next sections since we now have auto-generated See also sections

- Fix a few incorrectly capitalized headers, "istio", "kubernetes", "sidecar"
2018-06-30 21:42:52 -07:00
Martin Taillefer 0541000be8
Switch from ``` to {{< text >}} to indicate text blocks. (#1644)
This fixes a number of cases of incorrect formatting of code blocks
throughout the site.
2018-06-30 07:11:21 -07:00
Martin Taillefer c5ca64e5f2
Improve how we render section index pages. (#1643)
Instead of using a boring flat list of pages, we now render
modern-looking cards for each subsection.
2018-06-29 20:53:00 -07:00
mtail 843bef8ddb Update reference docs. 2018-06-29 17:42:41 -07:00
Limin Wang 4a114797f9 Update authn policy tasks with global policy. (#1639)
* Update authn policy tasks with global policy.

This is cloned from Diem's PR
https://github.com/istio/istio.github.io/pull/1600.

* Add section to use mesh-wide policy to enable mTLS globally.
* Update examples to follow naming restriction.

* Fix linter errors.

* Additional lint fix.
2018-06-29 16:12:29 -07:00
gargnupur 89424cf3e8 Add step to set up GOOGLE_APPLICATION_CREDENTIALS (#1510) 2018-06-29 11:17:58 -07:00
mtail 12dbc0202d Fix some bad formatting. 2018-06-29 08:06:59 -07:00
Martin Taillefer d818d4713b
A few rendering fixes. (#1626)
- Workaround the fact some of the styles for code blocks were being overriden by
Bootstrap.

- Align table indent and code indent so things look nicer.

- Fix missing "sidebar button" when on mobile in the help and about sections. I forgot to set a
variable to trigger the thing to be present in those cases.

- Improve footer layout for mobile.

- Get a nicer looking light bulb icon.
2018-06-29 06:52:07 -07:00
Kuat 221f373a6c attributes: replace reporter local with reporter type (#1627) 2018-06-29 06:38:14 -07:00
Vincent 0c7d2a8db7 fixed: url to mysql shell (#1630) 2018-06-29 06:21:51 -07:00
mtail b7521b85c2 Fix a new broken link.
Also fix the ordering of the latest blog so it shows up on top.
2018-06-29 06:15:33 -07:00
Vadim Eisenberg 580c9e0dec Finalize secure gateways task (#1625)
* change title to Securing Gateways with HTTPS

* rephrase the reference to the ingress task
2018-06-28 09:31:28 -07:00
Vadim Eisenberg 201cbd5928 Add secure ingress task (#1590) 2018-06-28 06:50:03 -07:00
Martin Taillefer 5a1b090fbc
Improve handling for code blocks (#1580)
- Add the {{< text >}} shortcode as a way to declare code blocks. This shortcode
is intended to hide the subtleties around code blocks. More specifically, it
provides a transparent workaround for the Hugo bug around converting indented
code blocks with lines starting with dashes. It also deals with the special
formatting case we have around command-lines that start with `cat <<EOF`.

- Rename the {{< file_content >}} shortcode to {{< text_file >}} and the
{{< fetch_content >}} shortcode to {{< text_dynamic >}} for consistency in naming.
2018-06-28 06:29:27 -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
mtail b0ad14977f Add the framework for an operations guide.
Mark the troubleshooting guide as a draft to hide it. We'll delete it once
its contents have been scavanged.
2018-06-27 16:39:07 -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
mtail 4359e340c6 Speed up loading of community page by inlining images 2018-06-26 07:27:03 -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
mtail 16d1bb6db8 Added two aliases for old pages... 2018-06-25 20:55:34 -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
Miguel Angel Medina Mondragon 16e551021b configuration for prometheus has changed (#1572) 2018-06-22 06:12:26 -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
Martin Taillefer 8c0cb431ce
Add support for snippets and file content insertion. (#1567)
- You can now use {{< file_content >}} to pull in files from the doc repo
into generated documentation. If you include the `snippet` attribute, you can
pull in only pieces of the file instead. This makes it possible to annotate
scripts and yaml files and extract those annotated bits and pieces into the
docs. This should let us have fully tested examples which are then incorporated
into the docs

- The previous {{< file_content >}} feature that lets you dynamically pull
content from a URL has been renamed to {{< fetch_content >}} instead.
2018-06-21 09:56:22 -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
Martin Taillefer 5e059b6f16
Add gotchas to the doc authoring notes. (#1541) 2018-06-19 06:47:23 -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
mtail 0e9a353949 Add sdake as English content approver 2018-06-18 11:13:07 -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
Tomáš Kukrál 14b851f853 fix command to get INGRESS_POD_NAME (#1524)
Pod name is `istio-ingressgateway-...` so grep command should be
adjusted to match anything. Printing variable to provide way to check if
anything was matched.
2018-06-15 17:37:37 -07:00
mtail 9720690df7 Couple errors leading to incorrect site gen. 2018-06-15 08:40:29 -07: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
Tao Li e225c40909 Update security faq (#1508)
* Update security doc

* Fix comment

* Fix comment
2018-06-14 12:42:00 -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
mtail cfec7b5605 Redirect users to update bug entry page. 2018-06-14 08:22:58 -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 94ff6c9c44 Several translation-related improvements.
- Move common stuff for the landing page and search page from the content to the
layout such that the stuff only exists once instead of being cut & pasted into
each translation.

- Fixed the Chinese search page so it works and displays correctly.

- Correctly set the "lang" attribute on the <html> element to
reflect the correct language instead of being hardcoded to "en".
2018-06-13 22:02:37 -07:00
mtail 9a2e0a3276 Merge branch 'release-0.8' 2018-06-13 15:17:30 -07:00
gargnupur 8bf3a38617 Add documentation about exporting logs from stackdriver to different sinks like bigquery (#1386) 2018-06-13 11:11:43 -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
mtail 7cc88d6306 Localize the header & footer. 2018-06-11 08:31:34 -07:00
mtail fb4fa9f307 Get some basic stuff setup to enable translation without crashing Hugo... 2018-06-09 21:07:08 -07:00
mtail 8d4e1b9190 Merge branch 'release-0.8' 2018-06-09 06:29:37 -07:00
Zack Butcher c800f20d3a Remove source.principal attribute since it did not make the 0.8 cut; we should add back when the PR adding it to the manifest, https://github.com/istio/istio/pull/5540, is added to a 0.8.x release. (#1487)
(cherry picked from commit d153cba)
2018-06-09 06:25:52 -07:00
Vadim Eisenberg 04495c556d plain -> command for helm template commands (#1489) 2018-06-09 06:12:38 -07:00
Zack Butcher d153cba60a Remove source.principal attribute since it did not make the 0.8 cut; we should add back when the PR adding it to the manifest, https://github.com/istio/istio/pull/5540, is added to a 0.8.x release. (#1487) 2018-06-08 15:53:23 -07:00
Guang Ya Liu c8d9d9bd95 Remove global.mtls.mtlsExcludedServices. (#1478) 2018-06-08 09:07:37 -07:00
Guang Ya Liu df72c5caad Use virtualservices for basic access control. (#1475) 2018-06-08 09:06:13 -07:00
Guang Ya Liu aab47ae9af Correct some errors in mutual tls over https. (#1479) 2018-06-08 09:05:41 -07:00
Guang Ya Liu e5b4b568e6 Using virutalservice for rate limit. (#1480) 2018-06-08 09:04:59 -07:00
Frank Budinsky 3e887a155e Fix TOC indent (#1483) 2018-06-08 08:02:00 -07:00
jasmine-jaksic 19caf6ef57 Updated features list based on 0.8 release (#1462)
(cherry picked from commit bf6ebdf)
2018-06-08 07:16:00 -07:00
salrashid123 98bd4c9ef1 Update route rules for mtls (#1459)
* update route rules for mtls

* minor rework

(cherry picked from commit d946409)
2018-06-08 07:15:56 -07:00
Guang Ya Liu 51e3d4a57f Add sidecar auto injection for circuit break example. (#1469) 2018-06-07 15:38:36 -07:00
Guang Ya Liu 329e6acff6 Added cleanup for mtls. (#1473) 2018-06-07 15:37:03 -07:00
jasmine-jaksic bf6ebdffde Updated features list based on 0.8 release (#1462) 2018-06-07 14:33:33 -07:00
Guang Ya Liu 4d4b297542 Use route rules from samples/bookinfo/routing. (#1476) 2018-06-07 10:01:48 -07:00
Guang Ya Liu 352273d238 Updated maxConnections to 1. (#1471) 2018-06-07 08:39:38 -07:00
Guang Ya Liu 494a485e7b use html encoding for the forward slash. (#1474) 2018-06-07 08:04:08 -07:00
salrashid123 d9464099f2 Update route rules for mtls (#1459)
* update route rules for mtls

* minor rework
2018-06-07 05:47:58 -07:00
Christian Alexander 541ddf090f docs: Fix typo in Kubernetes quick start (fo -> for) (#1464)
(cherry picked from commit cff482a)
2018-06-07 05:33:36 -07:00
Guang Ya Liu c4022b9dc7 Basic auth clean. (#1472) 2018-06-07 05:30:56 -07:00
Guang Ya Liu 31ab3dece9 Format the output of curl to json. (#1468) 2018-06-07 05:28:49 -07:00
Christian Alexander cff482a421 docs: Fix typo in Kubernetes quick start (fo -> for) (#1464) 2018-06-07 05:26:17 -07:00
Laurent Demailly 05cc317b2d update ratio for new content (#1463) 2018-06-07 05:25:22 -07:00
mtail 4acefe8725 Merge branch 'release-0.8' 2018-06-06 16:28:12 -07:00
mtail 22bb982ebc Add some missing links that got missed during a merge. 2018-06-06 16:26:51 -07:00
mtail 6637b0b4cf Mark Helm install as being in Beta. 2018-06-06 16:18:47 -07:00
Oliver Liu 921eadfea1 Fix V0.8 security tasks. (#1400) 2018-06-06 16:15:42 -07:00
Yossi Mesika bdd0fa5262 Updated OpenShift section to match the new list of service accounts (#1453) 2018-06-06 16:12:04 -07:00
Tao Li c7ac01761e Remove the deprecated --debug in istioctl (#1457)
(cherry picked from commit ff690be)
2018-06-06 11:58:28 -07:00
Tao Li ff690be037 Remove the deprecated --debug in istioctl (#1457) 2018-06-06 11:54:08 -07:00
Martin Taillefer 6962982274 Introduce better linking support to github.com/istio/istio (#1443)
- Within a code block, you can now surround a relative file path with @@. This will
cause the path to be rendered as a link to raw.githubusercontent.com/istio/istio/<path>.
This lets the user click on the link to see the content of the file, which is mighty
handy.

- Updated all code blocks to take advantage of the above.

- Introduce support for {{< branch_name >}} which returns the source code branch
name associated with the current doc site.

- Use {{< branch_name >}} in all our references to content in istio/istio on GitHub. This thus
pins our references to the correct version of the content in GitHub. This prevents errors from
gradually appearing in our doc set as content in GitHub starts to diverge from the expectation
in the site content.

(cherry picked from commit 1dcd301)
2018-06-06 08:38:23 -07:00
Frank Budinsky 6827d5053a Add route rule troubleshooting entry (#1456) 2018-06-06 08:31:09 -07:00
Martin Taillefer 1dcd301bd6
Introduce better linking support to github.com/istio/istio (#1443)
- Within a code block, you can now surround a relative file path with @@. This will
cause the path to be rendered as a link to raw.githubusercontent.com/istio/istio/<path>.
This lets the user click on the link to see the content of the file, which is mighty
handy.

- Updated all code blocks to take advantage of the above.

- Introduce support for {{< branch_name >}} which returns the source code branch
name associated with the current doc site.

- Use {{< branch_name >}} in all our references to content in istio/istio on GitHub. This thus
pins our references to the correct version of the content in GitHub. This prevents errors from
gradually appearing in our doc set as content in GitHub starts to diverge from the expectation
in the site content.
2018-06-06 08:21:18 -07:00
Vadim Eisenberg 1249004d05 Add setting host in requests to ingress and explanation about the browser access (#1454) 2018-06-06 06:51:56 -07:00
mtail f291bf42a5 Add a few missing redirects, as reported by the google search console. 2018-06-06 06:40:05 -07:00
Julien Senon 61961474fb Update svc and pod after installation on k8s (#1392)
(cherry picked from commit c9acc28)
2018-06-06 06:08:45 -07:00
Julien Senon c9acc28a31 Update svc and pod after installation on k8s (#1392) 2018-06-06 05:54:39 -07:00
salrashid123 70070f55c8 Update GCP DM docs for istio08 release (#1437) 2018-06-06 05:27:09 -07:00
Morven Cao 91dad0b4a6 add doc for manually deleting job resource before redeploying istio chart with helm less than 2.9.0 (#1442) 2018-06-06 05:26:19 -07:00
Louis Ryan b17cc49431 Update 0.8.md (#1441) 2018-06-06 05:25:42 -07:00
Vadim Eisenberg bfb88620a7 Use global.proxy.includeIPRanges instead of --includeIPRanges (#1450) 2018-06-06 05:03:27 -07:00
mtail b3441de928 Merge branch 'release-0.8' 2018-06-05 22:14:31 -07:00
Guihua Zhu 4ca6239d85 fix admissionregistration API version (#1444)
There is no admissionregistration.k8s.io/v2beta2 API, so fix it.

Signed-off-by: Guihua Zhu <z.zhuguihua@gmail.com>
Signed-off-by: Guihua Zhu <zhuguihua@cmss.chinamobile.com>

(cherry picked from commit d05c7aa)
2018-06-05 22:13:47 -07:00
Hong Zhiguo b346a6e3cf fix wrong key of DestnationRule from name to host (#1445)
(cherry picked from commit ca65403)
2018-06-05 22:13:44 -07:00
Frank Budinsky b42bfc3405 Doc corrections and improvements (#1449) 2018-06-05 08:04:14 -07:00
Vadim Eisenberg e636f41898 use HTTPS egress instead of HTTP + TLS origination (#1421)
is possible due to the SNI routing feature
2018-06-05 09:47:22 -04:00
Guihua Zhu d05c7aa3b4 fix admissionregistration API version (#1444)
There is no admissionregistration.k8s.io/v2beta2 API, so fix it.

Signed-off-by: Guihua Zhu <z.zhuguihua@gmail.com>
Signed-off-by: Guihua Zhu <zhuguihua@cmss.chinamobile.com>
2018-06-05 09:35:35 -04:00
Hong Zhiguo ca65403732 fix wrong key of DestnationRule from name to host (#1445) 2018-06-05 09:34:56 -04:00
mtail a3838549dd Merge branch 'release-0.8' 2018-06-04 13:05:11 -07:00
Martin Taillefer 39f7b55c4f
Correct package naming. (#1439) 2018-06-04 10:43:16 -07:00
mtail ef91e62aa6 Merge branch 'release-0.8' 2018-06-04 07:03:23 -07:00
Guang Ya Liu 4bc0543872 Some cleanup for mesh expansion. (#1356)
* Some cleanup for mesh expansion.

1) Added an example ILB
2) Port 27017 is not needed.

* Fix typo.

* Address linsun's comments.

* Ignore Keepalived spell check.

(cherry picked from commit 054306e)
2018-06-04 07:02:29 -07:00
Guang Ya Liu 054306e83a Some cleanup for mesh expansion. (#1356)
* Some cleanup for mesh expansion.

1) Added an example ILB
2) Port 27017 is not needed.

* Fix typo.

* Address linsun's comments.

* Ignore Keepalived spell check.
2018-06-04 09:45:44 -04:00
imgbot[bot] 08f23d341e [ImgBot] optimizes images (#1436)
*Total -- 303.96kb -> 236.67kb (22.14%)

/content/docs/tasks/telemetry/img/istio-tracing-list.png -- 98.57kb -> 75.39kb (23.52%)
/content/docs/setup/kubernetes/img/dm-tracing.png -- 98.57kb -> 75.39kb (23.52%)
/content/docs/tasks/telemetry/img/istio-tracing-details.png -- 106.81kb -> 85.89kb (19.58%)

(cherry picked from commit 3b6f633)
2018-06-04 06:35:48 -07:00
Guang Ya Liu a08c762853 Adjust format for request-timeouts.md. (#1430)
(cherry picked from commit 11ee053)
2018-06-04 06:35:38 -07:00
Gary Brown 2f15fc4e59 Update distributed tracing doc to reflect changes in 0.8.0 (#1415)
* Update distributed tracing doc to reflect changes in 0.8.0

* Updated images and reference from GKE setup page

(cherry picked from commit b989221)
2018-06-04 06:35:28 -07:00
Guang Ya Liu 09e999a7b9 IBM Container Service Should be IBM Kubernetes Service. (#1434)
(cherry picked from commit 3cf6f48)
2018-06-04 06:34:59 -07:00
Lin Sun 51c88b1c64 annotation in metadata not directly in template (#1426)
(cherry picked from commit 85a1c8b)
2018-06-04 06:34:54 -07:00
Lin Sun 214d3d82ce adding a quick url to show user how to obtain GATEWAY_URL (#1425)
* adding a quick url to show user obtain GATEWAY_URL

* typo

(cherry picked from commit 6a1466d)
2018-06-04 06:34:45 -07:00
Vadim Eisenberg eafd7c173b Capitalize NodePort and make a link to Kubernetes documentation (#1429) 2018-06-04 06:29:58 -07:00
Vadim Eisenberg 44e56b02ec unite all the ingress cleanup steps in one step (#1423)
to enable cleanup by one copy&paste
use kubectl delete --ignore-not-found=true flag, so if a secret was not
defined, no error will be printed
2018-06-04 06:28:02 -07:00
Morven Cao 2064c95f4f update httpbin deployment steps. (#1435) 2018-06-04 06:26:54 -07:00
Vadim Eisenberg 62768a0c14 put links to the previous docs (0.7) in the 0.8 documents (#1431)
instead of 0.6

```bash
sed -e 's/https:\/\/archive.istio.io\/v0.6\/docs\/tasks\//https:\/\/archive.istio.io\/v0.7\/docs\/tasks\/traffic-management\//g' *.md
```
2018-06-04 06:11:13 -07:00
imgbot[bot] 3b6f633c1f [ImgBot] optimizes images (#1436)
*Total -- 303.96kb -> 236.67kb (22.14%)

/content/docs/tasks/telemetry/img/istio-tracing-list.png -- 98.57kb -> 75.39kb (23.52%)
/content/docs/setup/kubernetes/img/dm-tracing.png -- 98.57kb -> 75.39kb (23.52%)
/content/docs/tasks/telemetry/img/istio-tracing-details.png -- 106.81kb -> 85.89kb (19.58%)
2018-06-04 06:10:37 -07:00
Guang Ya Liu 11ee05305d Adjust format for request-timeouts.md. (#1430) 2018-06-04 06:09:02 -07:00
Gary Brown b989221c61 Update distributed tracing doc to reflect changes in 0.8.0 (#1415)
* Update distributed tracing doc to reflect changes in 0.8.0

* Updated images and reference from GKE setup page
2018-06-04 09:05:36 -04:00
Guang Ya Liu 3cf6f485b4 IBM Container Service Should be IBM Kubernetes Service. (#1434) 2018-06-04 09:00:59 -04:00
Lin Sun 85a1c8b6aa annotation in metadata not directly in template (#1426) 2018-06-03 19:49:30 -07:00
Lin Sun 6a1466d940 adding a quick url to show user how to obtain GATEWAY_URL (#1425)
* adding a quick url to show user obtain GATEWAY_URL

* typo
2018-06-03 18:55:30 -07:00
Vadim Eisenberg 9bb835a575 use html encoding for the forward slash in CIDR blocks (#1422)
otherwise Hugo renders it as a fraction
2018-06-03 06:54:39 -07:00
Vadim Eisenberg f66074bdc7 {{site.data.istio.version}} -> {{< istio_version >}} (#1420) 2018-06-03 05:39:08 -07:00
Martin Taillefer 9b614f4853 Cleanup the style guide and fix random formatting errors. (#1417)
(cherry picked from commit de871cb)
2018-06-02 22:31:23 -07:00
Lin Sun d8ad3027bc add data plane update step (#1403)
* add data plane update step

* small typo

* fix spelling

* delete not needed space

* another typo

* more lint fix

* Do an editing pass.

(cherry picked from commit f712e61)
2018-06-02 22:31:10 -07:00
Martin Taillefer de871cbff8
Cleanup the style guide and fix random formatting errors. (#1417) 2018-06-02 22:29:14 -07:00
Lin Sun f712e61515
add data plane update step (#1403)
* add data plane update step

* small typo

* fix spelling

* delete not needed space

* another typo

* more lint fix

* Do an editing pass.
2018-06-02 21:55:25 -04:00
mtail fccf3688df Remove trailing space.
(cherry picked from commit e022dbc)
2018-06-02 07:58:40 -07:00
mtail d8619cb42f Fix bad formatting.
(cherry picked from commit 0c00b72)
2018-06-02 07:58:37 -07:00
mtail e022dbc3ae Remove trailing space. 2018-06-02 07:57:36 -07:00
mtail 0c00b72d75 Fix bad formatting. 2018-06-02 07:49:19 -07:00
Andra Cismaru c24e266103 Add SNI support in release notes for 0.8 (#1389)
(cherry picked from commit c245855)
2018-06-02 07:42:58 -07:00
Diem Vu 73aa10c6a0 Add migration guide for mtls annotation. (#1414)
(cherry picked from commit 4001bba)
2018-06-02 07:34:18 -07:00
Diem Vu 4001bbaa1d Add migration guide for mtls annotation. (#1414) 2018-06-02 07:31:39 -07:00
mtail d960b60aaf Fix some out of date front-matter.
(cherry picked from commit a74010e)
2018-06-01 11:01:19 -07:00
Mukundha Madhavan 4be3e6b2a2 helm install - write output to file (#1412)
updated the helm install command to write output to istio.yaml, see
https://github.com/istio/istio.github.io/issues/1409

(cherry picked from commit 773899b)
2018-06-01 11:01:07 -07:00
Mukundha Madhavan 50c1841218 update cluster version to 1.9.7-gke.1 (#1413)
see here - https://github.com/istio/istio.github.io/issues/1411

(cherry picked from commit 0b52a1f)
2018-06-01 11:00:59 -07:00
mtail a74010e01e Fix some out of date front-matter. 2018-06-01 10:58:38 -07:00
Mukundha Madhavan 773899b922 helm install - write output to file (#1412)
updated the helm install command to write output to istio.yaml, see
https://github.com/istio/istio.github.io/issues/1409
2018-06-01 13:43:39 -04:00
Mukundha Madhavan 0b52a1fa8c update cluster version to 1.9.7-gke.1 (#1413)
see here - https://github.com/istio/istio.github.io/issues/1411
2018-06-01 09:15:01 -07:00
olegchorny c4bc5c7314 #1324 fix: logs exposed by istio-telemetry and not by istio-mixer for now. (#1405)
(cherry picked from commit 5f9dc71)
2018-06-01 06:37:41 -07:00
olegchorny 5f9dc71b7e #1324 fix: logs exposed by istio-telemetry and not by istio-mixer for now. (#1405) 2018-06-01 06:34:35 -07:00
mtail 2df0afb955 Merge branch 'release-0.8' 2018-06-01 06:32:10 -07:00
Morven Cao b22194e0e9 fix doc issues for rule configuration. (#1407) 2018-06-01 06:19:19 -07:00
Martin Taillefer c389a3af38
Couple site fixes. (#1408)
- Get style switching working again.

- Don't show the Edit this Page option for the archived version of the site.
2018-06-01 06:16:21 -07:00
Morven Cao cdb478b103 fix diagram missing issue. (#1406) 2018-06-01 06:12:22 -07:00
Lin Sun afc911f9cd
update limitation of converter tool (#1401)
* update limitation of converter tool

* typo

* clarify a bit per Mandar's req

* good catch from Guang
2018-05-31 22:00:14 -04:00
Lin Sun 09d443a19d
need to use replace vs create (#1397)
to avoid failure as the app is already deployed
2018-05-31 19:26:50 -04:00
Andra Cismaru c245855c36 Add SNI support in release notes for 0.8 (#1389)
* Add SNI support in release notes for 0.8

* Add SNI support in release notes for 0.8

* Add SNI support in release notes for 0.8

* Removed TBD.

* envoy apis
2018-05-31 16:18:29 -07:00
Martin Taillefer 3ceb085fb6
Release 0.8 (#1398)
* Experiment with page bundles to fix image location issues.

(cherry picked from commit 6da31e2)

* Turn image URls into absolute references so they work consistently with page URLS with or without a trailing /

(cherry picked from commit da42e92)

* Add FAQ section regarding naming port convention (#1393)

(cherry picked from commit 1811057)

* Another experiment for image links.

(cherry picked from commit 61a4a6a)

* Fix the table format in expression-language.md (#1396)

Add `|` to make the table correct and use `\` to escape the `|` character inside the table. Not sure if this is the right way to fix but the preview page looks good.

(cherry picked from commit e45ae98)

* Really fix formatting of expression table.

(cherry picked from commit abb4b52)

* Add svc to the spelling table.

(cherry picked from commit 525c626)
2018-05-31 13:34:24 -07:00
Vadim Eisenberg a37fc3bf81 Add instructions for waiting for secure ingress (#1395)
(cherry picked from commit 14e212d)
2018-05-31 13:13:50 -07:00
mtail abb4b5249f Really fix formatting of expression table. 2018-05-31 12:55:15 -07:00
Yangmin e45ae989f9 Fix the table format in expression-language.md (#1396)
Add `|` to make the table correct and use `\` to escape the `|` character inside the table. Not sure if this is the right way to fix but the preview page looks good.
2018-05-31 12:33:01 -07:00
Vadim Eisenberg 14e212d527 Add instructions for waiting for secure ingress (#1395) 2018-05-31 10:38:03 -07:00
Julien Senon 1811057b0d Add FAQ section regarding naming port convention (#1393) 2018-05-31 10:36:44 -07:00
mtail da42e92238 Turn image URls into absolute references so they work consistently with page URLS with or without a trailing / 2018-05-31 10:32:50 -07:00
mtail 6da31e24ac Experiment with page bundles to fix image location issues. 2018-05-31 09:21:08 -07:00
mtail a7c0dee770 Add missing release notes to keep link checking happy. 2018-05-31 08:10:18 -07:00
Lin Sun 8f11cb84f1
merge #1387 to 0.8 branch (#1394)
* Switch master to 1.0 work

* format change only on quick start install section (#1387)

* format change only

* add space

* fix lint error

* ensure list is consistent with being disaplayed

* address Martin's comment

* hope to make lint happy

* another lint attempt

* fix lint error

* lint fix hope it works

* can't pass rule 36

https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md036---emphasis-used-instead-of-a-heading

change to use italic for emphasis.

* remove quickly and another attempt for lint

* remove istio-policy as a service

as it is not a service, only istio-telemtry is.

* add istio-policy

* remove emphasize on OR

to pass the rule 36 test

* merge 1387 for 0.8 branch

* undo this change

* undo change
2018-05-31 10:44:08 -04:00
mtail 76545ee3be Fix a few formatting problems with the rate limiting doc.
(cherry picked from commit f66eddc)
2018-05-31 07:42:35 -07:00
mtail f66eddc31b Fix a few formatting problems with the rate limiting doc. 2018-05-31 07:38:56 -07:00
mtail dcf7362976 Couple content fixes.
(cherry picked from commit b2daa8e)
2018-05-31 06:50:05 -07:00
mtail b2daa8e346 Couple content fixes. 2018-05-31 06:46:49 -07:00
Lin Sun 4589973300 format change only on quick start install section (#1387)
* format change only

* add space

* fix lint error

* ensure list is consistent with being disaplayed

* address Martin's comment

* hope to make lint happy

* another lint attempt

* fix lint error

* lint fix hope it works

* can't pass rule 36

https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md036---emphasis-used-instead-of-a-heading

change to use italic for emphasis.

* remove quickly and another attempt for lint

* remove istio-policy as a service

as it is not a service, only istio-telemtry is.

* add istio-policy

* remove emphasize on OR

to pass the rule 36 test
2018-05-31 06:33:30 -07:00
Costin Manolache 124996f481 Fixes to the upgrade and sidecar docs (#1376) 2018-05-31 04:06:00 -07:00
mtail bf5ac2104c Fix aliases. 2018-05-31 03:59:00 -07:00
mtail 3d5376d80b Delete an alias for an experiment. 2018-05-31 03:44:44 -07:00
Tyler Berry cccf5077b6 Update ratelimit docs (#1390)
* update ratelimit docs to include QuotaSpec and QuotaSpecBinding

* fix rebase issues

* add inline yaml and fix destination wording

* fix missing '

* Update syntax for Hugo

* Fix spacing and punctuation

* Fix spelling
2018-05-30 14:30:38 -07:00
mtail 1467145811 Restore this file that got corrupted somehow... 2018-05-30 11:50:03 -07:00
Martin Taillefer 80d948d44c
Update reference docs. (#1385) 2018-05-30 10:32:00 -07:00
Lin Sun a1092c7b73 remove optional webhook since we recommend 1.9 (#1383)
* remove optional webhook since we recommend 1.9

* correct typos
2018-05-30 10:13:30 -07:00
Diem Vu 4e2e72b881 Fix commands for authn policy tutorial. (#1378) 2018-05-30 04:43:29 -07:00
Martin Taillefer 2eea4a83c0
Add structured data to help Google do a better job at indexing the site. (#1365) 2018-05-29 20:49:49 -07:00
Guang Ya Liu a4d9ed1c71 Change `details` to container but not VM for mesh expansion. (#1367)
The example in https://preliminary.istio.io/docs/guides/integrating-vms/
actually do not have `details` running in VM but in container.
2018-05-29 22:39:23 -04:00
Laurent Demailly 786ce41a26 [0.8] layout and initial content for perf and scalability section (#1076)
* [wip] layout for perf and scalability section

* Some actual content for fortio including embedding result example + scalability page

* iframe border 0

* Minor typos fixed

Still need more content

* Still wip, moved out of concepts

* Still wip; some content and update

* Review feedback from daneyon

* Updates order->weight

Looks like the ordering now is called weight

* Added @ozevren provided section for ubench

and removed latin in other sections too with some early content/pointers

* Remove draft:true so preview shows the page

Even though the content is incomplete

* Add more links and data

* More explanation

* Showcase some more features

* Set ymax and ylog for first histogram

* Making spell check happy

Hopefully, as I can’t seem to run mdspell locally

* Further spell checks

* Adding diagram

* Use BluePerf consistently

* Linters...

* Adding preliminary sizing information

* Spelling/grammar

* Adding latency summary

(Feedback from Louis)

* Rephrase goal and highlight the features you get for cpu cost

* Update scalability page title to include sizing guide

Even if it’s “light” for now

* Move to new location

* Updates for hugo

* Somehow _site was removed from gitignore... fixing

* More merge/gitignore issues

* Put micro benchmark first/before scenarios

and more Hugo removals

* Remove "here" as anchor

Cc @ozevren / from
http://preliminary.istio.io/about/contribute/style-guide/#create-useful-
links

* Make spellchecker happy (Github->GitHub)

* Adding more information about logging on/off and mTLS results

* Review comments

* Switch to approx 10ms

* Hoping to solve linter/spelling
2018-05-29 21:42:56 -04:00
Tao Li 0635c7788c Update installation page to include istio-demo-auth story (#1374)
* Update installation page to include istio-demo-auth story

* Update installation page to include istio-demo-auth story

* Fix comment

* Fix comment
2018-05-29 16:40:29 -07:00
Diem Vu 5ba5b642f9 Update authn concepts and tutorials to reflect changes in 0.8 (#1332) 2018-05-29 16:25:11 -07:00
Yossi Mesika 7b6c55c25b Updated doc as proxyv2 is now the default global proxy image (#1371) 2018-05-29 18:05:01 -04:00
Guang Ya Liu c62a07e67f Updated cleanup section for bookinfo. (#1373)
checked with Martin ok to force merge
2018-05-29 16:38:00 -04:00
mtail d7269e7fd3 Fix picky lint errors. 2018-05-28 19:39:56 -07:00
mtail 6e152bbbab Fix a few more formatting issues. 2018-05-28 19:27:25 -07:00
Martin Taillefer b7d8a08998
Workaround Hugo formatting bug with indented code blocks that have lines that start with - (#1372) 2018-05-28 09:14:31 -07:00
mtail 7cdbced51b Switch a link from https: to http:, since the https: link is currently dead. 2018-05-27 17:42:02 -07:00
mtail 6ecbc674f8 Fix formatting problem on the troubleshooting page. 2018-05-27 06:31:54 -07:00
Martin Taillefer d0f8fddfbf
Cleanup (#1363)
- Remove some leftover toc:false front matter from a few pages. The site now generally
figures out automatically that a TOC is not necessary.

- Enable a Hugo feature that queries Git for a last modified date on files. As a result,
instead of having the site build date in the footer, we now have a "this page was last modified"
date.

- Move the landing page's content out of the layouts directory and into the content directory
where it belongs.

- Use Hugo shortcodes for our embedded icon imagery. And make those icons scale with the
font size rather than being fixed sizes.

- Enable support for emojis in our content. Just use 
and you'll get a sailboat for example.
2018-05-26 08:28:14 -07:00
Martin Taillefer 068424fcba
Add a known issue to the release notes. (#1362) 2018-05-25 21:23:52 -07:00
mtail 951a8ed9f4 Switch from Jekyll to Hugo. 2018-05-25 20:02:32 -07:00
mtail 401989fba6 Shuffle content around for the Hugo migration. 2018-05-25 19:27:39 -07:00