Skip to content

Commit

Permalink
Document how to include Elemental UI extension
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <[email protected]>
  • Loading branch information
anmazzotti committed Nov 12, 2024
1 parent 2888710 commit 2f7793e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
13 changes: 12 additions & 1 deletion docs/quickstart-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,18 @@ import Selector from "!!raw-loader!@site/examples/quickstart/selector.yaml"
:::note
The following instructions need Rancher 2.8.x at least.

The Elemental UI extension may not be available by default on your Rancher instance. If this is the case, please refer to the [command line documentation](quickstart-cli.md).
The Elemental UI extension may not be available by default on your Rancher instance. If this is the case, you can [add](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/helm-charts-in-rancher#manage-repositories) the `https://github.com/rancher/ui-plugin-charts` `git` repository, or apply the following resource:

```yaml
apiVersion: catalog.cattle.io/v1
kind: ClusterRepo
metadata:
name: rancher-ui-charts
spec:
gitBranch: main
gitRepo: https://github.com/rancher/ui-plugin-charts
```
:::
This quickstart will show you how to deploy the Elemental plugin and operator into an existing Rancher Manager instance.
Expand Down
13 changes: 12 additions & 1 deletion versioned_docs/version-1.5/quickstart-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,18 @@ import Selector from "!!raw-loader!@site/examples/quickstart/selector.yaml"
:::note
The following instructions need Rancher 2.8.x at least.

The Elemental UI extension may not be available by default on your Rancher instance. If this is the case, please refer to the [command line documentation](quickstart-cli.md).
The Elemental UI extension may not be available by default on your Rancher instance. If this is the case, you can [add](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/helm-charts-in-rancher#manage-repositories) the `https://github.com/rancher/ui-plugin-charts` `git` repository, or apply the following resource:

```yaml
apiVersion: catalog.cattle.io/v1
kind: ClusterRepo
metadata:
name: rancher-ui-charts
spec:
gitBranch: main
gitRepo: https://github.com/rancher/ui-plugin-charts
```
:::
This quickstart will show you how to deploy the Elemental plugin and operator into an existing Rancher Manager instance.
Expand Down
13 changes: 12 additions & 1 deletion versioned_docs/version-1.6/quickstart-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,18 @@ import Selector from "!!raw-loader!@site/examples/quickstart/selector.yaml"
:::note
The following instructions need Rancher 2.8.x at least.

The Elemental UI extension may not be available by default on your Rancher instance. If this is the case, please refer to the [command line documentation](quickstart-cli.md).
The Elemental UI extension may not be available by default on your Rancher instance. If this is the case, you can [add](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/helm-charts-in-rancher#manage-repositories) the `https://github.com/rancher/ui-plugin-charts` `git` repository, or apply the following resource:

```yaml
apiVersion: catalog.cattle.io/v1
kind: ClusterRepo
metadata:
name: rancher-ui-charts
spec:
gitBranch: main
gitRepo: https://github.com/rancher/ui-plugin-charts
```
:::
This quickstart will show you how to deploy the Elemental plugin and operator into an existing Rancher Manager instance.
Expand Down

0 comments on commit 2f7793e

Please sign in to comment.