File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
keps/sig-node/3063-dynamic-resource-allocation Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ SIG Architecture for cross-cutting KEPs).
140
140
- [ Extend Device Plugins] ( #extend-device-plugins )
141
141
- [ Webhooks instead of ResourceClaim updates] ( #webhooks-instead-of-resourceclaim-updates )
142
142
- [ ResourceDriver] ( #resourcedriver )
143
- - [ Infrastructure Needed (Optional) ] ( #infrastructure-needed-optional )
143
+ - [ Infrastructure Needed] ( #infrastructure-needed )
144
144
<!-- /toc -->
145
145
146
146
## Release Signoff Checklist
@@ -2505,12 +2505,10 @@ type ResourceDriverFeature struct {
2505
2505
```
2506
2506
2507
2507
2508
- ## Infrastructure Needed (Optional)
2508
+ ## Infrastructure Needed
2509
2509
2510
2510
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.
You can’t perform that action at this time.
0 commit comments