Commit Graph

10 Commits

Author SHA1 Message Date
craigbox f4ee46bc96
Remove page icons (#9767) 2021-05-17 07:53:20 -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
Shamsher Ansari 4ddd0ff35a
Add info about using Metallb for multi-cluster setup on kind (#8754)
* Add info about using Metallb for multi-cluster setup on Kind

* update comments and fix lint

* lowercase kind

* moved instruction to the top

* add to multi-network too

* use common msg

* use boilerplate for common usage

* move tip to boilerplate
2021-01-22 08:25:44 -08:00
Steven Landow d64fbfadd8
note the --revision flag for eastwest gateway (#8745)
* note the --revision flag for eastwest gateway

* warning
2021-01-07 13:04:00 -08: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