Commit Graph

31 Commits

Author SHA1 Message Date
Guang Ya Liu 494a485e7b use html encoding for the forward slash. (#1474) 2018-06-07 08:04:08 -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
Yossi Mesika bdd0fa5262 Updated OpenShift section to match the new list of service accounts (#1453) 2018-06-06 16:12:04 -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
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
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
Vadim Eisenberg bfb88620a7 Use global.proxy.includeIPRanges instead of --includeIPRanges (#1450) 2018-06-06 05:03:27 -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
Frank Budinsky b42bfc3405 Doc corrections and improvements (#1449) 2018-06-05 08:04:14 -07:00
Martin Taillefer 39f7b55c4f
Correct package naming. (#1439) 2018-06-04 10:43:16 -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
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
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
Lin Sun 51c88b1c64 annotation in metadata not directly in template (#1426)
(cherry picked from commit 85a1c8b)
2018-06-04 06:34:54 -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
Diem Vu 73aa10c6a0 Add migration guide for mtls annotation. (#1414)
(cherry picked from commit 4001bba)
2018-06-02 07:34:18 -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
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
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
Costin Manolache 124996f481 Fixes to the upgrade and sidecar docs (#1376) 2018-05-31 04:06: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
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
Yossi Mesika 7b6c55c25b Updated doc as proxyv2 is now the default global proxy image (#1371) 2018-05-29 18:05:01 -04:00
mtail 6e152bbbab Fix a few more formatting issues. 2018-05-28 19:27:25 -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
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