Commit Graph

528 Commits

Author SHA1 Message Date
Martin Ostrowski d3d3f9eb1c Add docs to the Istio operator CLI guide (#4936)
* Add docs to the Istio operator CLI guide

* Edits

* Edits

* Update index.md

Changed the structure a bit and performed a copy edit.

* Update index.md

* Update index.md

* Update namespaces

* Added node agent example

* Review comments

* Update link

* Lint

* Lint

* Lint

* Lint

* Review comments, lint

* Fix github link

* Review comments

* Review comments

* Lint
2019-09-10 14:51:56 -07:00
Morven Cao 1222c37629 remove force flag for istio init chart upgrade. (#4910) 2019-09-10 05:43:55 -07:00
John Howard 0b4077a0e4 Remove port name requirement (#4928)
* Remove port name requirement

We now do protocol sniffing.

Note - this is definitely not safe to merge. We still need docs explaining protocol sniffing, and how to select a port type explicitly (required for things other than tcp/http, and more performant if you know its tcp/http). Not sure the path forward for this

* Add protocol selection doc

* Fix lint

* Add FAQ
2019-09-09 10:50:44 -07:00
Frank Budinsky 841d44c4c5 Small correction in IBM Cloud platform instructions (#4932) 2019-09-06 13:54:43 -07:00
Frank Budinsky 2b9c7199c8
Remove platform-specific install instructions (#4923)
* Remove platform-specific install instructions

* fix broken zh images

* fix ibm zh images

* fix broken link

* fix spelling

* wording tweak

* tweaks

* Update content/en/docs/setup/platform-setup/gke/index.md

Co-Authored-By: navinger <navinger@google.com>

* Update content/en/docs/setup/platform-setup/gke/index.md

Co-Authored-By: navinger <navinger@google.com>

* Update content/en/docs/setup/platform-setup/gke/index.md

Co-Authored-By: navinger <navinger@google.com>

* Update content/en/docs/setup/platform-setup/gke/index.md

* fix broken link
2019-09-06 14:08:59 -04:00
Adam Miller 8a119d66b2 Add Istio Operator install guide (#4790)
* Added operator install guide

Added draft of operator install doc

Added entries to dict and fixed typo

Fixed tip syntax error

Moved install docs to new en folder structure

Toned-down intro, bash command fixes, reordered subsections

* PR review feedback, link from feature status page

* Fixed install verification example
2019-09-06 09:17:02 -07:00
Brian Avery 661155bd70 Enable OpenShift (#4905) 2019-09-06 07:58:03 -07:00
Frank Budinsky 4210222e60 Align multi-cluster examples with new terminology (#4925)
* Align multi-cluster examples with new terminology

* Update content/en/docs/setup/install/multicluster/_index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/setup/install/multicluster/_index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/docs/setup/install/multicluster/gateways/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>
2019-09-06 07:10:03 -07:00
John Howard c05d6c082b Remove warning about obscure edge case in install (#4916)
I don't think we need to document every obscure edge case, especially in the very first page a user will look at. If the user follows our docs, this will never happen. If they *don't* follow the docs, they still will probably never hit this.
2019-09-06 07:00:03 -07:00
John Howard b100d0edd9 Remove unneeded info in Setup page (#4918)
* Remove unneeded info in Setup page

* You really don't need an "detailed understanding of sidecar injection"... Istio should just work out of the box.
* We already link to pod requirements at the top of the page

* Re-add sidecar injection
2019-09-05 13:52:02 -07:00
Phillip Quy Le 436b65afb8 Sds trustworthy jwt doc (#4701)
* Update doc for sds

* Update SDS doc for trustworthy jwt feature

* Drop legacy jwt support

* Add SDS announcement

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/docs/setup/platform-setup/_index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update index.md

* Update .spelling

* Update content/en/docs/setup/install/helm/index.md

Co-Authored-By: Romain Lenglet <romain.lenglet@berabera.info>

* Update index.md

* Update _index.md

* Update index.md

* Address comments

* Refine doc again

* Bump the support version of k8s to 1.13

* Update vendors

* Update docs

* Apply suggestions from code review

Co-Authored-By: Rigs Caballero <grca@google.com>
Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/blog/2019/trustworthy-jwt-sds/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>
2019-09-05 13:44:03 -07:00
John Howard 841f835f84 Update upgrade steps for Istio 1.3 (#4890)
* Update upgrade steps for Istio 1.3

Fixes https://github.com/istio/istio.io/issues/4889

* updates
2019-09-03 13:57:22 -07:00
Rigs Caballero df9db64b27 Add Istio Deployment Models concept. (#4813)
* Add Istio Deployment Models concept.

This concept replaces the old multi-cluster concept.
Includes new diagrams that comply with the diagram creation guidelines.
Updates the Chinese content to use a local copy of the previous diagrams.
Fixes all internal links to the previous version of the doc.

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

* Add glossary entries for needed terms.

The terms involved are:

    - Cluster
    - Identity
    - Trust domain

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

* Define cluster in a platform agnostic way.

Also adds links between `identity` and `trust domain`.

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

* Add missing `(` in links.

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

* Fix links to sections and reduce image sizes.

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

* Simplify the definition of `trust domain`

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

* Move old images to the ZH content.

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

* Add reworked control plane content.

Also addresses the comments left on the PR including those regarding the
diagrams.

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

* Add fail over example and glossary entries.

This update also reworks the control plane models section to fit the example.
Additional adjustments were made to the diagrams too.

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

* Move mesh models section.

Also minor fixes and edits.

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

* Fix glossary entries and links.

Signed-off-by: rcaballeromx <grca@google.com>
2019-08-30 10:34:30 -07:00
ammarn911 12397efcb0 Add MicroK8s to the platform setup docs (#4833)
* Add MicroK8s to the platform setup docs

* Update index.md

Added command to check deployment progress.

* Update content/en/docs/setup/platform-setup/MicroK8s/index.md

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

* Update content/en/docs/setup/platform-setup/MicroK8s/index.md

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

* fixing spacing

* Update content/en/docs/setup/platform-setup/MicroK8s/index.md

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

* spacing fix
2019-08-28 09:13:54 -07:00
Frank Budinsky 9ee5e5d36f improve setup _index section order (#4861) 2019-08-28 08:47:55 -07:00
Eric Van Norman 1042c9bd0f Update Docker Desktop version statement (#4860) 2019-08-28 08:22:54 -07:00
Eric Van Norman 3f7ab89ee3 Make Platform Setup descriptions end similarly (#4849) 2019-08-28 07:11:53 -07:00
Morven Cao 7e61aed343 remove containerPort requirements. (#4859) 2019-08-28 06:55:53 -07:00
Brian Avery c2db5dcbed Fix auto-completion link (#4846) 2019-08-27 13:53:03 -07:00
Romain Lenglet 4a43a3d2cc Fix CNI Helm installation instructions (#4855)
* Install istio-cni into kube-system to use system-node-critical priorityClass

Fixes: https://github.com/istio/istio/issues/16577

* Add instructions to delete CNI Helm chart

Fixes: https://github.com/istio/istio/issues/16578
2019-08-27 13:44:52 -07:00
Brian Avery fbb6d6a893 Added missing ports in Minikube get svc output as well as the installation port requirements section (#4848) 2019-08-27 13:22:52 -07:00
John Howard b6592c5248 Update ports used by istio-proxy (#4856) 2019-08-27 12:44:52 -07:00
Romain Lenglet b1869fc084 Add missing Helm chart parameter for CNI (#4844)
* Add missing Helm chart parameter for CNI

* Document the injection annotations used by CNI
2019-08-27 11:37:52 -07:00
Martin Devlin e495d4f397 target page has moved (#4814) 2019-08-21 05:20:34 -07:00
Frank Budinsky 4ccfe3952f Remove obsolete file (#4810) 2019-08-19 11:28:50 -07:00
Adam Miller 07178c1348 Reorganized the Operations node (#4765) 2019-08-16 16:03:31 -07:00
Frank Budinsky ca7559cab2 Remove Nomad & Consul docs (#4805)
* Remove Nomad & Consul docs

* broken links

* more broken links

* more broken links

* fix spelling errors

* remove broken ref
2019-08-16 12:13:30 -07:00
Martin Taillefer d0cf1e171e
Move English content to content/en as agreed in WG meeting. (#4789)
Once this goes in, I'll move content_zh to content/zh.
2019-08-14 15:45:31 -07:00