Quick start
This quick start explains how to use Ollama to provide LLM capabilities to Liz. You can switch providers after the initial installation by referring to How-tos for Admin.
Prerequisites
The current version of the AI Assistant requires the following components:
-
Rancher Prime/Community Manager 2.13 or above
Make sure you have the rights to deploy CRD (cluster_admin) on the host cluster.
Technical Requirements
Here is a table of the supported AI components and their requirements.
|
You only need to meet the requirements for the specific components you intend to run. Requirements will vary based on the specific large language model (LLM) you choose to deploy. |
| LLM Model | Requirements | GPU required? | GPU Requirement |
|---|---|---|---|
Ollama installed |
NVIDIA RTX A5000, NVIDIA RTX 4090 or similar (Minimum 24Gb VRAM) |
||
Ollama installed |
NVIDIA RTX A5000, NVIDIA RTX 4090 or similar (Minimum 24Gb VRAM) |
||
Ollama installed |
NVIDIA A100 or similar (Minimum 80Gb VRAM) |
||
Gemini |
Google Workplace Account |
N/A |
|
ChatGPT |
OpenAI account |
N/A |
|
If you run your own Ollama, please make sure to have at least |
Install Liz: The Rancher AI Assistant
Installation of Liz is a two step process:
-
Deploy the agent and the MCP via the provided Helm chart.
-
Deploy the Rancher UI extension.
Install the Agent and the MCP on the local cluster
-
Add the Helm repository:
helm repo add rancher-ai https://rancher.github.io/rancher-ai-agent helm repo update -
Deploy the AI Agent chart on the Local cluster.
Create a
values.yamlfile setting (for Ollama):llmModel: "gpt-oss:20b" ollamaUrl: "http://ollama:11434" activeLlm: "ollama"You can change later those settings and providers in Rancher’s “Global Settings → AI Assistant tabs”
helm install rancher-ai-agent rancher-ai/agent \ --namespace cattle-ai-agent-system \ --create-namespace \ -f values.yaml
Install the UI extension
Open the Rancher Manager UI and navigate to the 'Extensions' page.
-
On Rancher Manager, click on Extension in the menu bar.
-
Use the three-dot menu in the upper right and select 'Manage Repositories'.
-
Click 'Create' to add the repository.
-
Configure the repository:
-
name:
ai-assistant-ui -
target: Git repository containing Helm chart or cluster template definitions
-
index URL:
https://github.com/rancher/rancher-ai-ui -
Git Branch:
gh-pages
-
-
Click 'Create'.
-
Wait for the
ai-assistant-uirepository status to be Active. -
Go back to the 'Extensions' page and select the 'Available' tab.
-
Find the AI Assistant card and click 'Install'.
-
Select a version (or use the latest by default) and click 'Install'.
-
Once the extension has finished installing, click the 'Reload' button that appears at the top of the page.