Kubernetes Device Resource Assignment (DRA) driver for node resources.
Fluxbind DRA is DRA driver that enables node-level scheduling (and binding) of resources discovered with hwloc.
Create a test cluster with DRA enabled. This typically means Kubernetes version 1.34.0 or later.
make kindIf you need to build the container (to load into kind), otherwise just skip this step to pull it.
make build
kind load docker-image ghcr.io/converged-computing/fluxbind-dra-driver
# or
make build-loadInstall the driver:
kubectl apply -f install.yamlDevelopment
kind delete cluster && make kind && make build-nri && make build-load && kubectl apply -f install.yamlDevTools is distributed under the terms of the MIT license. All new contributions must be made under this license.
See LICENSE, COPYRIGHT, and NOTICE for details.
SPDX-License-Identifier: (MIT)
LLNL-CODE- 842614