Commit Graph

1698 Commits

Author SHA1 Message Date
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
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
Jimmy Song b9f7174e2b quick start doc translation (#1523)
* quick start doc translation

* fix the markdown style

* enable Chinese spell checker
2018-06-18 06:08:12 -07:00
Martin Taillefer 0ebbdb3fdc
Add a netlify.toml file to control options. (#1532) 2018-06-17 07:51:45 -07:00
mtail e406513c0b Change the border color around the dropdown menu so it shows up. 2018-06-16 22:44:47 -07:00
mtail 3e6baa1915 Save a magic Netlify cookie to indicate language selection.
The value of the nf_lang cookie overrides the browser's Accept-Language
setting.
2018-06-16 22:31:13 -07:00
mtail b72cd28cb3 Undo experiment (it worked!) 2018-06-16 22:14:02 -07:00
mtail 51d88539d7 More experimentation. 2018-06-16 22:09:51 -07:00
mtail 5cf5c040b1 Experiment with Netlify language cookie override. 2018-06-16 21:59:12 -07:00
mtail ae91d0d432 All 3 sites now hosted on Netlify. 2018-06-16 21:04:30 -07:00
mtail 74494d9cf8 Update versioning instructions. 2018-06-16 17:58:23 -07:00
mtail 69d41816e0 Improve the gear menu.
Simplify the menu. We don't/can't list all old releases, it takes too much
room and overflows the screen on mobile. We now have a more useful set,
2018-06-16 17:38:50 -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
Martin Taillefer 5ce2c7bb2d
Bunch 'o fixes (#1529)
- Make "make serve" actually work.

- Eliminate superfluous "scroll left nav into view" button on screens that don't have a sidebar
(community & search result). Only matters on mobile.

- Fix unpleasant wrapping in the footer when on mobile.
2018-06-15 20:38:36 -07: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
Martin Taillefer d9b2eb2848
Remove all target since Netlify has been updated. (#1527) 2018-06-15 17:08:01 -07:00