Commit Graph

158 Commits

Author SHA1 Message Date
Martin Taillefer fbd2b162fb
Prune a few things that shouldn't have been in the dictionary. (#3622) 2019-03-11 11:35:52 -07:00
Martin Taillefer 2c62859726 Tweak the installation pages. (#3610)
- Move requirements up to be the first thing people see. This matches
the order presented in the landing page.

- Shuffle the order in the sidebar a bit to correspond to the order
the material is presented in the landing page.

- Clean up some of the wording on the k8s landing page.

- Shorten the platform names used in the sidebar nav so they fit better.
This matches the names used in the Platform Setup section.
2019-03-11 08:56:35 -07:00
Ed Snible 3a089e141e Document the sidecar.istio.io/statsInclusionPrefixes annotation (#3581)
* Document the sidecar.istio.io/statsInclusionPrefixes annotation

* Minor wording changes suggested by venilnoronha

* Remove trailing spaces to satisfy lint

* Use code style for filenames

* Address two concerns from Frank

* Incorporate comments from rcaballeromx

* Remove trailing space at end of line
2019-03-10 21:46:24 -04:00
Kuat a7b0b1355f add FAQ on header casing (#3586)
* add faq on header casing

Signed-off-by: Kuat Yessenov <kuat@google.com>

* links

Signed-off-by: Kuat Yessenov <kuat@google.com>

* links

Signed-off-by: Kuat Yessenov <kuat@google.com>

* spelling

Signed-off-by: Kuat Yessenov <kuat@google.com>
2019-03-08 14:19:34 -08:00
Jianfei Hu 48f73b143b Update mesh expansion doc with birectional example. (#3274)
* First round of mesh expansion doc updates.

* Bash syntax works now, and remove the headline to be consistent.

* fix the spelling.

* SERVICE_NAMESPACE and cleanup.

* Use more SERVICE_NAMESPACE in the cmd.

* Another round of fixing the doc by following exactly what it says.

* add gcloud ssh

* VM instance ip as a step.

* address comments. ns explaining.

* comments fixing and echo to tee.

* update meshexpansion.enabled

* applied my zone, project in scp.

* add istio-sys ns crtn.

* Fix frank suggestion.

* gce instance ip

* Verfied manually: use helm template for CRD.

* Verfied manually: use helm template for CRD.

* for example comma.

* Add tips to disclaim GCE.

* Update content/docs/setup/kubernetes/mesh-expansion/index.md

Co-Authored-By: incfly <jianfeih@google.com>

* Update content/docs/setup/kubernetes/mesh-expansion/index.md

Co-Authored-By: incfly <jianfeih@google.com>

* address taos comments.

* fix the link for cert life config.

* Change to require helm in prerequisite.

* fix lint

* congrats section and cleanup vm model section.

* Apply 23 suggestions to code review from github.

Co-Authored-By: incfly <jianfeih@google.com>

* remove tip section.

* fix trailing spaces lint.

* fix lint.

* remove duplicate sentence.

* remove duplicate the the.
2019-03-08 14:17:33 -08:00
Frank Budinsky eab78670ea Merge minimal with helm install and simpify install paths (#3538)
* Merge minimal with helm install and simpify install paths

* circleci errors

* broken links

* fix broken link
2019-03-07 09:13:37 -08:00
Frank Budinsky 76fc94137e Update istio-demo install instructions (#3520)
* Update istio-demo install instructions

* improve verify step

* fix circleci errors

* typo

* Change title

* Update content/docs/setup/kubernetes/install/kubernetes/index.md

Co-Authored-By: frankbu <frankb@ca.ibm.com>

* Update content/docs/setup/kubernetes/install/kubernetes/index.md

Co-Authored-By: frankbu <frankb@ca.ibm.com>

* Update content/docs/setup/kubernetes/install/kubernetes/index.md

Co-Authored-By: frankbu <frankb@ca.ibm.com>

* Update content/docs/setup/kubernetes/install/kubernetes/index.md

Co-Authored-By: frankbu <frankb@ca.ibm.com>

* Update content/docs/setup/kubernetes/install/kubernetes/index.md

Co-Authored-By: frankbu <frankb@ca.ibm.com>

* Update content/docs/tasks/security/authn-policy/index.md

Co-Authored-By: frankbu <frankb@ca.ibm.com>

* Update content/docs/tasks/security/plugin-ca-cert/index.md

Co-Authored-By: frankbu <frankb@ca.ibm.com>

* Update content/docs/setup/kubernetes/install/kubernetes/index.md

Co-Authored-By: frankbu <frankb@ca.ibm.com>

* Update content/docs/setup/kubernetes/install/kubernetes/index.md

Co-Authored-By: frankbu <frankb@ca.ibm.com>

* Update content/docs/setup/kubernetes/install/kubernetes/index.md

Co-Authored-By: frankbu <frankb@ca.ibm.com>

* spelling
2019-03-05 14:47:20 -08:00
Frank Budinsky 7aebcc5a26 kubectl logs -l only returns 10 lines (#3455) 2019-03-04 15:15:19 -08:00
Martin Taillefer beaaf83ba4
Update reference docs. (#3497)
Also fixed a couple CI failures that snuck in.
2019-03-04 14:03:05 -08:00
Martin Taillefer f26e78e90d
Update a few FAQ entries. (#3490) 2019-03-04 12:38:09 -08:00
SataQiu 9a2eb88dd8 update content/help/faq/distributed-tracing/disabling-tracing.md (#3486) 2019-03-04 07:31:57 -08:00
Martin Taillefer ad565871d6
Clean up keywords. (#3442) 2019-02-28 17:26:46 -08:00
Rigs Caballero 21c918fbe4 Organize the Kubernetes Installation content. (#3422)
* WIP Add Kubernetes Installation landing page.

This adds the landing page and organizes the content to make it easier to navigate.

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

* Apply initial feedback on landing page content.

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

* Rename and move files to enhance navigation.

Added aliases to redirect after filename changes.

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

* Harmonize all installation guide titles and intros.

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

* Fix all links affected by the restructure.

Fixed all internal links and added aliases to ensure external redirects.

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

* Fix paths of images on the ZH content.

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

* Fix additional links and apply feedback.

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

* Fix link error introduced by rebase.

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

* Remove redundant instances of "Istio" in titles.

Signed-off-by: rcaballeromx <grca@google.com>
2019-02-28 14:37:30 -08:00
Diem Vu 10415287c8 Update document for `istioctl auth tls-check` command (#3343)
* Update mutual tls deepdive doc to reflect the new authn tls-check behavior

* Also update FAQ

* Correct grammar

* Update content/docs/tasks/security/mutual-tls/index.md

Co-Authored-By: diemtvu <25132401+diemtvu@users.noreply.github.com>

* Address comment

* Also include changes to fix #11825

* Change the example to show default DR to avoid confusion

* Correct change the example to show default DR to avoid confusion

* Update content/docs/tasks/security/mutual-tls/index.md

Co-Authored-By: diemtvu <25132401+diemtvu@users.noreply.github.com>

* Update content/docs/tasks/security/mutual-tls/index.md

Co-Authored-By: diemtvu <25132401+diemtvu@users.noreply.github.com>

* Update namespace for global destination rule

* Update content/docs/tasks/security/mutual-tls/index.md

Co-Authored-By: diemtvu <25132401+diemtvu@users.noreply.github.com>
2019-02-28 13:51:32 -08:00
Tao Li c4b714ec99 Remove unnecessary section to turn on permissive (#3382)
* Remove unnecessary section to turn on permissive

* Delete obsoleted file

* Add alias

* Fix comment
2019-02-26 11:35:30 -08:00
Douglas Reid 38457bd841 Update prometheus-application-metrics.md (#3374)
Fixes #3371
2019-02-25 11:49:43 -08:00
Dmitri Dolguikh 1ba1c2d4a3 Fixed a typo. (#3361) 2019-02-23 08:36:22 -08:00
Douglas Reid ed54669247 Update 'Missing Metrics' help to match 1.1 changes (#3353)
* Update 'Missing Metrics' help to match 1.1 changes
2019-02-21 17:05:33 -08:00
Ozben Evren cc4e78995c Add port forwarding instructions to ControlZ page. (#3347) 2019-02-21 14:26:58 -08:00
Dmitri Dolguikh 112fef65ac Fix for bash interpreting "||" in cluster name as a logical "or". (#3350) 2019-02-21 14:25:55 -08:00
Morven Cao 52e19a81a2 fix command checking NET_ADMIN capanilities. (#3246) 2019-02-19 06:36:25 -08:00
Andra Cismaru f6c3aad0c8 Make title more specific for nw troubleshooting (#3243)
* Make title more specific for nw troubleshooting

* Move page to old location
2019-02-14 14:20:25 -08:00
Eric Van Norman 7a2f811674 Change default monitoring port (#3183) 2019-02-13 10:12:39 -08:00
Dennis W. Otugo 15e971597f Update index.md (#3226) 2019-02-11 10:03:17 -08:00
mtail 9ad3ad771c A few more fixes. 2019-02-10 19:12:13 -08:00
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
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
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
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
Jianfei Hu 65cf1b3da2 Document the liveness health check rewrite. (#2961) 2019-01-30 14:03:12 -08:00
Martin Taillefer 1f48dbb230
Moved a stray FAQ file. (#3164) 2019-01-29 10:14:35 -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
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
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
Martin Taillefer 1c1242ffc4
Fix spelling and grammar stuff throughtout the site. (#3114) 2019-01-21 09:35:38 -08:00
Martin Taillefer 8a9d5cb92b
Fix a bunch of capitalization and spacing errors. (#3108) 2019-01-19 09:39:24 -08:00
Martin Taillefer d7c4eb33f5
Switch to discuss.istio.io (#3071) 2019-01-10 07:11:00 -08:00
Vadim Eisenberg 0b9f47a8ca Specify the requirement for the NET_ADMIN capability (#2891)
* add a bullet about the privileged mode

* change privileged mode to NET_ADMIN capability

* Rewrite the sentence: it is required for...

Co-Authored-By: vadimeisenbergibm <vadime@il.ibm.com>

* Simplify the sentence about the default service account

Co-Authored-By: vadimeisenbergibm <vadime@il.ibm.com>

* remove leftover from a previous commit

* remove another leftover from a previous commit

* add a missing whitespace after a dot

* remove capitalization of Service Account and Pod Security Policy

* add a remark about pod security policies being enforced in the cluster

* split the content between spec-requirements and required-pod-capabilities in the operations guide

* Fix the link to required-pod-capabilities
2019-01-07 15:46:02 -05:00
Martin Taillefer 51f878a914
Simplify use of the image shortcode. (#3021)
- The width value now defaults to 100%, so it doesn't need to be specified explicitly
in many cases.

- The ratio value can now be computed automatically for PNG and JPG files, so it doesn't need
to be specified explicitly.
2019-01-03 07:46:55 -08:00
Chunlin Yang 841b321905 add more protocol (#2965) 2018-12-19 10:15:06 -08:00
Frank Budinsky 5a525ba405 Document browser connection reuse problem (#2970) 2018-12-18 16:14:13 -08:00
Martin Taillefer 8fd070d4ca Fix CI failures. (#2989)
This includes updating to the latest reference docs from the 1.1 branches.
2018-12-17 15:05:38 -08:00
Gary Brown 6511aad85e FAQ telemetry: requests are not being traced (#2939)
* FAQ telemetry: requests are not being traced

* Minor change
2018-12-03 10:53:15 -05:00
Gary Brown c6dd738246 FAQ telemetry: why can't istio implicitly propagate headers (#2938) 2018-12-03 10:52:48 -05:00
Martin Taillefer f17a5d2e79
Fix a bunch of absolute links that should have been relative. (#2933)
- Added a linter rule to prevent further occurances.
2018-11-30 06:41:56 -08:00
Jonh Wendell 5a505ebd3a Add a 'How to join Slack' FAQ entry (#2855) 2018-11-09 11:12:28 -05:00
themanifold a514e979db Fixing curl command to set debug mode for proxy (#2836)
Trivial MR: curl command for setting debug mode for proxy should be a POST not a GET
2018-11-07 07:02:49 -08:00