From a83271e64420da4e7c73e3cef98a6c03aea4e41f Mon Sep 17 00:00:00 2001 From: vbedida79 Date: Wed, 14 Feb 2024 19:02:35 -0500 Subject: [PATCH] device_plugins: Remove workaround for fixed issue #113 Signed-off-by: vbedida79 --- device_plugins/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/device_plugins/README.md b/device_plugins/README.md index 81dc283e..d0d2051d 100644 --- a/device_plugins/README.md +++ b/device_plugins/README.md @@ -3,8 +3,6 @@ # Overview Intel Device Plugins are utilized to advertise Intel hardware features (resources) to a Red Hat OpenShift Container Platform (RHOCP) Cluster. This allows workloads running on pods deployed within the clusters to leverage these features. To handle the deployment and lifecycle of these device plugins, the [Intel Device Plugins Operator](https://catalog.redhat.com/software/container-stacks/detail/61e9f2d7b9cdd99018fc5736) is used. The Intel Device Plugins container images and operator have been officially certified and published on the [Red Hat Ecosystem Catalog](https://catalog.redhat.com/software/container-stacks/detail/61e9f2d7b9cdd99018fc5736). For more details on the upstream project, please refer to [Intel Device Plugins for Kubernetes](https://github.com/intel/intel-device-plugins-for-kubernetes). -**NOTE**: As the kubelet is running with incorrect label on OCP 4.13 and beyond, please follow the workaround section in the [incorrect kubelet label issue](https://github.com/intel/intel-technology-enabling-for-openshift/issues/113). - # Prerequisities - Provisioned RHOCP cluster. Follow steps [here](/README.md). - Setup Node Feature Discovery (NFD). Follow steps [here](/nfd/README.md).