Commit Graph

583 Commits

Author SHA1 Message Date
mtail b7bbafa70a Latest reference docs. 2018-02-09 14:48:02 -08:00
craigbox e1da4d25bf Update docs to refer to GKE using v1.9.2 (#961)
Fixes to the wording about s/initalizer/mutating webhook/ and fixes to the script for installing a GKE cluster, now that 1.9.x is GA.
2018-02-09 10:49:22 -08:00
Chris Laprun ad75fa6da0 Synch examples with attribute vocabulary. (#957) 2018-02-08 17:25:55 -08:00
Tao Li 10795e1b23
Fix plugin-ca doc (#956) 2018-02-08 13:47:44 -08:00
Jeff Mendoza 14b95baaea Consistent capitalization of Servicegraph (#953) 2018-02-08 13:41:43 -08:00
Martin Taillefer 99b8ddcb54
Fix a bunch of content errors. (#951)
* Fix a bunch of content errors.

- Replace links using https://istio.io and / with {{home}} so they work
on staging and archive versions of the site.

- Fix a bunch of preformatted blocks that has extra spaces or incorrect indent

- Replaced usage of "Further reading" with "What's next" to match our convention.

- Fix capitalization style of various headers to match our convention.

- Broke up some preformatted blocks to separate the command-line from the output
in order to make cut & paste easier, per our convention.

* Fix more links.
2018-02-08 13:17:21 -08:00
Christian Posta ca2fdb0b24 added traffic mirroring task (#945)
* added traffic mirroring task

* clarification of envoy cluster

* clarified the shadowing policy

* drop .DS_Store that snuck in
2018-02-08 11:24:04 -05:00
Laurent Demailly 9a90ea3eec
additional link to archive (#871) 2018-02-07 21:19:06 -08:00
Jason Young ea20135b8d fix docs/setup/kubernetes/sidecar-injection.html links (#940) 2018-02-06 22:21:34 -08:00
Vincent 42827df958 fixed circuit breaker links (#930) 2018-02-06 20:51:39 -08:00
Martin Taillefer 8ec8e250da
Update reference docs. (#942)
* Update reference docs.

- We now replace instances of https://istio.io with {{site.baseurl}} in imported
reference docs such that the generated site will work properly for staging and for
archive.istio.io

* Fix a bad link.
2018-02-06 20:48:33 -08:00
Limin Wang bc4c823c5c
Fix formatting issues on Istio RBAC task page. (#941) 2018-02-06 17:15:53 -08:00
Limin Wang dfa8e8f3cb
Add a task doc for Istio RBAC. (#934)
* Add a task doc for Istio RBAC.

* Minor edits.

* Fix release notes.

* Addressed Spike's comments.
2018-02-06 16:17:09 -08:00
cmluciano 1fffddd850 Minikube sidecar injection setup for 0.5.0 (#921) 2018-02-06 13:20:41 -08:00
Yinjie Chen ea11fcf6e1 Document RBAC set up for ingress key cert protection. (#755)
* Document RBAC set up for ingress key/cert

* Document revision.

* Addressed some review comments.

* Add some revision.

* Add some revision.

* Revise per comment.

* Update ingress.md
2018-02-06 10:53:24 -08:00
Martin Taillefer 428af2c847
Update reference docs. (#937) 2018-02-06 09:48:31 -08:00
Vadim Eisenberg ff84954b62 remove offending asterisk from curl output (#935)
the asterisk does not have any meaning
it confuses jekyll, it takes it as a bullet
2018-02-05 20:23:57 -08:00
Steven Dake f9e5df3c73 Add documentation for Helm deployment (#875)
* Add documentation for Helm deployment

This adds documentation along with related configuration options for
deploying Istio with the Helm charts.

* Few corrections as suggested during review.

* Fix error in path to install Helm package

* Slight refinement of helm documentation

Fix a typo in the install command and warning clause about automatic
sidecar injection not being implemented.
2018-02-05 13:51:58 -05:00
Laurent Demailly 5b4b284f32
clarification on mTLS verification with curl (#925)
* clarification on mTLS verification with curl

from some confusion by user on slack

* update ptal
2018-02-02 16:21:25 -08:00
Vadim Eisenberg 80aeade850
add Control Egress TCP Traffic task (#928)
* add Control Egress TCP Traffic task

* removed redundant whitespace

* replaced outside the mesh with outside the cluster
2018-02-03 00:08:13 +02:00
Martin Taillefer e795a779c4
Regenerate docs with latest tooling. (#926) 2018-02-01 21:04:37 -08:00
Limin Wang f80fdda9aa
Add a concept doc for Istio RBAC. (#922)
* Add a concept doc for Istio RBAC.

* Fix reference error.

* Addressed Spike's comments.
2018-02-01 16:05:09 -08:00
Martin Taillefer 622fcbda07
Refresh CLI docs given updated generator. (#923) 2018-02-01 15:48:18 -08:00
Shriram Rajagopalan 9a0cdae6a9
fix v1alpha2 docs (#919)
* doc fix

* nit
2018-02-01 16:23:48 -05:00
Jason Young 987e82a7e4 Clarify deprecation of initializer for automatic proxy injection (#920)
* Clarify deprecate of initializer for automatic proxy injection

* Update sidecar-injection.md

* Update sidecar-injection.md
2018-02-01 12:36:31 -08:00
Jason Young d705f26b19
Update quick start guide for sidecar injector webhook (#909) 2018-02-01 11:30:40 -08:00
Vadim Eisenberg 7f60c8a44e
added "Relation to Security" section for egress rules task (#904)
* added "Relation to Security" section for egress rules task

explain that Egress Rules cannot be a security measure for the traffic to
the external services

* rephrased the paragraph about Egress Rules and security

* make the sentence about the access control shorter

* added "the" to "external services"
2018-02-01 20:36:08 +02:00
mtail 6e826e25c5 Quicky fix to istioctl gen-deploy.
The real fix involves the tool that's producing the .md file...
2018-02-01 10:14:53 -08:00
Martin Taillefer 5291eb1682
Update CLI docs and create reproducible process to update these docs. (#916) 2018-02-01 09:33:56 -08:00
Jeff Mendoza 0080429510 Add Task for setting up and using the Fluend Mixer adapter. (#905) 2018-01-31 15:44:57 -08:00
Jason Young 328343c39f
clarify `sidecar.istio.io/inject` annotation usage (#899)
`sidecar.istio.io/inject` annotation should be applied to the pod template spec and not the controllers, e.g. deployment.
2018-01-30 12:27:38 -08:00
Jason Young 35bbdd55e3 improve documentation for manual sidecar injection (#898)
* add `--dry-run` to manual injection configuration step

* Update sidecar-injection.md
2018-01-30 13:31:03 -05:00
Martin Taillefer fafeefab44
Fix a few links. (#897) 2018-01-30 08:16:52 -08:00
Martin Taillefer 4854fdd800
First push of reference docs using new doc tooling. (#894) 2018-01-30 06:28:49 -08:00
Oliver Liu f426bc7fcb Update the ingress controller task. (#895)
* Improve the ingress controller HTTPS verification spec.

* Small fix.
2018-01-29 19:28:14 -08:00
Andra Cismaru 9a4fcf4cde
Update sidecar-injection.md follow up (#892)
* Update sidecar-injection.md

* Update sidecar-injection.md
2018-01-27 23:22:54 -08:00
Andra Cismaru d66ba78b91
Update sidecar-injection.md (#891) 2018-01-27 22:31:15 -08:00
Jason Young 350416c7e1 Update sidecar-injection.md (#888) 2018-01-26 22:04:57 -08:00
Jason Young b2688e39b5
update kubernetes sidecar injection setup instructions (#882) 2018-01-26 21:02:41 -08:00
Christian Posta 20dd5a5c54 Fixes https://github.com/istio/istio.github.io/issues/883 for incorrect link to Envoy docs for mirroring (#884) 2018-01-26 10:18:04 -08:00
Georgios Andrianakis 9e6c08bb9a Change the installation instructions for Openshift (#856)
The documentation change here reflects the work that was done on:
https://github.com/istio/istio/pull/2465
and should only be merged IFF the aforementioned PR is merged
2018-01-25 14:33:32 -05:00
Tao Li dc3511ed14 Make pluggable CA feature clearer (#880) 2018-01-23 15:55:54 -08:00
patricekrakow 4613c9d3b4 Update ServiceModel_Versions.svg | Rename the box at the bottom right from << SvcB >> to << SvcB' >> (B prime) as it should be a different variant of the service << serviceB.example.com >>. (#876) 2018-01-19 16:20:21 -08:00
Christian Posta 19fbe09d42 Addition of circuit breaking task which fixes (#873)
https://github.com/istio/istio.github.io/issues/872
2018-01-17 10:51:42 -08:00
Christian Posta ecf622489a removed referece to istio-egress from the k8s quickstart as that no longer exists. https://github.com/istio/istio/issues/2523 (#864) 2018-01-10 10:41:29 -08:00
Vincent 4bd145d7b0 Add kind field into the yaml files of DestinationPolicy object. (#855) 2018-01-09 16:33:31 -05:00
Christian Posta 37a7372225 Add missing reference docs for Mirror and CORS configuration related to https://github.com/istio/istio/pull/1314 and https://github.com/istio/istio/issues/2359 (#859) 2018-01-09 16:33:08 -05:00
Vadim Eisenberg 4c66684251 fix the definition of sleepWindow: minimum time the circuit will be open. (#863)
Instead of closed as it was previously. The circuit is open = "no traffic".
2018-01-09 16:30:55 -05:00
Guang Ya Liu 52c5ca9206 Added doc for how to get ingress ip and port for IBM Cloud Private. (#861) 2018-01-09 10:55:29 -08:00
Christian Posta 7ef841d0ea Make the required fields for circuit breaking more visible/apparent. (#862) 2018-01-08 21:08:06 -08:00