Commit Graph

147 Commits

Author SHA1 Message Date
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