Structured parameter implementation
Can we please share pointers if we have implemented structured parameters for example DRA driver, thanks
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.
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
I now have updates to this repo for structured parameters staged here: https://github.com/kubernetes-sigs/dra-example-driver/tree/structured-parameters
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/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas 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