@@ -7,8 +7,8 @@ This repository contains a framework for developing plugins for the Kubernetes
7
7
[ device plugins framework] ( https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ ) ,
8
8
along with a number of device plugin implementations utilising that framework.
9
9
10
- The [ v0.22 release] ( https://github.com/intel/intel-device-plugins-for-kubernetes/releases/latest )
11
- is the latest feature release with its documentation available [ here] ( https://intel.github.io/intel-device-plugins-for-kubernetes/0.22 / ) .
10
+ The [ v0.23 release] ( https://github.com/intel/intel-device-plugins-for-kubernetes/releases/latest )
11
+ is the latest feature release with its documentation available [ here] ( https://intel.github.io/intel-device-plugins-for-kubernetes/0.23 / ) .
12
12
13
13
Table of Contents
14
14
@@ -19,7 +19,7 @@ Table of Contents
19
19
* [ QAT device plugin] ( #qat-device-plugin )
20
20
* [ VPU device plugin] ( #vpu-device-plugin )
21
21
* [ SGX device plugin] ( #sgx-device-plugin )
22
- * [ DSA device pugin ] ( #dsa-device-plugin )
22
+ * [ DSA device plugin ] ( #dsa-device-plugin )
23
23
* [ DLB device plugin] ( #dlb-device-plugin )
24
24
* [ Device Plugins Operator] ( #device-plugins-operator )
25
25
* [ Demos] ( #demos )
@@ -256,9 +256,10 @@ matching Kubernetes versions are listed below:
256
256
257
257
| Branch | Kubernetes branch/version | Status |
258
258
| :------------------| :-------------------------------| :------------|
259
+ | release-0.23 | Kubernetes 1.23 branch v1.23.x | supported |
259
260
| release-0.22 | Kubernetes 1.22 branch v1.22.x | supported |
260
261
| release-0.21 | Kubernetes 1.21 branch v1.21.x | supported |
261
- | release-0.20 | Kubernetes 1.20 branch v1.20.x | supported |
262
+ | release-0.20 | Kubernetes 1.20 branch v1.20.x | unsupported |
262
263
| release-0.19 | Kubernetes 1.19 branch v1.19.x | unsupported |
263
264
| release-0.18 | Kubernetes 1.18 branch v1.18.x | unsupported |
264
265
| release-0.17 | Kubernetes 1.17 branch v1.17.x | unsupported |
0 commit comments