-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Deprecate Helm Operator - docs #5022
docs: Deprecate Helm Operator - docs #5022
Conversation
Can you re-trigger test ? @franciscojavierarceo |
done! that was strange though that test is usually not flaky... |
Also it is better to mention |
For now, we’re only deprecating the helm operatorOn Feb 7, 2025, at 9:26 AM, Theodor Mihalache ***@***.***> wrote:
@tmihalac commented on this pull request.
In 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))
Are deprecating only the helm operator or everything that is related to helm like the feast server helm as well ?
@tchughesiv @franciscojavierarceo @redhatHameed
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Head branch was pushed to by a user without write access
OK reverted the chart deprecation tag |
8de4173
to
b50e308
Compare
Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
Head branch was pushed to by a user without write access
b50e308
to
778afbc
Compare
Now it should be ok |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Updated Helm Operator to point out that the operator is deprecated and the new feast go operator should be used instead.
What this PR does / why we need it:
The feast go operator is more powerful and allows a flexible deployment