This repo is used to demo AMD GPUs and track the configuration for an OpenShift cluster via GitOps.
Apply cluster config
NOTE: you may have to run the following command more than once in order apply CRDs that may not be initially present
oc apply -k bootstrap/
Only AMD GPU config
oc apply -k bootstrap/00-install-operators/
oc apply -k bootstrap/00-amd-config/
Deploy ROCm vLLM
oc apply -k components/app-configs/rocm-vllm/
Encrypt / Decrypt htpasswd w/ age
. scripts/function.sh
# get htpasswd from ocp
htpasswd_get_file
# encrypt
htpasswd_encrypt_file
# decrypt
htpasswd_decrypt_file