Commit Graph

3081 Commits

Author SHA1 Message Date
mtail 749803d6d0 Fix a couple blog errors. 2019-02-05 17:19:28 -08:00
Diem Vu 08d01e08db Correct command to install Istio with global mTLS enable. (#3198)
* Correct command to append output to istio.yaml, instead of replacing

* Also correct the command to enable mTLS globally. control plane and global mtls need to be set to true together, at least for now.
2019-02-05 17:03:52 -08:00
Jason Clark 495e1ab6c4 Updates the docs to refer to port 8080. (#3197)
As discussed in Issue-11284, Port 15003 has
been deprecated. This commit updates the port
mentioned in the documentation to Port 8080.

Signed-off-by: Jason Clark <jason.clark.oss@gmail.com>
2019-02-05 17:03:08 -08:00
Yangmin Zhu 1126638238 Refactor the authorization task (#3150)
* Refactor the authorization task

- Move the permissive mode to a standalone task
- Rename the group/list claim support to align with other tasks
- Re-order to put the basic HTTP/TCP task first

Signed-off-by: Yangmin Zhu <ymzhu@google.com>

* Fix links.

* resove comments.

* Address comments.
2019-02-05 12:49:22 -08:00
John Howard 6af1bb77c1 Fix missing list in example VirtualService (#3196)
`match` should take a list, but here the `-` was missing.
2019-02-05 10:43:22 -08:00
Rigs Caballero 8e2aa86f96 Add Sail the Blog! post. (#3182)
* Add Sail the Blog! post.

The post announces the new policy for blogs approved by the Steering Committee.

Signed-off-by: rcaballeromx <grca@google.com>

* Make links relative.

Signed-off-by: rcaballeromx <grca@google.com>
2019-02-05 09:52:22 -08:00
Nick Travers aa02682143 Add line-wrapping for multi-cluster Helm commands (#3193)
Currently, the command line snippet for setting up multi-cluster Istio
with Helm is confined to a single line. This makes it difficult to read
without having to scroll horizontally to read the entire command.

Update the command to be multi-line.

Signed-off-by: Nick Travers <n.e.travers@gmail.com>
2019-02-05 09:48:43 -08:00
Martin Taillefer 2eebc0a3d5 Expand the security vulnerability page. (#3195) 2019-02-05 09:40:23 -08:00
Mariam John 149f9ddfbc Update tablegen.py to update the installation option table for 1.1 (#3188)
Updated tablegen.py to process the configuration options from the values.yaml
files under /istio/install/kubernetes/heml/subcharts directory and the
remaining configuration options like global, istiocoredns, istio_cni from
values.yaml under /istio/install/kubernetes/helm/istio directory.
2019-02-04 09:58:52 -05:00
Chris 1908804935 zh: content/blog/2018/incremental-traffic-management (#3068)
*  content_zh/blog/2018/incremental-traffic-management

* updated

* updated

* updated
2019-02-01 19:24:21 -08:00
mtail 66b3dbee50 Quick CSS adjustments to the new warning/tip/idea callouts 2019-02-01 17:12:48 -08:00
Martin Taillefer 4807e58d09
Fix rendering problem with indented tips, warnings, and ideas. (#3192) 2019-02-01 10:30:49 -08:00
Yossi Mesika 1167b631bb Few corrections to the Cluster-Aware example (#3189)
* Updates to the doc after verifying the example with latest v1.1 build

* Minor updates

* Fix copy-paste indentations

* Some other corrections
2019-02-01 10:06:25 -08:00
flydragon 0006010bb9 zh: content_zh/content/help/ops/setup/validation (#3190)
fix code style
2019-02-01 01:11:23 -08:00
Martin Taillefer dd782b3d12
Improve the looks of warnings, info blobs, and tips. (#3181) 2019-01-31 12:11:53 -08:00
Douglas Reid 3d78371b84 Fix Tracing FAQ typo (#3185) 2019-01-31 11:32:23 -08:00
Manish CHUGTU 27bc6ab0e3 Blog Content: Demystifying Istio's Sidecar Injection Model (#2984)
* Blog Content: Demystifying Istio's Sidecar Injection Model

* Update the Alt attribute to image
2019-01-31 11:17:36 -08:00
Eric Van Norman 973eb5dcea Remove progress bars from curl (occuring on Mac) (#3171) 2019-01-31 09:45:14 -08:00
jnativio 6c6260963c Egress gateway performance blog (#2978)
* egress getway perf blog

* add new words to .spelling

* more fixes

* more fixes 2

* more fixes 3

* more fixes 4

* final fixes

* sigh ...

* sigh 2

* spelling correction
2019-01-31 09:40:21 -08:00
Jianfei Hu 65cf1b3da2 Document the liveness health check rewrite. (#2961) 2019-01-30 14:03:12 -08:00
Martin Ostrowski 974984e84d Deprecate Deployment Manager install, point to Istio on GKE (#3149)
* Deprecate Deployment Manager install, point to Istio on GKE

* Remove deployment manager completely

* Rename quick-start-gke-dm to drop dm
2019-01-30 10:04:22 -08:00
Martin Taillefer 1226948007
Update reference docs. (#3172) 2019-01-30 08:27:01 -08:00
Spike Curtis 9058bec3ce Add containerPort requirement documentation (#3168)
Signed-off-by: Spike Curtis <spike@tigera.io>
2019-01-30 08:13:22 -08:00
Vincent f2481e86c3 zh: content/help/ops/setup/required-pod-capabilities/index.md (#3147)
* content/help/ops/setup/required-pod-capabilities/index.md

* changed: title
2019-01-29 19:26:21 -08:00
Vincent 87549b7c13 zh: content/docs/setup/kubernetes/istio-cni-install/index.md (#3154)
* zh: content/docs/setup/kubernetes/istio-cni-install/index.md

* removed a space

* fixed review comments.
2019-01-29 19:25:19 -08:00
Vincent d7efa1c265 zh: content/docs/examples/multicluster/gateways/index.md (#3145)
* zh: content/docs/examples/multicluster/gateways/index.md

* fixed: typo

* fixed: space before [sleep
2019-01-29 19:24:20 -08:00
Chris 8421daee42 zh: content/docs/concepts/multicluster-deployments/index.md (#3153)
* multicluster-deployments

* keep 'local' and 'remote' as EN
2019-01-29 19:22:20 -08:00
Rigs Caballero e958cf600f Update the Creating and Editing pages guide. (#3166)
* Update the Creating and Editing pages guide.

The Istio Steering Committee approved new guidelines for blog posts. This PR
implements the approved changes on the appropriate page.
2019-01-29 13:41:00 -08:00
Martin Taillefer 1f48dbb230
Moved a stray FAQ file. (#3164) 2019-01-29 10:14:35 -08:00
Vincent 5dee64cedc added GCP and CNI into .spelling (#3155) 2019-01-29 07:01:39 -08:00
Martin Taillefer 0a3cf89ecc
Update the authoring guide. (#3148) 2019-01-29 07:01:00 -08:00
Douglas Reid 6a95c5b3ce Initial Distributed Tracing FAQ section (#2997)
* Initial Distributed Tracing FAQ section

* Lint fixes

* Fix typo

* Address review comments

* Addressing review comments

* Fixup

* Separate subheadings for different types of tracing

* Fixups

* Fix link

* Update aliases
2019-01-28 12:00:19 -08:00
Vincent 35385b9764 zh: sync help/ops/setup/webhook/index.md (#3129) 2019-01-28 05:19:21 -08:00
Martin Taillefer 842ebc088e
Remove stale references to Rocket Chat. (#3142)
Also, check in a cleaner version of the logo.
2019-01-25 11:35:05 -08:00
Eric Van Norman 38c3e33e32 Remove $ from pasted commands (#3141)
When the cut option was selected for the text bash items and then
pasted into a terminal, the $'s were not removed. This changes removes
them.
2019-01-25 09:29:17 -08:00
mtail 7277d79299 Fixed typo 2019-01-25 07:18:36 -08:00
Martin Taillefer d77ac74d81 Generalize handling of text blocks with <<EOF syntax. (#3136) 2019-01-24 17:17:18 -08:00
Frank Budinsky 7c82233734 Install CRDs in multicluster instructions (#3135) 2019-01-24 14:00:35 -05:00
Lin Sun c0cc0a5ada remove duplicate install (#3134) 2019-01-24 10:40:20 -08:00
Frank Budinsky c43b2a3a28 Clarify IP choice for global services (#3127)
* Clarify IP choice for global services

* spelling
2019-01-24 08:42:23 -08:00
Vadim Eisenberg f11555710d add a step to confirm that Bookinfo is running without ingress (#3125)
* add a step to confirm that Bookinfo is running without ingress

to verify that the app with Istio runs correctly without ingress,
to separate Istio installation errors from Ingress configuration
errors, to prevent questions like these
https://stackoverflow.com/questions/54307216/istio-proxy-unable-to-connect-to-istio-pilot

* fix the links to the renamed section (confirm the app is accessible...)
2019-01-24 08:41:18 -08:00
Douglas Reid f2ae9b762f Add prometheus application metrics faq entry (#2998)
* Add prometheus application metrics faq entry

* Fix typo

* Initial review update

* Address review comments
2019-01-24 08:39:21 -08:00
banix 7f3ea2cc34 Correcting the IP ranges used in IKS (#3126) 2019-01-23 21:35:46 -05:00
Frank Budinsky 924491159f Multicluster example improvements (#3118)
* Multicluster example improvements

* fix spelling

* address review comments
2019-01-23 09:20:18 -08:00
Vadim Eisenberg 024771c226 make the test curl command for bookinfo clearer (#3123)
give a nice visual clue that the accessed page is indeed productpage,
and not some other server that returns 200
2019-01-23 08:00:20 -08:00
Jimmy Song 03882efdc9 zh: replace host with hosts (#3119)
- Refer to https://github.com/servicemesher/istio-official-translation/issues/593
2019-01-22 23:47:18 -08:00
Rigs Caballero b6b99836e3 Add attribute-based cleanup commands. (#3106)
* Add attribute-based cleanup commands.

Signed-off-by: rcaballeromx <grca@google.com>

* Fix linting issue.

Signed-off-by: rcaballeromx <grca@google.com>

* Fix capitalization issue.

Signed-off-by: rcaballeromx <grca@google.com>
2019-01-22 12:21:19 -08:00
Vadim Eisenberg d6eb09bb9e clarify secure ingress gateway troubleshooting regarding killing the pod to reload certificates (#3112)
* put the instructions to kill the pod after checking that the key/certificate are loaded

* add "if you created the secret, but..." before killing the pod

* the secret <secret name> -> the <secret name> secret

* kill -> delete
2019-01-22 09:47:56 -08:00
Vadim Eisenberg 13dda4ce1c add Security note to egress traffic control task (#3115)
* add Security note to egress traffic control task

Similar to https://archive.istio.io/v0.7/docs/tasks/traffic-management/egress.html#egress-rules-and-access-control

* remove a redundant empty line
2019-01-22 09:03:56 -08:00
Yossi Mesika 5c76533d9b Minor changes following #3109 (#3117)
* Updates to the doc after verifying the example with latest v1.1 build

* Minor updates
2019-01-22 06:58:57 -08:00