@@ -7,8 +7,8 @@ This repository contains a framework for developing plugins for the Kubernetes
77[ device plugins framework] ( https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/ ) ,
88along with a number of device plugin implementations utilising that framework.
99
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 / ) .
1212
1313Table of Contents
1414
@@ -19,7 +19,7 @@ Table of Contents
1919 * [ QAT device plugin] ( #qat-device-plugin )
2020 * [ VPU device plugin] ( #vpu-device-plugin )
2121 * [ SGX device plugin] ( #sgx-device-plugin )
22- * [ DSA device pugin ] ( #dsa-device-plugin )
22+ * [ DSA device plugin ] ( #dsa-device-plugin )
2323 * [ DLB device plugin] ( #dlb-device-plugin )
2424* [ Device Plugins Operator] ( #device-plugins-operator )
2525* [ Demos] ( #demos )
@@ -256,9 +256,10 @@ matching Kubernetes versions are listed below:
256256
257257| Branch | Kubernetes branch/version | Status |
258258| :------------------| :-------------------------------| :------------|
259+ | release-0.23 | Kubernetes 1.23 branch v1.23.x | supported |
259260| release-0.22 | Kubernetes 1.22 branch v1.22.x | supported |
260261| 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 |
262263| release-0.19 | Kubernetes 1.19 branch v1.19.x | unsupported |
263264| release-0.18 | Kubernetes 1.18 branch v1.18.x | unsupported |
264265| release-0.17 | Kubernetes 1.17 branch v1.17.x | unsupported |
0 commit comments