dra-example-driver icon indicating copy to clipboard operation
dra-example-driver copied to clipboard

Structured parameter implementation

Open asm582 opened this issue 1 year ago • 3 comments

Can we please share pointers if we have implemented structured parameters for example DRA driver, thanks

asm582 avatar Mar 25 '24 07:03 asm582

I started looking into it, but haven't finished it. We plan to release something here to coincide with the k8s 1.30 image provided by kind.

klueska avatar Mar 25 '24 10:03 klueska

That said, I do have a working prototype in the NVIDIA DRA driver already: https://github.com/NVIDIA/k8s-dra-driver/tree/structured-parameters

If you check out this branch and create your kind cluster as follows, you should be able to run a subset of the demos with structured parameters:

KUBE_GIT_VERSION=v1.30.0 KIND_K8S_REPO=https://github.com/kubernetes/kubernetes KIND_K8S_TAG=master ./demo/clusters/kind/create-cluster.sh

These should work, for example:

kubectl apply --filename=demo/specs/quickstart/gpu-test{1,2,3}.yaml

klueska avatar Mar 25 '24 11:03 klueska

I now have updates to this repo for structured parameters staged here: https://github.com/kubernetes-sigs/dra-example-driver/tree/structured-parameters

klueska avatar Apr 17 '24 14:04 klueska

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Jul 16 '24 14:07 k8s-triage-robot