From b50e3082d8fbe7ebdd44b658a2a10b995e278868 Mon Sep 17 00:00:00 2001 From: Theodor Mihalache Date: Fri, 7 Feb 2025 14:55:19 -0500 Subject: [PATCH] Deprecate Helm Operator - docs Signed-off-by: Theodor Mihalache --- docs/how-to-guides/running-feast-in-production.md | 2 +- infra/charts/feast-feature-server/Chart.yaml | 1 + infra/feast-helm-operator/README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/how-to-guides/running-feast-in-production.md b/docs/how-to-guides/running-feast-in-production.md index 021a10ac1ca..aa277c2540a 100644 --- a/docs/how-to-guides/running-feast-in-production.md +++ b/docs/how-to-guides/running-feast-in-production.md @@ -203,7 +203,7 @@ feature_vector = fs.get_online_features( ).to_dict() ``` -### 4.2. Deploy Feast feature servers on Kubernetes +### 4.2. Deploy Feast feature servers on Kubernetes (Deprecated replaced by [feast-operator](../../infra/feast-operator/README.md)) To deploy a Feast feature server on Kubernetes, you can use the included [helm chart + tutorial](https://github.com/feast-dev/feast/tree/master/infra/charts/feast-feature-server) (which also has detailed instructions and an example tutorial). diff --git a/infra/charts/feast-feature-server/Chart.yaml b/infra/charts/feast-feature-server/Chart.yaml index cfcf4d75c1c..b3c528c1cee 100644 --- a/infra/charts/feast-feature-server/Chart.yaml +++ b/infra/charts/feast-feature-server/Chart.yaml @@ -3,6 +3,7 @@ name: feast-feature-server description: Feast Feature Server in Go or Python type: application version: 0.45.0 +deprecated: true keywords: - machine learning - big data diff --git a/infra/feast-helm-operator/README.md b/infra/feast-helm-operator/README.md index ba9fe17fa3c..e6d9caee9f5 100644 --- a/infra/feast-helm-operator/README.md +++ b/infra/feast-helm-operator/README.md @@ -1,4 +1,4 @@ -# Feast Feature Server Helm-based Operator +# Feast Feature Server Helm-based Operator (Deprecated replaced by [feast-operator](../feast-operator/README.md)) This Operator was built with the [operator-sdk](https://github.com/operator-framework/operator-sdk) and leverages the [feast-feature-server helm chart](/infra/charts/feast-feature-server).