-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add a dedicated Enterprise page
Or I guess bring it back since I feel it existed before? The purpose of this page is to highlight the additional features offered by enterprise. It also gives us a place to slot the confusing `Releases` tab under. Also: - Jazz up the intro and install pages, making the differences between tiers very clear and adding a bit of colour to break up the text. - Add some missing `enterprise` tags.
- Loading branch information
1 parent
7d1d438
commit 4797853
Showing
33 changed files
with
308 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,21 +9,15 @@ import TabItem from "@theme/TabItem"; | |
import TierLabel from "../../_components/TierLabel"; | ||
import CurlCodeBlock from "../../_components/CurlCodeBlock"; | ||
|
||
## Installing Weave GitOps Enterprise<TierLabel tiers="enterprise" /> | ||
## Installing Weave GitOps Enterprise<TierLabel tiers="Enterprise" /> | ||
|
||
Weave GitOps Enterprise (WGE) provides ops teams with an easy way to assess the | ||
health of multiple clusters in a single place. It shows cluster information such as | ||
Kubernetes version and number of nodes and provides details about the GitOps operations | ||
on those clusters, such as Git repositories and recent commits. Additionally, it | ||
aggregates Prometheus alerts to assist with troubleshooting. | ||
:::info | ||
To purchase entitlement to Weave GitOps Enterprise Edition please contact [[email protected]](mailto:[email protected]) | ||
|
||
To purchase entitlement to Weave GitOps Enterprise please contact [[email protected]](mailto:[email protected]) | ||
|
||
:::note | ||
There is no need to install Weave GitOps (OSS) before installing Weave GitOps Enterprise | ||
For more information about WGEE, see the [Enterprise feature page](../../intro-ee.mdx). | ||
::: | ||
|
||
To install Weave GitOps Enterprise | ||
Follow the instructions on this page to: | ||
|
||
import TOCInline from "@theme/TOCInline"; | ||
|
||
|
@@ -32,6 +26,10 @@ import TOCInline from "@theme/TOCInline"; | |
return trimStart.slice(0, trimStart.findIndex((node) => node.level == '2')); | ||
})()} /> | ||
|
||
:::tip | ||
There is no need to install Weave GitOps (OSS) before installing Weave GitOps Enterprise | ||
::: | ||
|
||
### 1. Set up a Management Cluster with `flux` | ||
|
||
To get you started in this document we'll cover: | ||
|
@@ -324,7 +322,7 @@ kubectl create secret generic cluster-user-auth \ | |
--from-literal=password='$2a$.......' | ||
``` | ||
|
||
### Install CLI | ||
### 7. Install the CLI | ||
Install the Weave GitOps Enterprise CLI tool. | ||
You can use brew or curl | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.