Commit Graph

19 Commits

Author SHA1 Message Date
Niranjan Shankar baf2a3da9d
Add helm installation steps for multi-cluster (#15459)
* Add helm installation steps for multi-primary

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update clusterid

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update config steps

Signed-off-by: nshankar <nshankar@microsoft.com>

* Edit steps

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update multi-primary steps

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update files and docs

Signed-off-by: nshankar <nshankar@microsoft.com>

* Add primary-remote steps

Signed-off-by: nshankar <nshankar@microsoft.com>

* Edit spacing

Signed-off-by: nshankar <nshankar@microsoft.com>

* Remove var

Signed-off-by: nshankar <nshankar@microsoft.com>

* Fix cluster name

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update snips

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update docs

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update commands

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update docs

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update note

Signed-off-by: nshankar <nshankar@microsoft.com>

* Resolve comments and UTs

Signed-off-by: nshankar <nshankar@microsoft.com>

* Add quotes

Signed-off-by: nshankar <nshankar@microsoft.com>

* Run make gen

Signed-off-by: nshankar <nshankar@microsoft.com>

* Add more quotes

Signed-off-by: nshankar <nshankar@microsoft.com>

* Fix lints

Signed-off-by: nshankar <nshankar@microsoft.com>

* fix lint and spelling

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update tests

Signed-off-by: nshankar <nshankar@microsoft.com>

* Add new tests for helm

Signed-off-by: nshankar <nshankar@microsoft.com>

* Fix test

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update go.mod

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update installation scripts

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update helm repo setup scripts

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update cleanup steps

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update script and lint

Signed-off-by: nshankar <nshankar@microsoft.com>

* update cleanup step

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update cleanup steps

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update cleanup steps

Signed-off-by: nshankar <nshankar@microsoft.com>

* Fix cleanup script

Signed-off-by: nshankar <nshankar@microsoft.com>

* Fix installation steps

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update scripts

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update istio-system ns creation steps

Signed-off-by: nshankar <nshankar@microsoft.com>

* Fix CRD cleanup

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update Helm CRD Cleanup

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update cleanup

Signed-off-by: nshankar <nshankar@microsoft.com>

* Remove additional var

Signed-off-by: nshankar <nshankar@microsoft.com>

* Resolve comments

Signed-off-by: nshankar <nshankar@microsoft.com>

* fix go.mod

Signed-off-by: nshankar <nshankar@microsoft.com>

* Fix lint

Signed-off-by: nshankar <nshankar@microsoft.com>

* update charts for remote profile

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update indentation

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update indentation

Signed-off-by: nshankar <nshankar@microsoft.com>

* Fix lint

Signed-off-by: nshankar <nshankar@microsoft.com>

* Fix numbering

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update installation steps

Signed-off-by: nshankar <nshankar@microsoft.com>

* Add missing steps

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update cleanup steps

Signed-off-by: nshankar <nshankar@microsoft.com>

* Fix indentation

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update indentation

Signed-off-by: nshankar <nshankar@microsoft.com>

* Resolve comments

Signed-off-by: nshankar <nshankar@microsoft.com>

* Resolve comments

Signed-off-by: nshankar <nshankar@microsoft.com>

* update go.mod

Signed-off-by: nshankar <nshankar@microsoft.com>

* remove cleanup

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update CRD cleanup

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update cleanup

Signed-off-by: nshankar <nshankar@microsoft.com>

* Update cleanup

Signed-off-by: nshankar <nshankar@microsoft.com>

* Rebase and update cleanup

Signed-off-by: nshankar <nshankar@microsoft.com>

---------

Signed-off-by: nshankar <nshankar@microsoft.com>
2024-11-22 22:36:16 -05:00
Marko Lukša 7f2ee9f4c5
Use `values.global.externalIstiod` instead of `values.pilot.env.EXTERNAL_ISTIOD` (#15805) 2024-10-24 04:24:07 -04:00
Marko Lukša 890d12ec5c
Remove global.externalIstiod from remote examples (#15804)
The need to use this value was removed in https://github.com/istio/istio/pull/53542.
2024-10-21 16:36:55 -04:00
Ben Leggett db9ed6e9e0
Fixup and re-enable remote tests (#15776)
* Automator: update istio@ test reference

* make gen

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

* Revert "Turn these off: https://github.com/istio/istio.io/issues/15773"

This reverts commit 8df8d3bcec.

* Extremely unclear what this flag does for config clusters vs not

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

* Test apparently needs this

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

* Also here

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

* Bump doc

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

* Genfix

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

* Fixup these too

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

* genfix

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

---------

Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
Co-authored-by: istio-testing <istio-testing-bot@google.com>
2024-10-10 16:52:47 -04:00
John Howard c05f7637b1
Remove obsolete PILOT_ENABLE_CONFIG_DISTRIBUTION_TRACKING from tests (#15676)
This does nothing anymore
2024-09-10 11:21:35 -04:00
Steven Landow 821ad268ba
remove extra args for gen-eastwest-gateway.sh (#14803)
* remove extra gen-eastwest flags from markdown

* remove extra gen-eastwest args from snips
2024-03-28 13:06:02 -07:00
Frank Budinsky c727b0c083
Fix snip generator stripping leading space in expected output (#14693)
* Fix snip generator stripping leading space in expected output

* also fix _out

* strip trailing newline

* regen

* tweak for readability

* remove ambient label
2024-03-07 12:29:19 -08:00
JC 4b7ca408e5
fix: Multi-cluster installation with revision istiod vs (#14571)
* fix: Multi-cluster installation with revision istiod vs

Multi-cluster installation should use expose-istiod-rev.yaml.tmpl when
control plane is installed with revision

* Add chinese

* Fix lint and genfiles

* address comments

* Fix test

* Fix file reference wrapping
2024-02-02 10:09:41 -08:00
Xiaopeng Han d8ee2e490d
Move remote secret command out of experimental (#13589)
* move remote secret command out of experimental

* add missing things
2023-07-19 06:43:31 -07:00
Eric Van Norman 93ea5bb3ae
Update values so istioctl x wait works (#12508)
* Update values so istioctl x wait works

* Remove extra values

* Update all snippet instances of `istio install` for wait_for_istio

* Fix value
2023-01-24 15:46:18 -08:00
Frank Budinsky 89d57d499e
Replace external profile with new remote profile (#11811) 2022-09-12 12:07:53 -07:00
Frank Budinsky a0e19bdef9
Change multicluster docs to use istiodless remotes (#11155)
* Change multicluster docs to use istiodless remotes

* regen

* workaround mwh bug

* manifest gen

* undo

* fix net

* regen

* remove workaround

* control plane annotation

* regen

* fix lint

* fix

* fix test failure

* address review comments
2022-07-05 12:35:28 -07:00
Frank Budinsky 75a12b02e5
Use new external profile (#9616)
* Use updated remote profile

* update profile doc

* regen

* tweak

* remove istio-system workaround

* put back istio-system bug workaround
2021-04-28 12:52:31 -07:00
Eric Van Norman c0bf3bf786
Update testref to include MC sample GWs (#9579)
* Update testref to include MC sample GWs

* Update primary-remote with namespace
2021-04-22 15:58:11 -07:00
Steven Landow cc8b2442ac
Revert "Revert "cleanup eastwest gen (#8457)" (#8467)" (#8474)
This reverts commit 1345a65998.
2020-11-11 15:19:39 -08:00
Steven Landow 1345a65998
Revert "cleanup eastwest gen (#8457)" (#8467)
This reverts commit 13e1d08238.
2020-11-09 10:39:37 -08:00
Steven Landow 13e1d08238
cleanup eastwest gen (#8457)
* use flags instead of vars for east-west

* add -y
2020-11-09 09:33:58 -08:00
Nathan Mittler 132c2375bc
Add wait for gateway to multicluster tests (#8346)
This required some other changes WRT verification:

- Change __cmp_like to allow for not accepting <pending> for an IP address.

- Change __verify_with_retry to use a timeout rathan than number of retries. This is a more intuitive interface and aligns with the way we do retries in istio/istio. I also got rid of exponential backoff and allow both the timeout and delay between retries to be configured.
2020-10-26 06:45:38 -07:00
Nathan Mittler 4d70e1c44c
Break multicluster docs into separate pages (#8332)
* Break multicluster docs into separate pages

There are a few reasons for this:

- Provides a way to link to a particular installation configuration. The tabbed pane doesn't allow this.

- Better headings. The tab pane disables a lot of functionality and required a few hacks to make it work.

- Simplified file names and test readability.

- Simplified navigability of the page. Everything on a page is WRT a single configuration. No need to worry about browser caching previous tab and looking at the wrong install type.

Note: I purposely copied over the "Verify the Installation" section to each page. I expect that we'll be expanding this soon to include more content that is configuration-specific.

* fixing navigation and splitting out "before you begin" and "verify" into separate docs.

* Update content/en/docs/setup/install/multicluster/before-you-begin/index.md

Co-authored-by: Sven Mawson <sven@google.com>

Co-authored-by: Sven Mawson <sven@google.com>
2020-10-22 13:33:17 -07:00