Managed Addons
Managed Addons help manage additional components required for your LLMOS cluster. By default, LLMOS comes with a set of system addons that are enabled out of the box. These system addons include:
- LLMOS GPU Stack: A toolset that brings virtual GPUs (vGPU) and multi-accelerator support to your LLMOS platform, view more details here.
- LLMOS Monitoring: Provides monitoring and alerting for your LLMOS cluster using the Prometheus Operator, view more details here.
- LLMOS Redis: Provides a LLMOS-managed Redis service for system services and chat storage.
- Rook Ceph Operator: Add built-in high-availability and fault-tolerant system storage to your cluster using the Rook Ceph operator.
- KubeRay Operator: Facilitates the management of Ray clusters and other machine learning resources in your LLMOS cluster through the KubeRay Operator.
- System Update Controller: Manages LLMOS node upgrades with the System Upgrade Controller through customizable upgrade plans.
note
System addons are essential for LLMOS to function correctly and can't be disabled. You can install additional addons beyond the default set as needed.
Creating a Custom Addon
Managed Addons use Helm for installation and management. You can also add additional addons from external sources like the Artifact Hub.
- Navigate to the Managed Addons page and click Create.
- Select the desired Namespace and enter a name for the addon.
- Provide the Chart Repository URL (e.g.,
https://grafana.github.io/helm-charts
), Chart Name, and Version. - (Optional) Set Enabled to
false
if you plan to enable the addon later. - (Optional) Customize the addon by adding
Values
content to override default settings, if necessary. - Click Create to start the installation process.
- The addon will install in the background. You can monitor its status on the Managed Addons page.
- The status will display as
Ready
once the addon is successfully installed.
- The status will display as