Commit Graph

2848 Commits

Author SHA1 Message Date
Martin Taillefer 141a2182c2
A bunch of infrastructure cleanup. (#3221)
- Switch from the Bootstrap grid system to the CSS grid. Much cleaner and faster.

- Add "See also" and "Links" to the list of translation strings

- Prevent the breadcrumb line from being included in the link endnotes when printing a page.

- Cleanup/rename several of the CSS and layout files for clarity.

- Switch the community page from using clumsy tables to a much cleaner approach
with shortcodes.

- Don't show buttons in the link endnotes when printing a page.

- Don't render the link endnotes section at all if the page has no links to include
2019-02-10 07:21:19 -08:00
Joonas Bergius a6631b2b01 Correct the grep for istio-init created crd jobs (#3217) 2019-02-08 12:05:24 -08:00
Martin Taillefer 4ba61a5e96
Update reference docs. (#3218) 2019-02-08 09:54:50 -08:00
Frank Budinsky 5b4f86243b Multicluster version routing blog (#3143)
* multicluster version routing blog

* explain more

* spelling

* tweaks

* improvements

* improved label approach

* add note about DNS

* address review comments

* Update index.md

Capitalize title
2019-02-08 09:38:23 -08:00
Frank Budinsky 4107adf6f5 Fix CIDR range instructions (#3215) 2019-02-08 09:35:23 -08:00
mtail eace7321c8 Fix problem with wide tables potentially overlapping the TOC. 2019-02-08 08:38:57 -08:00
Martin Taillefer c32db038ed
Introduce support for glossary term highlighting. (#3211)
- You can now mark a word as being a glossary term. This will trigger special rendering inviting the
user to click on the item in order to get a popup window showing the glossary text for the term. This
is very nice when introducing a new term within a page.

- Updated our dependency  on Bootstrap and ClipboardJS to the latest versions.
2019-02-08 07:29:38 -08:00
Vadim Eisenberg 4f7da3942d extend the egress task (#3133)
* extend the access to HTTP and HTTPS services

add checking logs, make calls more pretty, add explanations

* remove redundant empty line
2019-02-08 07:15:25 -08:00
Vadim Eisenberg 0529d549bf Use port 80 for TLS origination by egress gateway (#3200)
* use port 80 with protocol HTTPS for mTLS on egress gateway

* rewrite the instructions about why to apply mutual TLS

* make the protocol of 443 HTTPS

* allow monitor -> allow to monitor
2019-02-07 12:06:24 -08:00
Jason Clark 2606b1f522 Updating the API endpoint to /debug/edsz (#3209)
Updating the API endpoint to a non-deprecated
endpoint to test Pilot connectivity.

Signed-off-by: Jason Clark <jason.clark.oss@gmail.com>
2019-02-07 10:34:23 -08:00
Etai Lev Ran 4b0951c5ae document envoy and istio-api labels added to image (#3201) 2019-02-07 10:32:23 -08:00
Lizan Zhou d25f416f32 Add access log troubleshooting doc (#3194)
* Add access log troubleshooting doc

Signed-off-by: Lizan Zhou <lizan@tetrate.io>

* fix

Signed-off-by: Lizan Zhou <lizan@tetrate.io>

* fix

Signed-off-by: Lizan Zhou <lizan@tetrate.io>

* lint

Signed-off-by: Lizan Zhou <lizan@tetrate.io>

* review

Signed-off-by: Lizan Zhou <lizan@tetrate.io>

* review

Signed-off-by: Lizan Zhou <lizan@tetrate.io>
2019-02-07 10:31:23 -08:00
Vadim Eisenberg 5c38b3039f add Install Istio with access to all the external services by default section (#3140)
* add Install Istio with access to all the external services by default

* fix a typo: copule -> couple

* add a call to cnn

* instal -> install

* replace ; with ,

* add a couple of requests to HTTPS services before changing the config map
to show that they are blocked

* do not delete pilot, it listens to the changes of the config map

* no need to reinstall/update -> no need to update

* add 'Change back to the blocking-by-default policy' section

* perfromed -> performed

* all the services -> all services

* instruct Istio proxy -> instruct the Istio proxy

* no HTTP service exist -> no HTTP service exists

* all the access ... will be blocked -> all accesses ... is blocked

* Unindent the block content

* blocked now -> now blocked

* Revert "add a couple of requests to HTTPS services before changing the config map"

This reverts commit 848171c041.
2019-02-07 10:29:23 -08:00
Martin Taillefer 68bb3e5b4e
Fix hard-to-read color combination with table headers + code blocks. (#3207) 2019-02-07 10:05:25 -08:00
Yuchen Dai 5bdcb8448e Fix typo (#3205) 2019-02-06 21:45:26 -08:00
Martin Taillefer 2434af7761
Update reference docs. (#3204) 2019-02-06 20:39:46 -08:00
Morven Cao 159ad3f71a Update installation steps for minimal deployment. (#3101)
* update installation steps for minimal deployment.

* fix lint issues.

* apply comments.

* add github link for yaml file.

* remove invalid github link.

* apply comments.

* add reasons for choosing helm template.

* update minimal installation doc.

* update verify step.

* install istio-minimal with provided value file.

* remove extra 'install'.

* fix spelling lint issues.

* fix spelling issue.

* apply comments.

* fix typo

* update verify step for CRDs.

* apply comments.

* update installation options.

* fix lint issues.

* apply comments.

* fix lint issues.

* update CRDs number.
2019-02-06 11:28:24 -08:00
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