Commit Graph

221 Commits

Author SHA1 Message Date
Shriram Rajagopalan 16eccdf217 fix for IP ranges on Bluemix (#457) 2017-09-18 18:17:08 -04:00
mandarjog 6f8e6a8983 Update basic access control task with new configs (#450)
* update access control task with new configs

* add missing entries

* remove extra quotes

* update adapter urls

* consistent rules, other review comments
2017-09-18 14:13:24 -07:00
Shriram Rajagopalan 2bd9e9f5e4 consul installation (#463)
* consul installation

* fixes

* nit
2017-09-18 11:36:56 -04:00
Laurent Demailly 6ca90cc772 artificial change to try to uncache the 404 2017-09-16 15:06:31 -07:00
Laurent Demailly 1ab073678d Revert "Added Consul Task (#444)"
This reverts commit 43054fb8ff.

a) it has broken links
but more importantly
b) you can't and should not rewrite history, https://istio.io/docs/tasks/installing-istio.html is all over the internet and must stay, treat it as an API compatibility issue
2017-09-16 14:57:22 -07:00
GregHanson 43054fb8ff Added Consul Task (#444)
* addded consul task

* removed unused link

* review comments

* rename installing-istio to installing-istio-in-kubernetes
2017-09-15 17:30:39 -04:00
Shriram Rajagopalan 8612b8f0d2 Trimming install task. remove redundant content (#447)
* Trimming install task. remove redundant content

* remove remaining zipkin text
2017-09-15 12:57:35 -04:00
Frank Budinsky 77ee1e294c update routing rule concepts and task docs (#443) 2017-09-15 12:34:49 -04:00
Chakradhar Rao Jonagam c8b2ea3687 added openshift specific install steps (#442)
* added openshift specific install steps

* Update installing-istio.md
2017-09-15 12:16:48 -04:00
Laurent Demailly 5efd839843 minor auth updates (#440) 2017-09-15 10:59:19 -04:00
Gary Brown 39be9cbfe5 Add documentation for using Jaeger with Istio (#437) 2017-09-06 23:55:23 -04:00
Oliver Liu c9cf404f91 Change instruction on enabling HTTPS ingress traffic (#438) 2017-09-04 08:31:25 -07:00
LinZhinan(Zen Lin) 1c14c49915 delete unnecessary delete command in request-routing.md (#435) 2017-08-31 10:56:45 -07:00
Tao Li c83d057e25 Fix auth related doc (#429) 2017-08-15 11:19:25 -07:00
Guang Ya Liu 23e04cc4dd Added installation steps via helm charts. (#413)
* Added installation steps via helm charts.

* Address comments to update install->installation.

* Updated install/uninstall steps for isito chart.

* Rollback update to istio-auth.
2017-07-23 02:01:33 -07:00
Laurent Demailly 03e63b427b forgot one location when fixing 2017-07-20 10:26:46 -07:00
Andra Cismaru 31b3978ac4 RBAC clarification (#415)
* RBAC clarification

* Code review fixes
2017-07-20 10:22:05 -07:00
Guang Ya Liu 8bbf55337c No need to put `istioctl` client to PATH manually. (#414) 2017-07-19 11:26:24 -07:00
Laurent Demailly 4eff4773bf Typo fix + updated gitignore + grafana url fix (#405)
Typo fix + updated gitignore + grafana url fix
2017-07-10 15:20:45 -07:00
Tsuyoshi Ushio 73bd658176 Adding Azure IPRanges (#404) 2017-07-10 12:54:14 -07:00
Kelsey Hightower 5cbeef7bcb istioctl delete supports removing mixer rules (#392) 2017-06-20 11:37:34 -04:00
Douglas Reid 0b966ea241 Update docs to reflect removal of LBs from addons (#380)
* Update docs to reflect removal of LBs from addons

* Create metrics-logs.md
2017-06-15 09:28:18 -07:00
Martin Taillefer 868bcdb459 Replace uses of https://istio.io with {{home}} (#387) 2017-06-15 09:04:43 -07:00
Laurent Demailly c6605a4391 port forwarding example should have & (background) (#386) 2017-06-15 06:40:35 -07:00
LisaFC 1a1d967384 Add notes explaining when to use replace rather than create for routing rules (#373)
...if rules already exist

* Add note about using "replace" rather than "create"

* Implementing Frank's edits

* Implementing Frank's edits

* Implementing Frank's edits

* Implementing Frank's edits
2017-06-13 14:27:39 -07:00
mandarjog 61d0bce7df versioned docs: add build scripts to be driven thru jenkins (#368)
* add build scripts to be driven thru jenkins

* uniformly handle site.baseurl

* data-src should use full paths for now

* update build with version tag

* Add explanation re: CORS

* remove gitmodules
2017-06-12 09:23:11 -07:00
Shriram Rajagopalan 6fe82c471d Rename Istio-Manager to Pilot (#360)
* rename resources

* sed Istio-Manager to Pilot in docs

* sed manager -> Pilot

* updating slides

* remove old images

* Sed in images

* the Pilot -> Pilot

* Istio Manager -> Pilot

* final set of seds
2017-06-08 16:46:36 -04:00
Douglas Reid 5d619a0cc6 Change metrics task to use integration test file (#357)
* Change metrics task to use integration test file

* Update metrics-logs.md
2017-06-01 08:54:02 -07:00
Laurent Demailly 6b9dcd918e installation doc update (for 0.1.5) (#349)
- fix for https://github.com/istio/issues/issues/18  (clusterroles.rbac.authorization.k8s.io "istio-manager" is forbidden)
we should also change the yaml ?

- port forward should be in background, adding &
2017-05-26 15:47:25 -07:00
Laurent Demailly dbd0eda9d7 improve commands output (#351)
adding `|head -1 ` because without it the output is confusing:
```
ldemailly-macbookpro:istio-0.1.5 ldemailly$ kubectl get configmap istio -o yaml | grep authPolicy
    authPolicy: MUTUAL_TLS
      {"apiVersion":"v1","data":{"mesh":"# Uncomment the following line to enable mutual TLS between proxies\nauthPolicy: MUTUAL_TLS\nmixerAddress: istio-mixer:9091\ndiscoveryAddress: istio-manager:8080\ningressService: istio-ingress\nzipkinAddress: zipkin:9411"},"kind":"ConfigMap","metadata":{"annotations":{},"name":"istio","namespace":"default"}}
```
2017-05-26 14:57:55 -07:00
Martin Taillefer 96f48195f6 Remove superfluous spaces in PRE blocks, making Copy not work as intended. 2017-05-23 23:13:23 -07:00
Douglas Reid 67472302e5 Update metrics task and images (#311)
* Update metrics task and images

* Small text cleanup
2017-05-23 14:14:02 -07:00
Douglas Reid c762a201d0 Update servicegraph image (#305) 2017-05-23 09:03:41 -07:00
LisaFC 430ced7040 Reorganize installation guide (#284)
* Updated/restructured overview docs

* Implement Martin's edits

* Implement Martin's edits

* Traffic management doc edits

* Minor change

* Implementing Martin's edits

* Implementing Martin's edits

* Implementing rshriram's edits

* Implementing Martin's edits

* Implementing Martin's edits

* Reorganized installation doc

* Fixed typo

* Fixed broken link
2017-05-22 22:59:08 +01:00
Laurent Demailly 82a409eb69 spelling fix
propogate->propagate
2017-05-22 13:50:24 -07:00
Frank Budinsky 8cc81484e8 add missing uninstall rbac paths and addons (#301) 2017-05-22 13:17:48 -07:00
Martin Taillefer 5d70521378 A bunch of content fixes. 2017-05-21 09:40:12 -07:00
Oliver Liu af7bf7ae5f Improve Istio Auth instructions. (#263)
* Improve Istio Auth instructions.
2017-05-18 15:11:07 -07:00
Frank Budinsky 79613608eb rate limiting and basic access control task improvements (#260)
* rate limiting and basic access control task improvements

* fix link

* address review comments
2017-05-18 11:24:11 -04:00
GregHanson 07327a1058 grammar errors (#276) 2017-05-18 09:37:27 -05:00
Kuat c7f4640437 Typo (#275) 2017-05-18 05:47:29 -07:00
Kuat 4d1f4cb43f Mark all code fragments with language (#274) 2017-05-18 05:46:43 -07:00
Kuat 4f29990270 Mark all code fragments with language in integrating task (#273) 2017-05-18 05:45:49 -07:00
Kuat 497cda5cb4 Mark all code fragments with language in egress (#272) 2017-05-18 05:44:52 -07:00
Kuat 1fca7bea62 Mark all code fragments with language (#271)
Code snippets without language look off on the website - they are not picked up by prism.
2017-05-18 05:43:58 -07:00
Andra Cismaru c92e2ecbba More feedback from hack (#268) 2017-05-17 19:56:10 -07:00
Martin Taillefer fbf0f45d1d Fix formatting issues introduced by the use of the figure.html include. 2017-05-17 16:29:40 -07:00
Andra Cismaru 7ce257c2c6 Clean up TPRs (#225) 2017-05-17 16:29:04 -07:00
Isaiah Snell-Feikema 5b6e759024 Add cleanup to Istio integration task (#255)
Added simple cleanup instructions.
2017-05-17 14:40:32 -07:00
Kuat 1fdfcab985 Remove instructions to use client certs (#254)
I've already removed it once, not sure why they are resurrected.
2017-05-17 13:32:55 -07:00
Isaiah Snell-Feikema de96fb231a Fix more typos 2017-05-17 11:59:30 -05:00
Isaiah Snell-Feikema b386127db1 Fix typo 2017-05-17 11:30:21 -05:00
Kuat 7774b2ea42 fault injection disclaimer (#239)
* Update ingress.md

* Update ingress.md
2017-05-16 22:19:29 -04:00
Oliver Liu bcd75ce6e9 Update Istio auth task with Hackathon feedback (#177)
* Add Istio auth configuration instructions.
* Remove Istio per-cluster CA deployment.
2017-05-16 15:48:31 -07:00
Laurent Demailly c084cf2bab Fixing remaining bad links and html errors (#236)
* Fixing most of remaining bad links

Still left :
#google.rpc.Code in reference/api/mixer/status

And the mixer-config-quota-bookinfo.yaml is missing in
https://github.com/istio/istio/tree/master/samples/apps/bookinfo

* Add html checking and ignore localhost urls

fixed typo in layouts/base found by html checking

* Fix duplicate id defined

Those anchors don’t seem used btw

* Adding back html proofer

got removed accidentally it seems

* Fix the last 2 errors
2017-05-16 15:09:03 -07:00
Tao Li a3164444aa Revise istio auth, and fix typo in demo main page (#235)
* revise istio auth, and fix typo in demo main page

* revise comment
2017-05-16 16:47:16 -04:00
Shriram Rajagopalan 8db28adc74 describe how to setup kubeconfig for bluemix 2017-05-16 12:12:18 -04:00
Martin Taillefer 2316ebed0c Improve image handling using the figure.html include. 2017-05-16 07:28:24 -07:00
Frank Budinsky 3466086ed0 put image back from src (#231) 2017-05-16 01:45:35 -04:00
Frank Budinsky b31ce8ed73 zipkin-tracing task and bookinfo sample cleanup (#229)
* zipkin-tracing task and bookinfo sample cleanup

* resolve merge conflicts
2017-05-16 01:32:57 -04:00
Martin Taillefer bc3b899ccc Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
Martin Taillefer 065e7a5c71 Move site content into the src directory.
This clearly separates site content from other repo state.
2017-05-15 19:22:30 -07:00
Andra Cismaru 00ec0c2899 istioctl moved to bin (#219)
* istioctl moved to bin
2017-05-15 11:20:44 -07:00
Laurent Demailly a3a4ff8f92 adding mention of git.io/getIstio (#218)
* adding mention of git.io/getIstio

* review update
2017-05-15 14:01:41 -04:00
Frank Budinsky 54bfeea2a9 add cleanup instructions and other minor task improvements (#217) 2017-05-15 12:30:38 -04:00
Christian Posta d68e9fe9e6 docs for unreleased/unmerged zipkin functionality (#209)
* docs for unreleased/unmerged zipkin functionality

* update task to assume zipkin functionality already exists
2017-05-14 18:45:46 -04:00
Martin Taillefer 5dae46c479 Cleanup items. 2017-05-13 12:17:17 -07:00
Martin Taillefer cbdce1472b Enable syntax highlighting for PRE blocks. 2017-05-13 10:39:50 -07:00
Martin Taillefer 692a28a2f0 Fix a few errors. 2017-05-13 07:15:59 -07:00
Andra Cismaru 4d2d209e25 Rename demos to samples and use paths relative to root of the installation (#207)
* Rename demos to samples

* Use paths relative to the root

* Use paths relative to the root

* Use relative paths

* Put back istioctl instr
2017-05-12 11:54:15 -07:00
Andra Cismaru a7e3e348da Updated installation after feedback from hackathon (#198)
* First draft getting started

* Added istio-installation and changed bookinfo

* Fix display issue

* Addressed code review comments

* Address more review comments, istio-ca not part of the install

* Use local files instead of raw github files

* Addressed more review comments

* Added note about istioctl and renamed istio-ingress-controller to istio-ingress

* Fix the verb tense

* Rename istio-ingress-controller to istio-ingress

* Fixed installation instructions

* Remove fault injection

* Fix uninstall

* Fix link

* Correct path

* Rbac clarification for alpha and beta versions

* Add more clarity

* Add a dot

* Fix display error

* Fix display error

* Add clarification for Ingress

* Update installation to point to latest release

* Added instructions

* Add more clarity in installation

* Add more clarity in installation

* Get rbac the right way

* Add 4 nodes

* Changed installation instructions after hackthon feedback

* Changed installation instructions after hackthon feedback

* More changes

* More changes

* More changes

* More changes

* More changes

* More changes

* More changes

* Code review comments
2017-05-12 09:45:36 -07:00
GregHanson 8be62376e3 fixes conflicts between ingress/egress httpbin service (#204) 2017-05-12 10:53:45 -05:00
Frank Budinsky fa1695ac54 Address Ingress hackathon issues (#203)
* Ingress task improvements. Fixes #186

* Ingress task improvements. Fixes #186
2017-05-12 09:45:46 -04:00
Isaiah Snell-Feikema 1a8c43c31f change ingress ssl path to expose a less confusing httpbin api (#196) 2017-05-11 22:56:57 -04:00
Isaiah Snell-Feikema 1726fe0a53 Cleanup steps for ingress (#195)
Added cleanup steps and removed the "understanding" section until we have a more full description.
2017-05-11 17:03:57 -05:00
mandarjog a5af2ecc47 Change rate limit to 1qps 2017-05-11 13:32:23 -07:00
Frank Budinsky 38f0255b35 egress task improvements (#189) 2017-05-11 14:20:46 -04:00
Sebastien Vas 3b0e55705e Update installing-istio.md based on new archive format (#180)
* Update installing-istio.md

* Update installing-istio.md

* Update installing-istio.md
2017-05-11 10:26:46 -07:00
mandarjog 0e0d366faf Move code snippet into 'bash' section 2017-05-11 10:14:16 -07:00
Shriram Rajagopalan 4b4b5d7969 yml -> yaml 2017-05-11 12:53:43 -04:00
mandarjog f23e1edf2d Specify why to source istio.Version 2017-05-11 09:25:04 -07:00
Shriram Rajagopalan 0926db3664 minor fixes in installation docs (#179)
* minor fixes in installation docs

* nits
2017-05-11 11:13:56 -04:00
Frank Budinsky d4ba18d1e9 fixed ingress task instructions (#176)
* fixed ingress task instructions

* fix missing line number
2017-05-11 09:29:47 -04:00
Kuat 23852ae5f2 Update ingress.md 2017-05-10 17:59:13 -07:00
Martin Taillefer f34c283c76 Add a cleanup step to the task template. 2017-05-10 14:34:38 -07:00
Laurent Demailly cd9e4e86a4 splitting command from output
issue #174
2017-05-10 14:25:12 -07:00
Laurent Demailly 515063218f splitting cmd from output
as per https://github.com/istio/istio.github.io/issues/174
2017-05-10 14:20:58 -07:00
Kuat 6b97070785 Update integrating-services-into-istio.md 2017-05-10 13:54:10 -07:00
Isaiah Snell-Feikema 2dce16ee7f minor improvements to doc (#175) 2017-05-10 13:40:55 -07:00
Douglas Reid 9563fd21a8 Update installing-istio.md 2017-05-10 13:09:56 -07:00
mandarjog b39bdbf034 Update rate-limiting.md 2017-05-10 13:05:31 -07:00
Laurent Demailly 640079bfdc fixing instructions to match new tar
see https://github.com/istio/istio/issues/232
2017-05-10 12:49:58 -07:00
mandarjog 4f61a07e92 Lower rate limit so user easily hit 429 2017-05-10 12:45:35 -07:00
Martin Taillefer 5321b0cf26 Separate command-lines from outputs. 2017-05-10 12:40:09 -07:00
Laurent Demailly 6cfbaa2647 updating istioctl binary download (#159) 2017-05-10 11:38:02 -07:00
Douglas Reid 11915aab28 Update integrating-services-into-istio.md 2017-05-10 11:35:18 -07:00
mandarjog 8cfadad680 fix broken links (#158) 2017-05-10 11:29:43 -07:00
Kuat 51ff39123d Update egress.md 2017-05-10 11:05:08 -07:00
Kuat 44353d2c36 Update egress.md 2017-05-10 10:52:24 -07:00
Andra Cismaru 642e3e8bf2 Rbac enabled the better way (#154)
* First draft getting started

* Added istio-installation and changed bookinfo

* Fix display issue

* Addressed code review comments

* Address more review comments, istio-ca not part of the install

* Use local files instead of raw github files

* Addressed more review comments

* Added note about istioctl and renamed istio-ingress-controller to istio-ingress

* Fix the verb tense

* Rename istio-ingress-controller to istio-ingress

* Fixed installation instructions

* Remove fault injection

* Fix uninstall

* Fix link

* Correct path

* Rbac clarification for alpha and beta versions

* Add more clarity

* Add a dot

* Fix display error

* Fix display error

* Add clarification for Ingress

* Update installation to point to latest release

* Added instructions

* Add more clarity in installation

* Add more clarity in installation

* Get rbac the right way
2017-05-10 10:45:37 -07:00