Skip to content

Commit

Permalink
Refresh screenshots for Rancher 2.9.x
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 2f7793e commit 731f748
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 65 deletions.
Binary file modified docs/images/quickstart-ui-elemental-plugin-install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/quickstart-ui-extension-enable.png
Binary file not shown.
Binary file modified docs/images/quickstart-ui-extension-repository.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/quickstart-ui-extensions-available.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/quickstart-ui-menu.png
Binary file not shown.
40 changes: 14 additions & 26 deletions docs/quickstart-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,7 @@ import Selector from "!!raw-loader!@site/examples/quickstart/selector.yaml"
# Elemental the visual way

:::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, 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
```
The following instructions need Rancher 2.9.x at least.
:::

This quickstart will show you how to deploy the Elemental plugin and operator into an existing Rancher Manager instance.
Expand All @@ -37,22 +24,23 @@ Once installed, you'll be able to provision a new Elemental cluster based on RKE

However, if you want to install staging or dev operator, you can only do it in [CLI mode](quickstart-cli#non-stable-installations).

## Enable the Rancher Manager Extensions Support
In order to enable the Rancher Manager Extensions Support, you'll need to follow the steps below:
## Add the Official Rancher Extensions Repository

* Open a web browser, connect and login to your Rancher Manager instance
* Click on the top left menu and click on `Extensions`
If the Elemental extension is not available, you need to add the `Official Rancher Extensions Repository`:

![Rancher Manager menu](images/quickstart-ui-menu.png)

* Click on `Enable` button to install the `Extension Operator`

![Enable Rancher Manager Extensions Operator](images/quickstart-ui-extension-enable.png)
![Add Rancher Manager Extensions repository](images/quickstart-ui-extension-repository.png)

* A popup will appear, click on the `OK` button to continue and install the Rancher Manager Extensions repository
If this repository can not be added through the Extensions UI settings, it can be manually managed by [adding](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 alternatively by applying the following resource:

![Add Rancher Manager Extensions repository](images/quickstart-ui-extension-repository.png)
```yaml
apiVersion: catalog.cattle.io/v1
kind: ClusterRepo
metadata:
name: rancher-ui-charts
spec:
gitBranch: main
gitRepo: https://github.com/rancher/ui-plugin-charts
```
## Install the elemental plugin
Expand Down
25 changes: 12 additions & 13 deletions versioned_docs/version-1.5/quickstart-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,6 @@ 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, 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 All @@ -54,6 +41,18 @@ In order to enable the Rancher Manager Extensions Support, you'll need to follow

![Add Rancher Manager Extensions repository](images/quickstart-ui-extension-repository.png)

If the Official Rancher Extensions Repository can not be added through the Extensions UI settings, it can be manually managed by [adding](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 alternatively by applying 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
```
## Install the elemental plugin
After the Rancher Manager Extensions Support is enabled, you can install the `elemental` plugin as follow:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
40 changes: 14 additions & 26 deletions versioned_docs/version-1.6/quickstart-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,7 @@ import Selector from "!!raw-loader!@site/examples/quickstart/selector.yaml"
# Elemental the visual way

:::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, 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
```
The following instructions need Rancher 2.9.x at least.
:::

This quickstart will show you how to deploy the Elemental plugin and operator into an existing Rancher Manager instance.
Expand All @@ -37,22 +24,23 @@ Once installed, you'll be able to provision a new Elemental cluster based on RKE

However, if you want to install staging or dev operator, you can only do it in [CLI mode](quickstart-cli#non-stable-installations).

## Enable the Rancher Manager Extensions Support
In order to enable the Rancher Manager Extensions Support, you'll need to follow the steps below:
## Add the Official Rancher Extensions Repository

* Open a web browser, connect and login to your Rancher Manager instance
* Click on the top left menu and click on `Extensions`
If the Elemental extension is not available, you need to add the `Official Rancher Extensions Repository`:

![Rancher Manager menu](images/quickstart-ui-menu.png)

* Click on `Enable` button to install the `Extension Operator`

![Enable Rancher Manager Extensions Operator](images/quickstart-ui-extension-enable.png)
![Add Rancher Manager Extensions repository](images/quickstart-ui-extension-repository.png)

* A popup will appear, click on the `OK` button to continue and install the Rancher Manager Extensions repository
If this repository can not be added through the Extensions UI settings, it can be manually managed by [adding](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 alternatively by applying the following resource:

![Add Rancher Manager Extensions repository](images/quickstart-ui-extension-repository.png)
```yaml
apiVersion: catalog.cattle.io/v1
kind: ClusterRepo
metadata:
name: rancher-ui-charts
spec:
gitBranch: main
gitRepo: https://github.com/rancher/ui-plugin-charts
```
## Install the elemental plugin
Expand Down

0 comments on commit 731f748

Please sign in to comment.