Skip to content

Commit 1a0c223

Browse files
byakoklueska
andauthored
Update keps/sig-node/3063-dynamic-resource-allocation/README.md
Co-authored-by: Kevin Klues <[email protected]>
1 parent ffa34bd commit 1a0c223

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -2000,9 +2000,9 @@ Key difference between interface versions:
20002000
interface provides resource claim information to kubelet plugin on one at a
20012001
time basis. **NB! v1alpha2 will be deprecared, switch to v1alpha3**
20022002
- [v1alpha3](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/kubelet/pkg/apis/dra/v1alpha3/api.proto)
2003-
interface provides information about all resource claims of the pod, that belong
2004-
to particular driver, so the kubelet plugin of this driver can consider all
2005-
resources that need to be prepared or unprepared for the pod in one call.
2003+
interface provides information about all resource claims of a pod that belong
2004+
to a particular driver in a single call. This way the kubelet plugin of this driver can consider all
2005+
resources that need to be prepared or unprepared for the pod simultaneously.
20062006

20072007

20082008
##### `NodePrepareResource`

0 commit comments

Comments
 (0)