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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,20 +115,20 @@ See <<components-rancher-dashboard-extensions>> for installation guidance.
115
115
116
116
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.
The configurations list provides information about `Configuration Discovery Handler` and number of instances. Clicking the name opens a configuration detail page.
You can also edit or create a new *Configuration*. The extension allows you to select discovery handler, set up broker pod or job, customize configurations and instance services, and set the configuration capacity.
Copy file name to clipboardExpand all lines: asciidoc/components/fleet.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Fleet shines as an integrated part of Rancher. Clusters managed with Rancher aut
35
35
36
36
Fleet comes preinstalled in Rancher and is managed by the *Continuous Delivery* option in the Rancher UI.
37
37
38
-
image::fleet-dashboard.png[]
38
+
image::fleet-dashboard.png[scaledwidth=100%]
39
39
40
40
Continuous Delivery section consists of following items:
41
41
@@ -77,13 +77,13 @@ helm:
77
77
78
78
3. The Repository creation wizard guides through creation of the Git repo. Provide *Name*, *Repository URL* (referencing the Git repository created in the previous step) and select the appropriate branch or revision. In the case of a more complex repository, specify *Paths* to use multiple directories in a single repository.
79
79
+
80
-
image::fleet-create-repo1.png[]
80
+
image::fleet-create-repo1.png[scaledwidth=100%]
81
81
82
82
4. Click `Next`.
83
83
84
84
5. In the next step, you can define where the workloads will get deployed. Cluster selection offers several basic options: you can select no clusters, all clusters, or directly choose a specific managed cluster or cluster group (if defined). The "Advanced" option allows to directly edit the selectors via YAML.
85
85
+
86
-
image::fleet-create-repo2.png[]
86
+
image::fleet-create-repo2.png[scaledwidth=100%]
87
87
88
88
6. Click `Create`. The repository gets created. From now on, the workloads are installed and kept in sync on the clusters matching the repository definition.
89
89
@@ -93,12 +93,12 @@ The "Advanced" navigation section provides overviews of lower-level Fleet resour
93
93
94
94
To find bundles relevant to a specific repository, go to the Git repo detail page and click the `Bundles` tab.
95
95
96
-
image::fleet-repo-bundles.png[]
96
+
image::fleet-repo-bundles.png[scaledwidth=100%]
97
97
98
98
For each cluster, the bundle is applied to a BundleDeployment resource that is created. To view BundleDeployment details, click the `Graph` button in the upper right of the Git repo detail page.
99
99
A graph of *Repo > Bundles > BundleDeployments* is loaded. Click the BundleDeployment in the graph to see its details and click the `Id` to view the BundleDeployment YAML.
100
100
101
-
image::fleet-repo-graph.png[]
101
+
image::fleet-repo-graph.png[scaledwidth=100%]
102
102
103
103
For additional information on Fleet troubleshooting tips, refer https://fleet.rancher.io/troubleshooting[here].
. On the extension card click `Install` and confirm the installation.
53
53
+
@@ -125,7 +125,7 @@ For more information, see <<components-fleet>> and the `https://github.com/suse-
125
125
126
126
Once the Extensions are installed they are listed in *Extensions* section under *Installed* tabs. Since they are not installed via Apps/Marketplace, they are marked with `Third-Party` label.
. Verify that the `HelmChart` version has been updated by navigating to Rancher's `HelmCharts` section (`More Resources -> HelmCharts`). Select the namespace where the chart was deployed, for this example it would be `kube-system`.
* *Management*: This is the centralized part of SUSE Edge that is used to manage the provisioning and lifecycle of connected downstream clusters. The management cluster typically includes the following components:
42
42
** Multi-cluster management with <<components-rancher,Rancher Prime>>, enabling a common dashboard for downstream cluster onboarding and ongoing lifecycle management of infrastructure and applications, also providing comprehensive tenant isolation and `IDP` (Identity Provider) integrations, a large marketplace of third-party integrations and extensions, and a vendor-neutral API.
* *Downstream*: This is the distributed part of SUSE Edge that is used to run the user workloads at the Edge, i.e. the software that is running at the edge location itself, and is typically comprised of the following components:
55
55
** A choice of Kubernetes distributions, with secure and lightweight distributions like <<components-k3s,K3s>> and <<components-rke2,RKE2>> (`RKE2` is hardened, certified and optimized for usage in government and regulated industries).
The above image provides a high-level architectural overview for *connected* downstream clusters and their attachment to the management cluster. The management cluster can be deployed on a wide variety of underlying infrastructure platforms, in both on-premises and cloud capacities, depending on networking availability between the downstream clusters and the target management cluster. The only requirement for this to function are API and callback URL's to be accessible over the network that connects downstream cluster nodes to the management infrastructure.
And when we go to `\https://192.168.100.50.sslip.io` and log in with the `adminadminadmin` password that we set earlier, we are greeted with the Rancher dashboard:
Copy file name to clipboardExpand all lines: asciidoc/integrations/nvidia-slemicro.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ We recommend that you ensure that the driver version that you are selecting is c
46
46
====
47
47
To find the NVIDIA open-driver versions, either run `zypper se -s nvidia-open-driver` on the target machine _or_ search the SUSE Customer Center for the "nvidia-open-driver" in {link-nvidia-open-driver}[SUSE Linux Micro {version-operatingsystem} for {x86-64}].
When you have confirmed that an equivalent version is available in the NVIDIA repos, you are ready to install the packages on the host operating system. For this, we need to open up a `transactional-update` session, which creates a new read/write snapshot of the underlying operating system so we can make changes to the immutable platform (for further instructions on `transactional-update`, see {link-micro-transactional-updates}[here]):
0 commit comments