Skip to content

Commit

Permalink
Deprecate Helm Operator - docs
Browse files Browse the repository at this point in the history
Signed-off-by: Theodor Mihalache <[email protected]>
  • Loading branch information
tmihalac committed Feb 7, 2025
1 parent 4e89330 commit b50e308
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/how-to-guides/running-feast-in-production.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
1 change: 1 addition & 0 deletions infra/charts/feast-feature-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion infra/feast-helm-operator/README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down

0 comments on commit b50e308

Please sign in to comment.