Commit Graph

2710 Commits

Author SHA1 Message Date
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
Lin Sun 6e1ce04ba4 remove not needed install (#3116)
thanks to @frankbu for catching this.
2019-01-21 12:24:56 -08:00
Martin Taillefer 1c1242ffc4
Fix spelling and grammar stuff throughtout the site. (#3114) 2019-01-21 09:35:38 -08:00
Morven Cao 12730e09d2 update helm installation doc to separate the CRDs deployment step. (#3110) 2019-01-21 11:33:52 -05:00
Yossi Mesika 004c301160 Updates to the doc after verifying the example with latest v1.1 build (#3109) 2019-01-21 07:45:55 -08:00
Martin Taillefer 8a9d5cb92b
Fix a bunch of capitalization and spacing errors. (#3108) 2019-01-19 09:39:24 -08:00
Tim Swanson 0e66794cf7 Add new setup instructions about istio-cni (#2902)
* Add new setup instructions about istio-cni

* Fix review nits.

* Add Istio CNI to about/features as an alpha status feature

* Reword intro and installation steps

* Add sidecar injection compatibility info

* fix review comments

* Fix wording nits from sdake

* Fix nits and formatting comments from geeknoid.

* Added general CNI spec link and Istio k8s requirements link.
2019-01-19 04:54:55 -08:00
lei-tang 9ca0428b40 Fix a URL (#3105) 2019-01-18 11:48:54 -08:00
Morven Cao a99ec603c9 Update install steps with helm. (#3100)
* update install steps with helm.

* update installation doc with helm.

* fix lint issue.

* apply comments.

* add github link for yaml file.

* remove invalid github link.
2019-01-18 07:28:49 -08:00
lei-tang 8bf8d6611d Add a user guide for Istio Vault CA integration (#3098)
* Add a user guide for Istio Vault CA integration

* Fix lint errors

* Use helm template values to simplify the config

* Address review comments

* Fix the link in a command

* Small fixes
2019-01-17 18:47:49 -08:00
Rigs Caballero 69be16b2f1 Add the formal process to become a member of an Istio repo. (#3099)
* Add the formal process to become a member of an Istio repo.

This process is detailed as agreed upon by the Istio Technical Oversight Committee.

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

* Point to existing content related to community roles.

Signed-off-by: rcaballeromx <grca@google.com>
2019-01-17 14:42:50 -08:00
fish dc11406e24 zh:Update set up consul (#2966)
* update setup consul

* delete spaces

* re-lint

* better semantic
2019-01-17 01:15:50 -08:00
Quanjie Lin 1c967d7124 documentation for enable/use SDS in 1.1 (#3090)
* documentation for SDS in 1.1 release

* lint

* address comments

* address comments

* address comments

* grammer
2019-01-16 16:47:48 -08:00
Daneyon Hansen 0351954137 Updates multicluster gateway doc to support node ports (#3063) 2019-01-16 13:51:49 -08:00
Steven Dake 33194761d5 Update aws NLB blog with correct instructions (#3097)
* Update aws NLB blog with correct instructions

* Address reviewer comments
2019-01-16 13:40:50 -08:00
Rigs Caballero 16040ecca2 Add a review process to our contribution guide. (#2980)
* Add a review process to our contribution guide.

To avoid PR from being merged before the content has been reviewed, contributors
must add a comment with the appropriate command beforehand. I've added this
process. Additionally, I cleaned up the process on how to contribute new
documents.

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

* Changed button above the list to fix linter issues.

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

* Change the removal of `/hold` to after review publication.

Now the process asks reviewers to comment with `/hold cancel` after publishing
the review but before the comments are addressed by the contributor.

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

* Fix small consistency issue.

Signed-off-by: rcaballeromx <grca@google.com>
2019-01-16 12:20:48 -08:00
Martin Taillefer 4b22211317
Add breadcrumbs at the top of each content page. (#3093) 2019-01-16 09:46:52 -08:00
Vadim Eisenberg ce248839cd use -l options directly in kubectl logs (#3096)
do not get the pod by a subcommand
2019-01-16 09:43:08 -08:00
John Mazzitelli 517571ed23 issue 3094 - update reference doc for kiali defaults (#3095) 2019-01-16 09:24:50 -08:00
Martin Taillefer 4c17edcd56
Fix a few issues. (#3092)
- Fix formatting for the Subscribe link on blog pages. That got broken in some refactoring I did a while back.

- Remove a few *NOTE* and _NOTE_ instances and replace with the canonical icons

- Add a link to our community repo in the Getting Involved page.
2019-01-15 20:50:00 -08:00
Jinming Yue a73dd6342a zh: content_zh/about/notes/1.1/index.md (#2774)
* zh: content_zh/about/notes/1.1/index.md

* fix comment

* update 1.1 release note

* fix ci failure

* change to zh link
2019-01-15 18:15:48 -08:00
Martin Taillefer 3e0b27838f
Fix incorrect favicon dimensions. (#3091) 2019-01-15 13:34:42 -08:00