Commit Graph

1388 Commits

Author SHA1 Message Date
Guang Ya Liu 4d4b297542 Use route rules from samples/bookinfo/routing. (#1476) 2018-06-07 10:01:48 -07:00
Guang Ya Liu 352273d238 Updated maxConnections to 1. (#1471) 2018-06-07 08:39:38 -07:00
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
Guang Ya Liu c4022b9dc7 Basic auth clean. (#1472) 2018-06-07 05:30:56 -07:00
Guang Ya Liu 31ab3dece9 Format the output of curl to json. (#1468) 2018-06-07 05:28:49 -07:00
Laurent Demailly 05cc317b2d update ratio for new content (#1463) 2018-06-07 05:25:22 -07:00
mtail 22bb982ebc Add some missing links that got missed during a merge. 2018-06-06 16:26:51 -07:00
mtail 6637b0b4cf Mark Helm install as being in Beta. 2018-06-06 16:18:47 -07:00
Oliver Liu 921eadfea1 Fix V0.8 security tasks. (#1400) 2018-06-06 16:15:42 -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
Tao Li c7ac01761e Remove the deprecated --debug in istioctl (#1457)
(cherry picked from commit ff690be)
2018-06-06 11:58:28 -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
Frank Budinsky 6827d5053a Add route rule troubleshooting entry (#1456) 2018-06-06 08:31:09 -07:00
Vadim Eisenberg 1249004d05 Add setting host in requests to ingress and explanation about the browser access (#1454) 2018-06-06 06:51:56 -07:00
mtail f291bf42a5 Add a few missing redirects, as reported by the google search console. 2018-06-06 06:40:05 -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
Louis Ryan b17cc49431 Update 0.8.md (#1441) 2018-06-06 05:25:42 -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
Hong Zhiguo b346a6e3cf fix wrong key of DestnationRule from name to host (#1445)
(cherry picked from commit ca65403)
2018-06-05 22:13:44 -07:00
Frank Budinsky b42bfc3405 Doc corrections and improvements (#1449) 2018-06-05 08:04:14 -07:00
Vadim Eisenberg e636f41898 use HTTPS egress instead of HTTP + TLS origination (#1421)
is possible due to the SNI routing feature
2018-06-05 09:47:22 -04:00
Martin Taillefer 9bd12eebd4
Fix a couple issues around code blocks. (#1440)
- Include JSON syntax coloring support in PrismJS. This prevents
JavaScript crashes when trying to format output that's marked as JSON.
This was happening on the tasks/traffic-management/mirroring.md page.

- Properly escape strings raw output strings before inserting them into the
document. This bug was causing strange things to happen if any of the content
contained stuff that looked like HTML, such as the word <none>.
2018-06-04 13:01:09 -07:00
Martin Taillefer 39f7b55c4f
Correct package naming. (#1439) 2018-06-04 10:43:16 -07:00
mtail d9f65438cf Fix off-by-one error in new TOC logic, which was leading to bogus HTML.
(cherry picked from commit 1ea444d)
2018-06-04 08:15:04 -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
mtail 33d2d38e77 Don't attach links to <h1> headers. 2018-06-03 05:39:26 -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
Martin Taillefer 677dfdc5c5 Add TOC to reference pages. (#1419)
I didn't realize the Hugo's TOC support features only work for markdown files.
Since our reference pages are HTML, none of these were getting TOCs. I now roll
my own TOC functionality in that case, to bring up back TOCs for our reference
pages.

(cherry picked from commit 0af7fbd)
2018-06-02 22:31:18 -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
mtail e1e11fce68 Get archived versions of the site working in the new Hugo world.
(cherry picked from commit 4be9f29)
2018-06-02 11:23:09 -07:00
mtail e022dbc3ae Remove trailing space. 2018-06-02 07:57:36 -07:00
mtail 0c00b72d75 Fix bad formatting. 2018-06-02 07:49:19 -07:00
Andra Cismaru c24e266103 Add SNI support in release notes for 0.8 (#1389)
(cherry picked from commit c245855)
2018-06-02 07:42:58 -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