Commit Graph

7 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
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
Ben Leggett 4796cf7050
Deautomator: update istio@ test reference (#15768)
* Automator: update istio@ test reference

* make gen

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

* okay so make gen doesn't work, do the old patcheroo

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

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

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

* Think we need to hide this fella

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

* Setting `no` does not disable existing tests, oh well

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

* And this one

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-09 13:25:44 -04: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 a70e78f25e
Test cleanup (#8564)
* Framework inject set +e at start of cleanup test script

* tabs

* fix typo

* add nl

* fix doc
2020-11-24 16:26:19 -05: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