Commit Graph

1516 Commits

Author SHA1 Message Date
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
Jimmy Song a89d869c8f tranlating traffic management overview into Chinese (#1566) 2018-06-22 05:29:56 -07:00
Jimmy Song ecf6a8bb5d translating what is istio - overview into Chinese (#1552) 2018-06-21 10:05:51 -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
Jimmy Song f39c44980f tranlating what is istio - design goals into Chinese (#1561) 2018-06-20 06:23:33 -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
mtail bfd7b70f4c Disallow web crawling of the prelim site. 2018-06-19 09:44:37 -07:00
Cesar Botti 2dc1327437 Fix issue #6399 (#1553) 2018-06-19 09:37:33 -07:00
Jimmy Song 082110e286 add zh i18n yaml file (#1555) 2018-06-19 09:34:37 -07:00
Martin Taillefer 0d81a24dba
RSS Feed update (#1554)
- List items in reverse order of publication

- Fix the publication date format to match what the RSS spec says.

- Include <category> elements for each post, derived from any keywords specified in the post front-matter.
2018-06-19 09:33:53 -07:00
Vincent 4c4f172355 blog: mixer-spof-myth (Chinese version) (#1550) 2018-06-19 07:19:08 -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
mtail c72a8257b8 TOC improvements.
- Make "See also" show up in the TOC.

- When inlining the TOC at the top of a page, surround it with a pair of <hr> tags to get a line on the screen

- Fix rendering bug with TOC when specific characters showed up in section titles.

- Fix extra indent in the TOC in certain cases.

- Rename "See Also" to "See also" to follow our naming guidelines.
2018-06-19 06:39:37 -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