Skip to content

jland-redhat/llm-d-deployment-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploying LLM-D

Writing notes for deploying LLM-D on a fresh ROSA cluster

Cluster Info

Openshift Version: 4.18

Setup ROSA cluster

Setting up the Machine Set

Need to create a GPU machinepools using L40S GPU. This can be done through the ROSA UI.

Setting up Operators

Install the Kustomize operators inside of the cluster-operators folder.

Can be installed using the following command:

oc apply -k cluster-operators

Or using gitops which is what I recommend:

oc apply -f cluster-operators/application.yaml

Install LLM-D

Required Tools

  • yq (mikefarah) – installation
  • jq – download & install guide
  • git – installation guide
  • Helm – quick-start install
  • Kustomize – official install docs
  • kubectl – Installed and logged in

Installing

There is a lot going on here with the install. I want to make a kustomize/helm chart to make this more gitops friendly (and I will) but lets just stick to the quickstart script for now:

https://github.com/llm-d/llm-d-deployer/tree/main/quickstart

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors