Commit Graph

1537 Commits

Author SHA1 Message Date
Vincent d85897a0e8 Concept handling failures (#1629) 2018-06-29 08:09:02 -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
zhaohuabing 9876cf1b8a Translate V1alpha3 routing introduction blog to Chinese (#1615) 2018-06-29 06:36:32 -07:00
Guang Ya Liu 94f55d8c15 Updated image link for overview. (#1614)
* Updated image link for overview.

* Remove "/* */" to enable the image.
2018-06-29 06:34:58 -07:00
Vincent 0c7d2a8db7 fixed: url to mysql shell (#1630) 2018-06-29 06:21:51 -07:00
Jimmy Song 77fafcffb1 translating security index into Chinese (#1634) 2018-06-29 06:17:59 -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
Vincent 69a884f0f6 Chinese: rules-configuration (#1623) 2018-06-28 15:31:29 -07:00
Vincent 15996cb611 translation: soft multitenancy (#1551)
* translation: soft multitenancy

* Sync

* Updated: merge from master, mv files to follow the master branch .
2018-06-28 15:06:29 -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
mtail fa0a3fe408 Turn htmlproofer back on. 2018-06-28 07:53:34 -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
Vadim Eisenberg 09b23e9ccb fix extensible admission controllers link (#1620) 2018-06-28 06:10:12 -07:00
Georgios Andrianakis 6ee96ca22c Update documentation with latest Ansible changes (#1619) 2018-06-28 06:07:09 -07:00
Vadim Eisenberg f0045c25de add make gen for linting (#1621) 2018-06-28 06:05:34 -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
Jimmy Song 9c456b3fec use the absURL instead (#1606) 2018-06-27 08:50:14 -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
Vincent a3b0a75961 Chinese: request-routing.md (#1584)
* Chinese: request-routing.md

* Dot Dot.

* Reuse images from original /docs
Remove local img
2018-06-27 03:02:28 -07:00
Jimmy Song a984a2209e translating policies and telemetry overview into Chinese (#1598) 2018-06-27 02:58:28 -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 4b0216e3bb Add the promotion CSS style for promo banners. 2018-06-26 23:29:47 -07:00
Jimmy Song 0eb268aa93 translating discovery & load balancing into Chinese (#1597) 2018-06-26 19:51:28 -07:00
Guang Ya Liu 10ab377b74 Adding myself as OWNERS for Chinese Content. (#1596) 2018-06-26 19:41:52 -07:00
Jason Young 9553cf20ea add istio.io/tools to golang vanity redirects (#1594) 2018-06-26 13:48:02 -07:00
mtail 329984475b A bit of refactoring to improve clarity. 2018-06-26 11:10:03 -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
Jimmy Song 84c6e7ef2d translating pilot into Chinese (#1578) 2018-06-26 06:13:57 -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
Martin Taillefer ac1cbc7730
Improve linting script (#1582)
- Add useful error messages so people can self-serve when they get linting errors.

- Run all linters even if one fails. This gives you all the linting errors in one shot.
2018-06-25 06:46:47 -07:00
Frank Budinsky 792648db6a Ingress task clarifications (#1569) 2018-06-22 09:21:33 -07:00
Jimmy Song b86d9f6c72 add indexes for sections in docs and other fix (#1573)
* add indexes for sections in docs and other fix

- add indexes for sections
- add blank space between English and Chinese character
- change some punctuations
2018-06-22 06:13:55 -07:00
Miguel Angel Medina Mondragon 16e551021b configuration for prometheus has changed (#1572) 2018-06-22 06:12:26 -07:00