You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The demo subdirectory contains both a [GPU plugin demo video](demo/readme.md#intel-gpu-device-plugin-demo-video)
58
58
and an OpenCL sample deployment (`intelgpu-job.yaml`).
59
59
60
-
### FPGA Device Plugin
60
+
### FPGA Device Plugin (deprecated)
61
61
62
62
The [FPGA device plugin](cmd/fpga_plugin/README.md) supports FPGA passthrough for
63
63
the following hardware:
@@ -173,7 +173,7 @@ type [memory](https://kubernetes.io/docs/concepts/configuration/manage-resources
173
173
The [DSA device plugin](cmd/dsa_plugin/README.md) supports acceleration using
174
174
the Intel Data Streaming accelerator(DSA).
175
175
176
-
### DLB Device Plugin
176
+
### DLB Device Plugin (deprecated)
177
177
178
178
The [DLB device plugin](cmd/dlb_plugin/README.md) supports Intel Dynamic Load
179
179
Balancer accelerator(DLB).
@@ -262,21 +262,16 @@ this repository, see the [Developers Guide](DEVEL.md).
262
262
Releases are made under the github [releases area](https://github.com/intel/intel-device-plugins-for-kubernetes/releases). Supported releases and
*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.
0 commit comments