Commit Graph

109 Commits

Author SHA1 Message Date
Jonh Wendell 51e6c4df1f Improve CNI installation instructions (#5591)
* Improve CNI installation instructions

* Update content/en/docs/setup/additional-setup/cni/index.md

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

* s/flow/guide/
2019-11-11 09:27:53 -08:00
Eric Van Norman 40719adc10 Update Replicated Control Plane scenario (#5522) 2019-11-11 06:40:53 -08:00
Martin Taillefer ff16e5f477
Release note improvements. (#5547)
- Improved look of the call to action buttons

- Removed redundant attributions on all news items, those were
leftovers from when the relesse notes were in the blog section.

- Used consistent subtitles and descriptions for all news items.
2019-11-09 12:52:33 -08:00
Tao HE f46ad5fe89 Update to use istio-reader-service-account (#5531) 2019-11-09 06:31:52 -08:00
Tao HE bc385d5064 Update index.md (#5530) 2019-11-09 06:21:00 -08:00
leo 7e3ee2cace fix incorrect content (#5504) 2019-11-09 00:09:52 -08: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 2b21256025 Update helm mtls enablement instructions (#5527) 2019-11-08 15:49:52 -08:00
Oliver Liu ef1ffd4cfd Fix auth installation and its references. (#5482)
* Fix auth installation and its references.

* Apply suggestions from code review

Fix according to the feedback.

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-11-08 16:51:19 -05:00
Martin Ostrowski 09db22c2ea More updates to istioctl install (#5483)
* More updates to istioctl install

* Lint
2019-11-08 13:11:46 -05:00
Dirk Jablonski 9c4c827938 Add podAnnotations param for cni helm chart (#5257)
* Add podAnnotations param for cni helm chart

* Update content/en/docs/setup/additional-setup/cni/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-11-07 14:08:53 -08:00
Frank Budinsky a6a5769f12
Organize security tasks (#5474)
* Organize security tasks

* lint errors

* fixes

* more fixes
2019-11-07 15:54:27 -05:00
Martin Ostrowski 6fd90678a5 Update install text (#5437) 2019-11-06 18:55:14 -08:00
Martin Ostrowski ee7afacb26 Update istioctl setup docs (#5428) 2019-11-06 12:11:14 -08:00
Jonh Wendell 7e3bd1a0a8 Fix references to samples/operator files (#5391)
Closes https://github.com/istio/istio/issues/18441
2019-11-05 20:50:13 -08:00
Neeraj Poddar db10e052ff Fix directory structure/heading for istioctl install (#5390) 2019-11-05 12:37:19 -08:00
Jonh Wendell 905dc2fe90 Update instructions for CNI on OpenShift (#5388)
Also use `--set` to allow easy copy and paste of commands.
2019-11-05 10:38:44 -08:00
John Mazzitelli af3c1b09c6 issue 5314 - OpenShift 4.2+ requires customized CNI settings. Documenting them here. (#5315) 2019-11-04 06:59:03 -08:00
Martin Taillefer 4d4e6ae28e
General cleanup items. (#5325)
- Fix a bunch of heading capitalization.

- Remove words that shouldn't be in the dictionary
and update the text accordingly.

- Added a few @@ sequences to reference content files from text blocks.

- Used a few {{< source_branch_name >}} sequences to refer to the proper
branch in GitHub rather than master.
2019-11-04 06:41:54 -08:00
Morven Cao d7544d4388 fix invalid operator example. (#5334) 2019-11-04 05:55:04 -08:00
Lin Sun 3f16a004aa remove completed pods (#5309)
* remove completed pods 

as they aren't shown any more, not seeing them in the generated manifest via `istioctl manifest generate --set profile=demo`

* remove sidecars

We also recently removed sidecars for policy telemetry and pilot for demo profile.
2019-10-31 13:48:04 -07:00
Frank Budinsky 4bf2fb2e5e Remove uses of istio-demo.yaml (#5311)
* Remove uses of istio-demo.yaml

* broken link
2019-10-31 13:38:03 -07:00
Frank Budinsky cdd8d7f50f Clarify istioctl install support for helm options (#5302)
* Clarify istioctl helm option support

* add helm deprecation warning to install options page

* remove space

* add prepend to .spelling

* address review comments
2019-10-31 09:22:07 -07:00
Frank Budinsky 161afd25df
Remove bad aliases (#5295) 2019-10-30 12:09:20 -04:00
Jonh Wendell 4923c025b4 Simplify a little bit OpenShift instructions (#5286)
* Simplify a little bit OpenShift instructions

* Apply suggestions from code review

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-10-30 11:59:27 -04:00
Morven Cao e3fd2b8969 update install doc on icp. (#5294) 2019-10-30 10:06:47 -04:00
Martin Ostrowski b9280ce88b Update multicluster instructions (#5293) 2019-10-29 20:59:21 -04:00
Frank Budinsky abab549d5d Fix broken links (#5288) 2019-10-29 16:18:21 -07:00
Adam Miller 72ac49375e istioctl upgrade feature docs (#5245)
* Draft of upgrade docs

* Fixed PR comments

* More PR review comments addressed

* Added note about -f and --set flag support

* Further PR comments

* shortcode added for istioctl

* rebase and typo fixes

* Typo fixes
2019-10-29 17:12:11 -04:00
Frank Budinsky 2fa3abddaa Improvements to install with istioctl guide (#5284)
* Improvements to install with istioctl guide

* move uninstall to the end
2019-10-29 11:05:42 -07:00
Frank Budinsky f86b9fc90f Make quick-start quicker (#5279) 2019-10-29 07:25:35 -07:00
Frank Budinsky 9e676b9b7c Move standalone-operator install to ops section (#5277) 2019-10-29 07:03:36 -07:00
Frank Budinsky f220f655a7 Deprecate helm install (#5270)
* Deprecate helm install

* fix lint

* address review comments

* correction
2019-10-29 06:37:34 -07:00
Morven Cao 0045ba590b fix operator doc. (#5276) 2019-10-29 06:25:35 -07:00
Martin Ostrowski c6bba52018 Change multicluster and CNI instructions to use istioctl (#5273)
* Change multicluster and CNI instructions to use istioctl

* Lint

* Lint

* Update content/en/docs/setup/additional-setup/cni/index.md

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

* Update content/en/docs/setup/additional-setup/cni/index.md

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

* Update content/en/docs/setup/additional-setup/cni/index.md

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

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

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

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

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

* Update content/en/docs/setup/install/multicluster/shared-vpn/index.md

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

* Update content/en/docs/setup/install/multicluster/shared-vpn/index.md

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

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

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

* Update content/en/docs/setup/install/multicluster/shared-vpn/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-10-28 20:07:34 -07:00
Martin Taillefer 68c6ee0b84
Update reference docs. (#5269) 2019-10-28 14:42:16 -07:00
Eric Van Norman 1b10a13ea2 Remove demo-auth profile from operator (#5243) 2019-10-25 11:35:47 -04:00
Rigs Caballero 03ca9f6478 Move pages out from the Concepts section (#5256)
* Move Deployment Models from Concepts to Setup

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

* Move Architecture from Concepts to Ops.

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

* Move Performance page from Concepts to Ops

Signed-off-by: rcaballeromx <grca@google.com>
2019-10-24 15:40:25 -07:00
Martin Taillefer da331d6934 Fix formatting issues. (#5252) 2019-10-24 11:11:42 -07:00
Frank Budinsky a0833c9e8b Add warning for kubectl rollout restart (#5238)
* Add warning for kubectl rollout restart

* spelling
2019-10-23 10:46:42 -07:00
John Howard 962c9ac0aa Remove one last mention of demo-auth (#5236) 2019-10-23 08:59:11 -07:00
John Howard 1fb510e814 Clean up pod requirement around protocol naming (#5225)
* Clean up pod requirement around protocol naming

Just put a quick summary here and link to the detailed doc to clean things up

* Fix link
2019-10-22 11:15:19 -07:00
John Howard d20f491832 Clean up config profiles page (#5227)
* Clean up config profiles page

There is no longer an auth profile, and clean up a minor usage of helm -> Helm

* Fix lint
2019-10-22 11:08:20 -07:00
Johannes Scheuermann 523094bd70 Update docs for CoreDNS newer than 1.3.2 (#4811)
* Update docs for CoreDNS newer than 1.3.2

* Use tabs in website

* Fix lint issues
2019-10-22 10:16:28 -07:00
Rigs Caballero 04058ad57a Fix broken Helm links (#5217)
Signed-off-by: rcaballeromx <grca@google.com>
2019-10-21 16:00:20 -07: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
Martin Ostrowski 241bab8ab9 Remove experimental from istioctl manifest and profile commands (#5195)
* Remove experimental from istioctl manifest and profile commands

* Fix link
2019-10-19 06:00:36 -07:00
Martin Taillefer 55fba592f8 Fixed pinned branch references. (#5190) 2019-10-18 10:10:55 -07:00
Chunlin Yang 38f252fb68 Get rid of demo-auth (#5024)
* Get rid of demo-auth

Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>

* remove strict mtls mode

* address comments

* fix linter error

* Add instruction for mtls

* add back demo-auth in configuration profile

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

Co-Authored-By: SataQiu <1527062125@qq.com>

* Update content/zh/docs/tasks/security/health-check/index.md

Co-Authored-By: SataQiu <1527062125@qq.com>

* Update content/zh/docs/tasks/security/https-overlay/index.md

Co-Authored-By: SataQiu <1527062125@qq.com>

* Update content/zh/docs/tasks/security/https-overlay/index.md

Co-Authored-By: SataQiu <1527062125@qq.com>

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

Co-Authored-By: SataQiu <1527062125@qq.com>

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

Co-Authored-By: SataQiu <1527062125@qq.com>

* Update content/zh/docs/tasks/security/health-check/index.md

Co-Authored-By: SataQiu <1527062125@qq.com>
2019-10-18 09:55:29 -04:00