Skip to content

Commit

Permalink
docs: Deprecate Helm Operator - docs (#5022)
Browse files Browse the repository at this point in the history
docs: Deprecate Helm Operator

Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
  • Loading branch information
tmihalac authored Feb 10, 2025
1 parent 48a4285 commit b24d531
Show file tree
Hide file tree
Showing 2 changed files with 2 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
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 b24d531

Please sign in to comment.