Commit Graph

2 Commits

Author SHA1 Message Date
Eric Van Norman bea8d187e5
Silence curl command (#8773)
* Silence curl command

* Update more files with -sS (adding S to show errors)

* Over-agressive on the -S and causing some tests to fail.

* Remove more curl -S flags
2021-01-20 09:45:50 -08: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