@@ -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 utilizing that framework.
99
10- The [ v0.26 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.26 / ) .
10+ The [ v0.27 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.27 / ) .
1212
1313Table of Contents
1414
@@ -166,10 +166,10 @@ as a standalone [SGX Admission webhook image](cmd/sgx_admissionwebhook/README.md
166166#### Intel SGX EPC memory registration
167167
168168The Intel SGX EPC memory available on each node is registered as a Kubernetes extended resource using
169- node-feature-discovery (NFD). A custom NFD source hook is installed as part of
169+ node-feature-discovery (NFD). An NFD Node Feature Rule is installed as part of
170170[ SGX device plugin] ( cmd/sgx_plugin/README.md )
171171operator deployment and NFD is configured to register the Intel SGX EPC memory
172- extended resource reported by the hook .
172+ extended resource.
173173
174174Containers requesting Intel SGX EPC resources in the cluster use
175175` sgx.intel.com/epc ` resource which is of
@@ -262,9 +262,10 @@ matching Kubernetes versions are listed below:
262262
263263| Branch | Kubernetes branch/version | Status |
264264| :------------------| :-------------------------------| :------------|
265+ | release-0.27 | Kubernetes 1.27 branch v1.27.x | supported |
265266| release-0.26 | Kubernetes 1.26 branch v1.26.x | supported |
266267| release-0.25 | Kubernetes 1.25 branch v1.25.x | supported |
267- | release-0.24 | Kubernetes 1.24 branch v1.24.x | supported |
268+ | release-0.24 | Kubernetes 1.24 branch v1.24.x | unsupported |
268269| release-0.23 | Kubernetes 1.23 branch v1.23.x | unsupported |
269270| release-0.22 | Kubernetes 1.22 branch v1.22.x | unsupported |
270271| release-0.21 | Kubernetes 1.21 branch v1.21.x | unsupported |
0 commit comments