Commit Graph

50 Commits

Author SHA1 Message Date
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
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
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
Diem Vu 73aa10c6a0 Add migration guide for mtls annotation. (#1414)
(cherry picked from commit 4001bba)
2018-06-02 07:34:18 -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
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
Morven Cao b22194e0e9 fix doc issues for rule configuration. (#1407) 2018-06-01 06:19:19 -07:00
Morven Cao cdb478b103 fix diagram missing issue. (#1406) 2018-06-01 06:12:22 -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
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 14e212d527 Add instructions for waiting for secure ingress (#1395) 2018-05-31 10:38:03 -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 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
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
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
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