Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 414 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 414 Bytes

Bacchus GPU controller

GPU controller toolkit for Bacchus GPU servers.

Prerequisites

Build

cargo build --release

Generate CRD

./generate-crd.sh

# To apply directly to cluster, pipe to `kubectl`
# cargo run --bin crdgen | kubectl apply -f -

Run

Helm chart is provided. Check out the values.yaml file.