@@ -8,8 +8,8 @@ This repository contains a framework for developing plugins for the Kubernetes
88[ device plugins framework] ( https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ ) ,
99along with a number of device plugin implementations utilizing that framework.
1010
11- The [ v0.32 .0 release] ( https://github.com/intel/intel-device-plugins-for-kubernetes/releases/latest ) 
12- is the latest feature release with its documentation available [ here] ( https://intel.github.io/intel-device-plugins-for-kubernetes/0.32 / ) .
11+ The [ v0.34 .0 release] ( https://github.com/intel/intel-device-plugins-for-kubernetes/releases/latest ) 
12+ is the latest feature release with its documentation available [ here] ( https://intel.github.io/intel-device-plugins-for-kubernetes/0.34 / ) .
1313
1414Table of Contents
1515
@@ -57,7 +57,7 @@ discrete and integrated Intel GPU device files.
5757The demo subdirectory contains both a [ GPU plugin demo video] ( demo/readme.md#intel-gpu-device-plugin-demo-video ) 
5858and an OpenCL sample deployment (` intelgpu-job.yaml ` ).
5959
60- ### FPGA Device Plugin  
60+ ### FPGA Device Plugin (deprecated)   
6161
6262The [ FPGA device plugin] ( cmd/fpga_plugin/README.md )  supports FPGA passthrough for
6363the following hardware:
@@ -173,7 +173,7 @@ type [memory](https://kubernetes.io/docs/concepts/configuration/manage-resources
173173The [ DSA device plugin] ( cmd/dsa_plugin/README.md )  supports acceleration using
174174the Intel Data Streaming accelerator(DSA).
175175
176- ### DLB Device Plugin  
176+ ### DLB Device Plugin (deprecated)   
177177
178178The [ DLB device plugin] ( cmd/dlb_plugin/README.md )  supports Intel Dynamic Load
179179Balancer accelerator(DLB).
@@ -262,21 +262,16 @@ this repository, see the [Developers Guide](DEVEL.md).
262262Releases are made under the github [ releases area] ( https://github.com/intel/intel-device-plugins-for-kubernetes/releases ) . Supported releases and
263263matching Kubernetes versions are listed below:
264264
265- |  Branch            |  Kubernetes branch/version      |  Status      | 
266- | :------------------| :-------------------------------| :------------| 
267- |  release-0.32      |  Kubernetes 1.32 branch v1.32.x |  supported   | 
268- |  release-0.31      |  Kubernetes 1.31 branch v1.31.x |  supported   | 
269- |  release-0.30      |  Kubernetes 1.30 branch v1.30.x |  supported   | 
270- |  release-0.29      |  Kubernetes 1.29 branch v1.29.x |  unsupported | 
271- |  release-0.28      |  Kubernetes 1.28 branch v1.28.x |  unsupported | 
272- |  release-0.27      |  Kubernetes 1.27 branch v1.27.x |  unsupported | 
273- |  release-0.26      |  Kubernetes 1.26 branch v1.26.x |  unsupported | 
274- |  release-0.25      |  Kubernetes 1.25 branch v1.25.x |  unsupported | 
275- |  release-0.24      |  Kubernetes 1.24 branch v1.24.x |  unsupported | 
276- |  release-0.23      |  Kubernetes 1.23 branch v1.23.x |  unsupported | 
277- |  release-0.22      |  Kubernetes 1.22 branch v1.22.x |  unsupported | 
278- |  release-0.21      |  Kubernetes 1.21 branch v1.21.x |  unsupported | 
279- |  release-0.20      |  Kubernetes 1.20 branch v1.20.x |  unsupported | 
265+ |  Branch            |  Kubernetes version   |  Status      | 
266+ | :------------------| :---------------------| :------------| 
267+ |  release-0.34      |  Kubernetes 1.33-1.34 |  supported   | 
268+ |  release-0.32      |  Kubernetes 1.32      |  supported   | 
269+ |  release-0.31      |  Kubernetes 1.31      |  supported   | 
270+ |  release-0.30      |  Kubernetes 1.30      |  unsupported | 
271+ |  release-0.29      |  Kubernetes 1.29      |  unsupported | 
272+ |  release-0.28      |  Kubernetes 1.28      |  unsupported | 
273+ |  release-0.27      |  Kubernetes 1.27      |  unsupported | 
274+ |  release-0.26      |  Kubernetes 1.26      |  unsupported | 
280275
281276* Note:*  Device plugins leverage the Kubernetes v1 API. The API itself is GA (generally available) and [ does not change] ( https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-changes )  between Kubernetes versions. One does not necessarily need to use the latest Kubernetes cluster with the latest device plugin version. Using a newer device plugins release should work without issues on an older Kubernetes cluster. One possible exception to this are the device plugins CRDs that can vary between versions.
282277
0 commit comments