Commit Graph

84 Commits

Author SHA1 Message Date
SataQiu b4198b0119 Fix www.envoyproxy.io links (#4442) 2019-06-17 09:22:50 -07:00
Tao Li 7e68f1d3a9
Improve citadel doc: make it clear multiple-citadel is not supported (#4263)
* Fix merge issue

* Address comments

* Fix lint

* Address comments
2019-06-11 16:20:12 -07:00
Martin Taillefer 326747a260
Publish 1.1.8 and 1.0.8 notes.
* Patch #4273 to master branch (#4285)

(cherry picked from commit 521a2fe7d9)

* 1.0.8 release notes (#4278)

(cherry picked from commit 82c5f46ae3)

* 1.1.8 release notes (#4276)

* First draft 1.1.8 release notes

* s/multi-cluster/multicluster/

(cherry picked from commit ab7e8dcf13)
2019-06-07 13:17:08 -07:00
Oliver Liu 5f57e5c8e2 Root transition announcement. (#4273) 2019-06-07 05:58:15 -07:00
John Howard be5b27349d Update locality lb docs (#3986)
* Update locality lb docs

* address comments
2019-04-19 14:50:18 -07:00
Oli Bye 6f42fc8c53 Remove -it from kubectl logs statement (#4006) 2019-04-17 17:59:21 -07:00
Kuat b6c54625de Update mixer configs (#3975)
* convert samples

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

* preview

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

* preview

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

* preview

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

* preview

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

* preview

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

* use istio instead of version

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

* preview

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

* preview

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

* testing against release branch

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

* fix extra p

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

* add blank lines

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

* edit

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

* edit

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

* edit

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

* edit

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

* edit

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

* minor edit

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

* update ops guide

Signed-off-by: Kuat Yessenov <kuat@google.com>
2019-04-16 11:36:02 -07:00
Martin Taillefer 80dcdd71bd
Update references to kubernetes versions. (#3999) 2019-04-16 07:56:52 -07:00
Vadim Eisenberg 50563d930b make enabling of liveness HTTP probe rewrite a separate subsection (#3949)
* make enabling of liveness HTTP probe rewrite a separate subsection

so it can be referenced from other documents

also, edit the sidecar injector config map instead of reinstalling Istio

* move the helm installation option before the command to update the configuration map

* move warning to the end of the section about health check

clarify that it is the same for Helm and for editing configmap
remove "global" and "be aware of the risks"
2019-04-15 10:16:18 -07:00
Yangmin Zhu 1377d05cbd fix Debugging Envoy and Pilot (#3981) 2019-04-12 08:28:48 -07:00
Maxime Guyot 0964d60fd0 Updatep get policy (#3977)
Make it easier to find the default policy
2019-04-10 06:47:49 -07:00
Phillip Quy Le 9d35cfdfa2 Update Envoy restart time for cert rotation (#3964) 2019-04-09 07:00:36 -07:00
Liam White 71e6347fa2 Add locality load balancing docs to traffic management concepts (#3593)
* Add locality load balancing docs to traffic management concepts

Signed-off-by: Liam White <liam@tetrate.io>

* appease our linting overlords

Signed-off-by: Liam White <liam@tetrate.io>

* Update content/docs/concepts/traffic-management/index.md

Co-Authored-By: liamawhite <liamawhite@gmail.com>

* Apply suggestions from code review

Co-Authored-By: liamawhite <liamawhite@gmail.com>

* clean up the mess I made with gh suggestions

Signed-off-by: Liam White <liam@tetrate.io>

* Move the docs around to ops guide

Signed-off-by: Liam White <liam@tetrate.io>

* Correct hierarchy ordering

Signed-off-by: Liam White <liam@tetrate.io>

* remove errant slash

Signed-off-by: Liam White <liam@tetrate.io>

* s/service/workload/g

Signed-off-by: Liam White <liam@tetrate.io>

* 🤦

Signed-off-by: Liam White <liam@tetrate.io>

* fix numberings

Signed-off-by: Liam White <liam@tetrate.io>
2019-03-14 09:42:40 -07:00
Martin Taillefer 1e075ef7cd
Fix broken links (#3636)
- We haven't been checking external links for months now due to a script error
when someone added an option that didn't work as expected. I'm fixing a bunch
of resulting broken links. I can't turn on the link checker yet since there are
some bad links in reference docs which I have to address first.

- Add a bunch of links to yaml files in our code examples using the @@ syntax.
2019-03-11 22:05:18 -07:00
Martin Taillefer 117521b05e Shuffle the setup directory a bit. (#3626)
Co-Authored-By: geeknoid <geeknoid@users.noreply.github.com>
2019-03-11 13:45:35 -07:00
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
Frank Budinsky 7aebcc5a26 kubectl logs -l only returns 10 lines (#3455) 2019-03-04 15:15:19 -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
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
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
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
Jianfei Hu 65cf1b3da2 Document the liveness health check rewrite. (#2961) 2019-01-30 14:03:12 -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
Frank Budinsky 5a525ba405 Document browser connection reuse problem (#2970) 2018-12-18 16:14:13 -08: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
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
Lee Calcote d6525f1eb9 Updating consistency in capitalization (#2824) 2018-10-31 07:27:58 -07:00
Yangmin Zhu 054a7c0ad9 rbac: deprecate RbacConfig with ClusterRbacConfig (#2761) 2018-10-26 11:11:32 -07:00
Vincent ef9ff7d368 Fix 404 of subcharts (#2789)
* fixed: changed charts->subcharts

* Following #9306, changed references of subcharts.
2018-10-20 12:11:19 -07:00
Martin Taillefer a2026aab5e
Clean up a bunch of loose ends (#2745) 2018-10-05 22:21:56 -07:00
Yangmin Zhu 5cb7c13a8e rbac: update concept and reference for RBAC tcp. (#2612) 2018-10-01 13:19:52 -07:00