Writing notes for deploying LLM-D on a fresh ROSA cluster
Openshift Version: 4.18
Need to create a GPU machinepools using L40S GPU. This can be done through the ROSA UI.
Tip
Referencing this doc https://github.com/rh-aiservices-bu/ocp-gpu-setup
Install the Kustomize operators inside of the cluster-operators folder.
Can be installed using the following command:
oc apply -k cluster-operatorsOr using gitops which is what I recommend:
oc apply -f cluster-operators/application.yamlTip
Referencing this doc https://github.com/llm-d/llm-d-deployer/tree/main/quickstart
- yq (mikefarah) – installation
- jq – download & install guide
- git – installation guide
- Helm – quick-start install
- Kustomize – official install docs
- kubectl – Installed and logged in
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