@@ -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 utilizing that framework.
9
9
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 / ) .
12
12
13
13
Table of Contents
14
14
@@ -166,10 +166,10 @@ as a standalone [SGX Admission webhook image](cmd/sgx_admissionwebhook/README.md
166
166
#### Intel SGX EPC memory registration
167
167
168
168
The 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
170
170
[ SGX device plugin] ( cmd/sgx_plugin/README.md )
171
171
operator deployment and NFD is configured to register the Intel SGX EPC memory
172
- extended resource reported by the hook .
172
+ extended resource.
173
173
174
174
Containers requesting Intel SGX EPC resources in the cluster use
175
175
` sgx.intel.com/epc ` resource which is of
@@ -262,9 +262,10 @@ matching Kubernetes versions are listed below:
262
262
263
263
| Branch | Kubernetes branch/version | Status |
264
264
| :------------------| :-------------------------------| :------------|
265
+ | release-0.27 | Kubernetes 1.27 branch v1.27.x | supported |
265
266
| release-0.26 | Kubernetes 1.26 branch v1.26.x | supported |
266
267
| 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 |
268
269
| release-0.23 | Kubernetes 1.23 branch v1.23.x | unsupported |
269
270
| release-0.22 | Kubernetes 1.22 branch v1.22.x | unsupported |
270
271
| release-0.21 | Kubernetes 1.21 branch v1.21.x | unsupported |
0 commit comments