diff --git a/README.md b/README.md index e2a0a5f52..46c34aa3a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ The following steps are optional. They're only required if you want to run the w 4. [Install Intel Gaudi device plugin for Kubernetes](https://docs.habana.ai/en/latest/Installation_Guide/Additional_Installation/Kubernetes_Installation/index.html). - Alternatively, Intel provides a base operator to manage the Gaudi software stack. Refer to [this file](kubernetes-addons/Intel-Gaudi-Base-Operator/README.md) for details. ## Usages @@ -49,7 +48,7 @@ The following steps are optional. They're only required if you want to run the w Follow [GMC README](microservices-connector/README.md) to install GMC into your kubernetes cluster. [GenAIExamples](https://github.com/opea-project/GenAIExamples) contains several sample GenAI example use case pipelines such as ChatQnA, DocSum, etc. -Once you have deployed GMC in your Kubernetes cluster, you can deploy any of the example pipelines by following its Readme file (e.g. [Docsum](https://github.com/opea-project/GenAIExamples/blob/main/DocSum/kubernetes/intel/README_gmc.md)). +Once you have deployed GMC in your Kubernetes cluster, you can deploy any of the example pipelines by following its Readme file (e.g. [Docsum](https://github.com/opea-project/GenAIExamples/blob/main/DocSum/kubernetes/gmc/README.md)). ### Use helm charts to deploy diff --git a/kubernetes-addons/Intel-Gaudi-Base-Operator/README.md b/kubernetes-addons/Intel-Gaudi-Base-Operator/README.md deleted file mode 100644 index e04fb9d5a..000000000 --- a/kubernetes-addons/Intel-Gaudi-Base-Operator/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Intel® Gaudi® Base Operator for Kubernetes - -Instead of installing Intel Gaudi software stack (drivers, container runtime, device plugin and etc.) manually, Intel Habana provides the [Intel® Gaudi® Base Operator for Kubernetes](https://docs.habana.ai/en/latest/Orchestration/Gaudi_Kubernetes/Intel_Gaudi_Base_Operator_for_Kubernetes.html) to ease the task. - -Intel® Gaudi® Base Operator for Kubernetes automates the management of all necessary Intel Gaudi software components on a Kubernetes cluster. These include drivers, Kubernetes device plugin, container runtime, feature discovery, and monitoring tools. - -[Here](https://docs.habana.ai/en/latest/Support_Matrix/Support_Matrix.html#support-matrix) is the support matrix for Kubernetes versions. - -For more detailded information and steps to proceed, please refer to the [Intel® Gaudi® Base Operator for Kubernetes](https://docs.habana.ai/en/latest/Orchestration/Gaudi_Kubernetes/Intel_Gaudi_Base_Operator_for_Kubernetes.html) manual page.