Skip to content

Commit a85988a

Browse files
committed
dynamic resource allocation: use k8s.io/dynamic-resource-allocation
A separate staging repo will be cleaner than reusing component-helpers.
1 parent 01d57f2 commit a85988a

File tree

1 file changed

+6
-8
lines changed
  • keps/sig-node/3063-dynamic-resource-allocation

1 file changed

+6
-8
lines changed

keps/sig-node/3063-dynamic-resource-allocation/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ SIG Architecture for cross-cutting KEPs).
140140
- [Extend Device Plugins](#extend-device-plugins)
141141
- [Webhooks instead of ResourceClaim updates](#webhooks-instead-of-resourceclaim-updates)
142142
- [ResourceDriver](#resourcedriver)
143-
- [Infrastructure Needed (Optional)](#infrastructure-needed-optional)
143+
- [Infrastructure Needed](#infrastructure-needed)
144144
<!-- /toc -->
145145

146146
## Release Signoff Checklist
@@ -2505,12 +2505,10 @@ type ResourceDriverFeature struct {
25052505
```
25062506

25072507

2508-
## Infrastructure Needed (Optional)
2508+
## Infrastructure Needed
25092509

25102510
Initially, all development will happen inside the main Kubernetes
2511-
repository. The mock driver can be developed inside test/integration. Once we
2512-
understand better what kind of support code might be useful for driver
2513-
developers (for example, something similar to
2514-
https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner and the
2515-
code in node-driver-registrar), we may want to share that in a staging repository
2516-
where the in-tree mock driver and third-party drivers can use it.
2511+
repository. The mock driver can be developed inside test/e2e/dra. For the
2512+
generic part of that driver, i.e. the code that other drivers can reuse, and
2513+
other common code a new staging repo `k8s.io/dynamic-resource-allocation` is
2514+
needed.

0 commit comments

Comments
 (0)