Commit Graph

21 Commits

Author SHA1 Message Date
Eric Van Norman eead5399b0
Update kubectl output (#7319) 2020-05-14 20:50:31 -04:00
Jonh Wendell 2b6efc7aea
Fix the link to the Operator API (#7205) 2020-04-30 21:02:52 -07:00
Eric Van Norman 025605af3a
Update standalone operator docs (#7165) 2020-04-27 07:14:16 -07:00
Istio Automation 8f2adfd645
[master] Improve operator helm instruction (#6998)
* Improve operator helm instruction

* download -> install

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-27 08:28:26 -07:00
Frank Budinsky 89e1963877
Manual cherry-pick of #6981 (#6984) 2020-03-26 12:59:43 -07:00
Istio Automation c4b9fa629c
[master] Add Helm install instructions and operator remove command (#6956)
* Add Helm install instructions and operator remove command

* Update content/en/docs/setup/install/standalone-operator/index.md

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

* Lint

Co-authored-by: Martin Ostrowski <mostrowski@google.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-03-24 11:50:16 -04:00
shibataka000 6027822240
Fix output of command (#6883) 2020-03-16 14:59:01 -04:00
Tao HE dee7d6b671
istio-policy should be merged into istiod, cannnot see it by testing (#6691) 2020-03-03 17:41:54 -08:00
Martin Ostrowski ed69325c5c
Update docs and manifest for kubectl install of operator (#6637)
* Update docs and manifest for kubectl install of operator

* Lint
2020-02-27 16:08:58 -08:00
Francois Pesce 2771f53213
Doc fix [Standalone Operator Install] (#6493)
found during community testing:
- The version of API was incorrect.
- The first step of the doc did not have the namespace creation (it was
  in a 2nd step in the English version)
2020-02-19 13:11:53 -05:00
Martin Ostrowski 49bc208bbb
Update docs for installing the operator (#6473)
* Update docs for installing the operator

* Lint
2020-02-17 22:01:28 -08:00
Frank Budinsky 60f73570f0 Another ops guide incremental improvement (#5830)
* Another ops guide incremental improvement

* fix broken links

* more lint errors

* one more lint

* fix aliases
2019-11-25 11:58:39 -08:00
Steven Dake 602b75bdfb Cleanup standalone operator instructions (#5700)
* Cleanup standalone operator instructions

* Fix linter error.
2019-11-15 06:25:46 -08:00
Rigs Caballero 22d066be37 Added the Best Practices section with general principles. (#5137)
* Added the Best Practices section with general principles.

This is the beginning of the new Best Practices section.
Our goal is to provide a section for all the best practices and recommendations
for Istio deployments. The best practices are based on the identified and
recommended deployment models.

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

* Change headings for clarity.

Adds clarity to some passages based on feedback.
Removes a list of recommendations that was causing some confusion.
Adds a glossary entry for failure domains and how they relate to a
platform's availability zones.

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

* Move Best Practices to Ops Guide

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

* Moved Deployment Best Practices to a new "Prepare Your Deployment" section.

Moved all deployment preparation content into a new section under "Setup".
For now the content includes the following sections:

- Deployment models
- Deployment best practices
- Pod requirements

Merged the two existing pages containing pod requirements into one single page.

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

* Replace example with better guidance around namespace tenancy.

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

* Add links and language pointing to the Prepare section

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

* Fix minor typos and broken links.

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

* Move from Setup to Operations

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

* Fix broken links

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

* Fix rebasing issues.

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

* Fix multicluster install link.

Signed-off-by: Rigs Caballero <grca@google.com>
2019-11-14 11:58:29 -05:00
Frank Budinsky f2e005466e
Standalone operator (#5433)
* Standalone operator guide

* verify install

* separate controller and CR

* tweaks

* add section

* address review comments

* remove update command

* fix lint
2019-11-08 19:10:21 -05:00
Frank Budinsky 9e676b9b7c Move standalone-operator install to ops section (#5277) 2019-10-29 07:03:36 -07:00
Morven Cao 0045ba590b fix operator doc. (#5276) 2019-10-29 06:25:35 -07:00
Eric Van Norman 1b10a13ea2 Remove demo-auth profile from operator (#5243) 2019-10-25 11:35:47 -04:00
Neeraj Poddar 5e7715aee2 Operator docs fixes (#5204)
* Fix operator docs

* Change default to demo

* Clarified default profile meaning
2019-10-21 10:26:37 -07:00
Lin Sun 402e41d772 modify watch namespace to only Istio-operator (#5183)
* modify watch namespace to only Istio-operator

also start the eval with demo profile first.

* use demo as the first starting point

* update grab script

* add watch ns

* fix lint
2019-10-20 15:00:36 -07:00
Steven Dake d5482da0aa A compromise PR of a long original work (#5146)
* A compromise PR of a long original work

See PR: https://github.com/istio/istio.io/pull/5142

Pretty much everything about this PR is compromised...

* Apply reviewer comments.
2019-10-15 09:55:20 -07:00