Commit Graph

23 Commits

Author SHA1 Message Date
gargnupur 8bf3a38617 Add documentation about exporting logs from stackdriver to different sinks like bigquery (#1386) 2018-06-13 11:11:43 -07:00
gargnupur 8210d2e4fc Add documentation for default metrics exported by Istio (#1485)
* Create metrics.md

* Update .spelling

* Update metrics.md

* Update metrics.md

* Update metrics.md

* Update metrics.md
2018-06-12 09:53:59 -07:00
Guang Ya Liu 054306e83a 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.
2018-06-04 09:45:44 -04:00
Martin Taillefer de871cbff8
Cleanup the style guide and fix random formatting errors. (#1417) 2018-06-02 22:29:14 -07:00
mtail 525c6260ee Add svc to the spelling table. 2018-05-31 13:10:45 -07: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
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
Frank Budinsky 15f42b10b9
Update routing rule concept doc (#1320)
* Update routing rule concept doc

* fix spelling errors

* fix formatting

* small tweak
2018-05-18 17:23:00 -04:00
Vadim Eisenberg 82b41fa02e finalize the ingressgateway instructions (#1286)
* finalize the ingressgateway instructions

use a predefined secret name and a predefined path

* add 'foo.bar.com' to .spelling

* add a missing empty line

* ingress -> ingressgateway in the names of ingressgateway secrets/path

* rewrite the introduction

* Configuring unencrypted gateway (HTTP) -> Configuring a gateway for HTTP

* ingress gateway -> ingress controller

* Verifying secure gateway -> Verifying the gateway for HTTPS

* change the cleanup instructions for ingressgateway

* remove the old Ingress from the introduction

* remove mentioning that Ingress Gateway is the recommended way

* remove leftover from the merge

* remove the Ingress part

* remove mentioning Ingress from Understanding what happened

* allows specifying -> is used to specify

* rephrase the sentence about the Gateway approach in Istio

* using Istio Gateway -> using an Istio Gateway

* Gateway resource -> Gateway

* not aware about -> not aware of

* foo.bar.com -> httpbin.example.com

* fix an internal link in the ingress task

* add "Disable the HTTP port subsection"

* rewrite the FAQ about ingress TLS-only to link to Istio Gateway

* fixed links to the ingress documentation

* add selinux to .spelling
2018-05-18 09:37:37 -04:00
Steven Dake ca98b17ddf Add an idempotent warning around sidecar injection (#1295)
* Add an idempotent warning around sidecar injection

* Add "dataplane" to spelling
2018-05-17 08:50:03 -07:00
Martin Taillefer a25d10a83b
Update how we insert images to make a transition from Jekyll to Hugo easier. (#1275) 2018-05-13 07:44:40 -07:00
Martin Taillefer 8f0353bd31
Fix another broken link. (#1265) 2018-05-09 19:49:49 -07:00
Frank Budinsky 052242192b clarify https external services support (#1239)
* clarify https external services support

* spelling error
2018-05-03 14:24:08 -04:00
Martin Taillefer 1ed57a3a0c
0.8 release notes. (#1223) 2018-05-01 16:18:08 -07:00
Frank Budinsky 04d16b577a v1alpha3 routing blog (#1190) 2018-04-30 12:19:09 -07:00
Julien Senon 9e4b34d3ea Add blog entry for configuring aws nlb for istio ingress (#1165) 2018-04-20 06:33:34 -07:00
Rich Curran 5d69878aab Add multitenancy blog (#1119)
* Add multitenancy blog

* Update soft-multitenancy.md

* Update soft-multitenancy.md

* Add multitenancy blog
2018-04-19 14:27:54 -07:00
Steven Dake 9c01a288a8 Update Helm Documentation (#1168)
* Modify minimum pin of Istio version with Helm and improve prereqs

* Add section describing briefly how to use helm without tiller

* Change heading description for Helm method and add upgrade warning

* Make common customization options table match current master

* Subsection the two methods for installing with Helm

* Remove Helm keys from .spelling.  Add FQDNs as an acronym.

* Backtick the keys and defaults, values.yaml, and fix 1 spelling error

* Add uninstall instructions for both kubectl and helm with tiller

* Place backticks around architecture platforms and correctly list them

* Show both uninstall methods (kubectl & Helm)

* Remove two extra CRs

* Fix yaml linting errors

* Link to requirements for automatic sidecar injection.

* Change istio-auth to istio for rendering

* Address reviewer comments.

* Fix linting error.

* Notify operator they need capability to install service accounts.

* Fix lint error
2018-04-17 09:01:53 -07:00
Steven Dake b2d4febcb7 Add multicluster deployment documentation to Istio (#1139)
* Add multicluster deployment documentation to Istio

* Change *Ip to *Endpoint a per request

* Fix a typo

* Address all reviewer comments

Note, SVG diagram will be handled as a follow-on PR.

* Fix legitimate spelling errors found by gate

* Some backticks to fix spelling errors and other misc cleanups

* some spelling and backticks.

* Expand spelling exemptions dictionary slightly

* Correctly spell routable.

* Address reviewer comments.

Needed a rebase in the process.

* A minor consistency change

* Address reviewer comments.

* Add a caveats and known issue tracker to the documentation

Early on during review of this PR, I believe there was a review
asking for caveats, but it has disappeared from the github comments.
2018-04-10 11:21:49 -07:00
Diem Vu 5f8e97cfd1 Authn policy concept and tutorial. (#1128) 2018-04-09 11:02:55 -07:00
mtail 7acb463af4 Finish fixing remaining lint errors 2018-04-05 07:47:20 -07:00
Martin Taillefer a6fae1b368
Setup for linting markdown files. (#1147)
- linters.sh will run spell-checking and a style checker on
markdown files.

- Fix a whole bunch of typos and bad markdown content throughout. There are many more fixes
to come before we can enable the linters as a checkin gate, but this takes care of a majority
of items. More to come later.
2018-04-04 22:22:14 -07:00