Commit Graph

1619 Commits

Author SHA1 Message Date
Martin Taillefer 399d4ad6bc
Change publish_date front-matter to publishdate to aid in the Jekyll to Hugo migration. (#1276) 2018-05-13 09:59:17 -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
Liam White efe8fb2068 Fix istioctl proxy-config link to not point at prelim docs (#1269)
Because that would be a dumb thing to do
2018-05-11 06:19:00 -07:00
Liam White 4c06e0a0d1 Add istioctl proxy-config to the troubleshooting section (#1267) 2018-05-10 16:00:04 -07:00
Guang Ya Liu c740f5d196 Added namespace when create helm template. (#1234) 2018-05-09 20:04:40 -07:00
Yossi Mesika 5130d0c714 Fixes #1241 (#1258) 2018-05-09 19:58:47 -07:00
imgbot[bot] bd35e85572 [ImgBot] optimizes images (#1264)
*Total -- 73.77kb -> 65.13kb (11.72%)

/_docs/setup/kubernetes/img/dm_gcp_iam_role.png -- 38.54kb -> 33.47kb (13.15%)
/_docs/setup/kubernetes/img/dm_gcp_iam.png -- 35.23kb -> 31.65kb (10.15%)
2018-05-09 19:50:51 -07:00
Martin Taillefer 8f0353bd31
Fix another broken link. (#1265) 2018-05-09 19:49:49 -07:00
Martin Taillefer 61e25a2f9a
Remove a broken link. (#1263) 2018-05-09 19:28:26 -07:00
salrashid123 6391c6187d update instructions for gke-iam (#1260) 2018-05-09 19:27:42 -07:00
Guang Ya Liu 3295dbc15f Create istio namespace before install remote cluster. (#1243) 2018-05-09 08:58:36 -07:00
Ahmet Alp Balkan 9f999fedc1 rbac.md: unindent yaml files (#1257)
also fixed a typo

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-05-09 08:31:52 -07:00
Yossi Mesika 26327821b9 Traffic Shifting Review - Fixed wrong links (#1259) 2018-05-09 08:30:11 -07:00
Quanjie Lin 7cf70bc3b2 update samples to align with latest proto definition (#1254) 2018-05-08 15:29:37 -07:00
Frank Budinsky 001c906e25 Fault task corrections (#1253) 2018-05-08 10:21:48 -07:00
Frank Budinsky 537c3aa5a6 WIP PR for v1alpha3 task corrections (#1247)
* ingress task corrections

* fault injection task version wrong
2018-05-08 08:19:41 -07:00
Martin Taillefer 3af9ba2a17
Remove broken link. (#1250) 2018-05-08 05:55:40 -07:00
Vadim Eisenberg e34de16c5e update format of a tcp ServiceEntry (#1237) 2018-05-08 05:33:29 -07:00
Yossi Mesika e6ff3d8b81 Fixes to the doc after testing/reviewing it with release-0.8 istio branch (#1244) 2018-05-08 05:30:24 -07:00
Martin Taillefer b966e8a0df
Switch most uses of ```bash to ```command. (#1242)
This takes advantage of the new rendering for command-lines and their outputs.
2018-05-07 14:43:23 -07:00
Jason Young c89bfd333d fix manual sidecar injection docs for helm template changes (#1211)
Addresses https://github.com/istio/istio.github.io/issues/1210
2018-05-04 09:58:17 -07:00
Martin Taillefer 1d16d7424a Hopefully finally really fix the issues with the sidenav on small screens. (#1240) 2018-05-04 07:43:54 +02: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
Frank Budinsky d675860cd4 Corrections and clarifications (#1238) 2018-05-03 10:22:10 -04:00
Frank Budinsky 40dca03a10
Task/guide updates for v1alpha3 (#1231)
* Task/guide updates for v1alpha3

* fix typo

* remove trailing spaces

* tweaks
2018-05-02 17:49:30 -04:00
Tao Li b098123d6f Fix doc (#1228) 2018-05-02 11:37:17 -07:00
Tao Li 09e3e190ee Improve the doc to apply istio-auth.yaml (#1227) 2018-05-02 10:44:20 -07:00
Steven Dake b9189326bf Improves multicluster documentation (#1217)
* Improves multicluster documentation

Improve documentation based upon fresh eyes running through the
documented process.

* Address reviewer comments.

* More refinement.

* Exclude rule MD028

Rule 028 is: https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md028---blank-line-inside-blockquote

The rationale below cut and pasted from markdownlint seems
valid for the general case, however, our MD parser always
produces seprate block-quotes, which is what I am after in
this PR.  I think other people will prefer our renders of
blockquotes (separate blockquotes);

Rationale: Some markdown parsers will treat two blockquotes
separated by one or more blank lines as the same blockquote,
while others will treat them as separate blockquotes.
2018-05-02 08:57:58 -07:00
Martin Taillefer 8e271cc896
Update content to help upcoming migration from Jekyll to Hugo (#1232)
- In front matter, order: and overview: are now weight: and description:

- In front matter, we generally don't need layout: and use config to assign layouts automatically

- Remove the useless type: front-matter entries, the type is infered from the file extension.
2018-05-02 08:50:13 -07:00
Martin Taillefer f89299f2a1
Fix incorrect behavior of the sidenav when dealing with long non-wrapping page titles. (#1229)
- When I was last fiddling with the sidenav on mobile, I messed up the sizing for non-mobile cases.
This cause the sidenav to grow beyond its expected size when presented with long non-wrapping page
titles. The text is now wrapped instead as it should.

- Shrank the font size of the list items in the sidenav to 85% to reduce the amount of wrapping that
happens.

- Reduce the right margin in the side nav to again try to reduce the amount of wrapping.
2018-05-02 08:19:37 -07:00
Martin Taillefer 1ed57a3a0c
0.8 release notes. (#1223) 2018-05-01 16:18:08 -07:00
Martin Taillefer cf7591929f
Introduce support for new fangled PRE blocks. (#1224)
Instead of having to have two PRE blocks, one for commands and one for the output,
we can now have a single PRE block and we take care of rendering things to show the
command vs. the output. The Copy button on such a thing only copy the command, and not
the output.

We now also show a $ on command-lines, but the Copy button doesn't copy that and knows to just
copy the usable part of the command-line.
2018-05-01 11:11:41 -07:00
Lin Sun 26888acedc adding the recommended namespace (#1218)
* adding the recommended namespace

https://github.com/istio/issues/issues/312

* add the recommended namespace

* add creating the namespace

* correct typos

* only need to create namespace 

for the template approach
2018-05-01 10:45:56 -07:00
Steven Dake 0e4092f583 Fix naming collision (#1226)
ingressgateway and ingress both match the grep, resulting in
incorect ingress name being produced in troubleshooting guide.
2018-05-01 09:57:19 -07:00
Jason Young 611a65192a add galley.enabled option to helm instructions (#1222) 2018-04-30 14:46:01 -07:00
Martin Taillefer d79170cfa3
Clarify istio.io/preliminary.istio.io stuff (#1221) 2018-04-30 13:22:10 -07:00
Frank Budinsky 04d16b577a v1alpha3 routing blog (#1190) 2018-04-30 12:19:09 -07:00
mtail a65b9e6c4a Quiet GitHub warning 2018-04-30 11:40:39 -07:00
Martin Taillefer 1bfcc3a30b
Update reference docs. (#1219) 2018-04-30 11:14:51 -07:00
Lin Sun 8bf001fe97 clarify we support more than just k8s (#1212) 2018-04-30 10:41:54 -07:00
Dionna Amalie Glaze 6e726d76ec Typo fix (#1208) 2018-04-30 10:17:16 -07:00
Steven Dake 003cb044fe Fix link to IBM cloud private (#1216) 2018-04-30 06:58:56 -07:00
Allan Targino facccf27b2 Adding Azure support instructions (#1202)
* adding docs for Azure

* minor misspelling fix

* adding acronyms

* removing blank line

* changing bash output to reflect only necessary flags

* fixing grammar errors
2018-04-27 15:41:02 -04:00
Dionna Amalie Glaze 68eb53ea78 Fix broken link in README.md (#1209) 2018-04-27 11:43:47 -07:00
Vadim Eisenberg b5b1cb5470 add a step to define ingress gateway in bookinfo guide (#1207)
* add a step to define ingress gateway in bookinfo guide

following https://github.com/istio/istio/pull/5113

* make ingress gateway lower case
2018-04-27 07:11:55 -07:00
Yinjie Chen d12b88a142 Add attributes into documentation. (#1200) 2018-04-26 12:20:01 -07:00
Julien Furgerot 7324ce0665 Fix command to build & serve site locally using docker (bad workdir) (#1206) 2018-04-26 09:04:53 -07:00
lei-tang 6641a3ca6b Add request.auth.claims and update source.user, source.principal, and (#1205)
request.auth.principal
2018-04-25 19:09:56 -07:00
Krishna Pagadala 8360c30ca3 remove installation instructions for prometheus (#1199)
* remove installation instructions for prometheus

* more doc fixes for 0.8
2018-04-25 15:05:34 -07:00
Dionna Amalie Glaze c37c7d2270 Fix docker run command (#1201)
The command as it stands will fail with "Gemfile not found". The working directory should be set to $(pwd) as well to start execution in the istio.github.io directory and find the Gemfile.
2018-04-25 09:19:29 -07:00