Commit Graph

40 Commits

Author SHA1 Message Date
Craig Box a13a2bbd1d
Update sidecar getting started guide (#15436)
* Update sidecar getting started guide.

* Fix tests

* Apply suggestions from code review

Co-authored-by: Faseela K <k.faseela@gmail.com>

* Fix gencheck

---------

Co-authored-by: Faseela K <k.faseela@gmail.com>
2024-07-30 00:43:11 -04:00
Craig Box 0abe8b4eb6
Revise documentation to remove outdated references to Pilot, Galley and Citadel (#15413)
* Revise documentation to remove outdated references

* add v1.5 to spelling
2024-07-14 23:52:14 -04:00
Ben Leggett 2bc07f6e55
Fixup kmod prereqs (#15121)
* Fixup kmod prereqs

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>

* Fixup lint

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>

* Add aliases

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>

---------

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
2024-05-20 13:08:35 -04:00
Archana Sawant e2adf578ee
Fixed numbering for installation steps in the tip (#13778)
* Fixed numbering for installation steps in the tip

* Fixed lint error as per suggestion
2023-09-08 13:06:55 -07:00
SRodi 2ed61a7cae
Enable tests and remove hardcoded versions for operator install doc (#13050)
* Enable tests for operator install

* install-operator-tests

* update snip_id
* set snip_id=none for non-tested snips
* add test scenarios for helm,watchns,install istio,update
* use functions for better readability
* add newline at the end

* install-operator-tests

* add tests for inplace and canary upgrade
* update version 1.8.1 and 1.9.0 to 1.17.1 and 1.17.2 in docs
* disable snip remove_operator failing lint/test

* install-operator-tests

* remove all hardcoded versions in operator install doc
* add istio_previous_version and full/previous revision to snip.py
* adjust test.sh accordingly

* install-operator-tests

* add shorcodes for revision versions

* install-operator-tests

* fix canary upgrade (upgrade from previous to full version)

* install-operator-tests

* fix reference to full_version in canary upgrade

* install-operator-tests

* fix slightly off format

* install-operator-tests

* disable test for upgrade with helm tip
* add instructions to doc for canary upgrade prep
* update test.sh and snips.sh accordingly

* install-operator-tests

* fix profile on upgrade, use default
2023-04-20 07:11:18 -07:00
Tong Li 3f3fe2fe44
Promoted command x uninstall to install (#11707)
* Promoted command x uninstall to install

Signed-off-by: Tong Li <litong01@us.ibm.com>

* Promoted command x uninstall to install

Signed-off-by: Tong Li <litong01@us.ibm.com>

* Promoted command x uninstall to install

Signed-off-by: Tong Li <litong01@us.ibm.com>

* Update content/en/docs/setup/install/operator/test.sh

Promoted command x uninstall to install

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Signed-off-by: Tong Li <litong01@us.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2022-08-18 14:33:52 -07:00
John Zheng af153816d9
Fix docs for installation: Istio Operator is not suggested for a production environment (#10963)
* Fix docs for installation: IstioOperator is not suggested for a production environment

* Update index.md

Fix issue "Multiple consecutive blank lines"

* Fixed #10963 for zn docs, about IstioOperator is not suggested on production environment
2022-02-28 20:03:39 -08:00
Kenan O'Neal 51291ca691
Fix Helm install and upgrade commands for istio-operator (#10570)
- Use namespace for Helm istio-operator commands.
2021-12-06 17:06:05 -08:00
John Howard c53dd54afc
Drop operator page to bottom of list (#10524) 2021-11-19 14:16:53 -08:00
Sam Naser 24e16f25e8
Add usage warning for in-cluster operator (#10420)
* Add usage warning for in-cluster operator

* iterate on comments

* move helm back to alpha

* in-cluster operator -> operator

* change istioctl and helm ordering

* change wording to is not needed

* iterate on comments
2021-10-14 18:57:24 -07:00
John Howard 2c4a3b6f79
Update helm docs to use helm repo (#10322)
* Update helm docs to use helm repo

* snips

* atempt 100

* Address review comments

* unindent
2021-10-07 06:37:23 -07:00
craigbox 217e9046f3
Fix 10321 (#10343) 2021-09-15 06:21:34 -07:00
Shamsher Ansari 41a7b8e554
helm install: create ns separatly for operator (#9592) 2021-07-28 22:45:17 -07:00
Shamsher Ansari 39fe1c0a09
Add warn for namespace (#9936) 2021-06-17 06:56:41 -07:00
Sam Naser e2125096d6
Add doc test for IstioOperator install (#9690)
* Add doc test for IstioOperator install

* Fix

* gen

* Progress

* Another test

* progress

* fix removal logic

* fix again

* swap _verify_contains for _verify_like

* another approach

* remove istio operator ns

* Add coverage to IstioOperator update

* Change logging behavior back

* Remove test indicator from Operator upgrade and installation page
2021-05-27 14:24:42 -07:00
Frank Budinsky 5921dd0994
Move external control plane doc to install section (#9727)
* Move external control plane doc to install section

* lint

* fix feature-stages broken link
2021-05-12 14:16:42 -07:00
Shamsher Ansari 614abfaabb
No need to create namespace manually for operator (#9111) 2021-03-05 07:55:43 -08:00
jacob-delgado a2266db8dd
Fix helm docs for Istio 1.9.0 (#8898)
* Fix helm docs for Istio 1.9.0

* Modify operator instructions

* Add boilerplate for helm warning

* Fix linting issue
2021-02-08 10:32:10 -08:00
Ram Vennam 544c2ba5b9
Missing profile in the canary update example (#8830) 2021-01-22 08:57:46 -08:00
Shamsher Ansari df871cb29a
Fix operator installation with --watchedNamespaces (#8645)
* Fix operator installation with --watchedNamespaces

* update desc

* add warning

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* reword

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* update yaml

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

* more update

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-12-09 12:06:50 -05:00
Morven Cao 8907a2815f
update canary upgrade doc for in-cluster operator. (#8589)
* update canary upgrade doc for in-cluster operator.

* apply comments.

* apply comments.

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

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

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-12-02 10:41:24 -05:00
Morven Cao 76ded39d16
fix operator install command witm helm. (#8585) 2020-11-26 10:21:42 -05:00
Henry Kwan aeba4f8b3a
fix jsonpath typo on in-place upgrade section (#8533)
move {"\n"} to the end, `.{range items[*]}` will make the command runs
2020-11-20 06:31:20 -08:00
Martin Ostrowski 5fd7bb7f97
Update operator upgrade docs (#8432)
* Update operator upgrade docs

* Update docs on separate gateway management

* Comments
2020-11-05 07:49:33 -08:00
Shamsher Ansari 1aed0aa7e9
Remove deprecated addonComponents (#7912)
* Remove deprecated addonComponents

* use egressgateway component

* rename to istio-egressgateway

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-08-11 07:53:39 -07:00
Xinnan Wen 47a3230f79
fix doc of operator installation (#7870) 2020-08-05 06:32:38 -07:00
Frank Budinsky 310d1a02b1
Rename standalone-operator -> operator (#7819) 2020-07-30 11:22:35 -07:00
Neeraj Poddar db10e052ff Fix directory structure/heading for istioctl install (#5390) 2019-11-05 12:37:19 -08:00
Morven Cao d7544d4388 fix invalid operator example. (#5334) 2019-11-04 05:55:04 -08: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 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 f220f655a7 Deprecate helm install (#5270)
* Deprecate helm install

* fix lint

* address review comments

* correction
2019-10-29 06:37:34 -07:00
Martin Taillefer 68c6ee0b84
Update reference docs. (#5269) 2019-10-28 14:42:16 -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
Martin Ostrowski 06f37a9323 Add instructions for deleting Istio (#4992) 2019-09-13 10:37:55 -07:00
Martin Taillefer 91c93a39b3
Added a bunch of links around istioctl. (#4970) 2019-09-12 08:26:58 -07:00
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
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