Update content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/42381/head
Brad McCoy 2023-08-07 12:19:05 +10:00 committed by GitHub
parent 3515dfa7a4
commit a6259a362b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ nothing to k/apiserver, and then progressively move generic functionality from
kube-apiserver to the new repository. The new repo will be named
k/generic-controlplane.
## CDI Support To The Device Plugin API
## Support for CDI injection into containers (alpha) {#cdi-device-plugin}
CDI provides a standardized way of injecting complex devices into a container (i.e. devices that logically require more than just a single /dev node to be injected for them to work). This new feature enables plugin developers to utilize the CDIDevices field added to the CRI in 1.27 to pass CDI devices directly to CDI enabled runtimes (of which containerd and crio-o are in recent releases).