You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: asciidoc/components/akri.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,8 @@ In case the protocol used by your device isn't covered by an existing discovery
109
109
110
110
Akri Dashboard Extension allows you to use Rancher Dashboard user interface to manage and monitor leaf devices and run workloads once these devices are discovered.
111
111
112
+
See <<components-rancher-dashboard-extensions,Rancher Dashboard Extensions>> for installation guidance.
113
+
112
114
Once the extension is installed you can navigate to any Akri-enabled managed cluster using cluster explorer. Under *Akri* navigation group you can see Configurations and Instances sections.
Copy file name to clipboardExpand all lines: asciidoc/components/rancher-dashboard-extensions.adoc
+37-2Lines changed: 37 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,9 @@ ifdef::env-github[]
10
10
:caution-caption: :fire:
11
11
:warning-caption: :warning:
12
12
endif::[]
13
+
:imagesdir: ../images/
13
14
14
-
Extensions allow users, developers, partners, and customers to extend and enhance the Rancher UI. SUSE Edge 3.0 provides KubeVirt and Akri dashboard extensions.
15
+
Extensions allow users, developers, partners, and customers to extend and enhance the Rancher UI. SUSE Edge 3.1 provides KubeVirt and Akri dashboard extensions.
15
16
16
17
See `https://ranchermanager.docs.rancher.com/integrations-in-rancher/rancher-extensions[Rancher documentation]` for general information about Rancher Dashboard Extensions.
17
18
@@ -34,7 +35,41 @@ Or with Fleet by creating a dedicated GitRepo resource. For more information see
34
35
35
36
== Installation
36
37
37
-
All SUSE Edge 3.0 components including dashboard extensions are distributed as OCI artifacts. Rancher Dashboard Apps/Marketplace does not support OCI based Helm repositories `https://github.com/rancher/dashboard/issues/9815[yet]`. Therefore, to install SUSE Edge Extensions you can use Helm or Fleet:
38
+
All SUSE Edge 3.1 components including dashboard extensions are distributed as OCI artifacts. To install SUSE Edge Extensions you can use Rancher Dashboard UI, Helm or Fleet:
39
+
40
+
=== Installing with Rancher Dashboard UI
41
+
42
+
1. Click *Extensions* in the *Configuration* section of the navigation sidebar.
43
+
2. On the Extensions page click the three dot menu at the top right and select *Manage Repositories*
44
+
+
45
+
Each extension is distributed via it's own OCI artefact. Therefore it is required to add repositories for each extension we want to install.
46
+
47
+
3. On the *Repositories page* click `Create` button.
48
+
4. In the form, specify the repository name and OCI artefact URL and click `Create`
7. On the extension card click `Install` and confirm the installation.
69
+
+
70
+
Once the extension is installed Rancher UI will prompt to reload the page as described in the `https://ranchermanager.docs.rancher.com/integrations-in-rancher/rancher-extensions#installing-extensions[Installing Extensions Rancher documentation page]`.
0 commit comments