Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rancher Extension installation - provisional instructions #384

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 41 additions & 2 deletions dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,44 @@ Node 16.15.0 or lower, `yarn`
1) Run `yarn install`
1) Run `EXCLUDES_PKG=harvester,rancher-components EXCLUDE_OPERATOR_PKG=true RANCHER_ENV=epinio API=https://localhost:5443 yarn dev`

## Getting Started - Run in embedded Mode
Update to follow
## Getting Started - Extension

### Installation

To install the extension, you will need Rancher 2.7.6 or later.

1. Go to the Rancher dashboard (as an administrator)

2. Open the hamburger menu in the top left corner, and select Extensions

![Rancher Extensions Link](../docs/images/extensions_link.png)

3. Open the dropdown in the top right corner and select "Manage Repositories"

![Add Repositories Link](../docs/images/manage_repositories.png)

4. Click Create

5. Enter the repository information

a. Name: `epinio-extension`

b. http(s) URL to an index generated by helm

c. Index URL: `https://epinio.github.io/ui/`

d. Authentication: None

![Fill out repository details](../docs/images/repository_details.png)

6. Return to the Extensions page

7. Click the Available tab

8. Install the Epinio extension

![Install Epinio extension](../docs/images/install_extension.png)

9. Epinio will now be available in the Global Apps list

![Epinio global apps link](../docs/images/global_apps.png)
15 changes: 11 additions & 4 deletions dashboard/pkg/epinio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
"icon": "https://raw.githubusercontent.com/rancher/dashboard/0b6cbe93e9ed3292294da178f119a500cc494db9/pkg/epinio/assets/logo-epinio.svg",
"version": "1.11.0-2",
"private": false,
"rancher": true,
"rancher": {
"annotations": {
"catalog.cattle.io/rancher-version": ">= 2.8.0-0 < v2.9.0-0",
"catalog.cattle.io/kube-version": ">= v1.16.0-0 < v1.29.0-0",
"catalog.cattle.io/display-name": "Epinio (alpha)",
"catalog.cattle.io/ui-version": ">= 2.7.2 < v2.9.0-0"
}
},
"license": "Apache-2.0",
"author": "SUSE",
"scripts": {
Expand All @@ -19,9 +26,9 @@
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@vue/cli-plugin-babel": "4.5.18",
"@vue/cli-plugin-typescript": "4.5.18",
"@vue/cli-service": "4.5.18"
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/cli-plugin-typescript": "5.0.8"
},
"browserslist": [
"> 1%",
Expand Down
Binary file added docs/images/extensions_link.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 added docs/images/global_apps.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 added docs/images/install_extension.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 added docs/images/manage_repositories.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 added docs/images/repository_details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading