feat: Added online server worker config support in operator#5926
Conversation
Signed-off-by: ntkathole <[email protected]>
659ce3a to
9e46dcf
Compare
franciscojavierarceo
left a comment
There was a problem hiding this comment.
One small nit please but otherwise lgtm
| VERSION=$(VERSION) \ | ||
| $(MAKE) docker-build | ||
|
|
||
| build-feast-operator-docker-on-mac: ## Build Feast Operator Docker image on Mac |
There was a problem hiding this comment.
Why can't we just Donna if statement for the OS?
There was a problem hiding this comment.
Adding OS auto-detection would force --platform linux/amd64 on all Mac builds, breaking users who intentionally want native ARM images for local development/testing. Keeping separate _on_mac targets gives explicit control: native arch by default, cross-platform when explicitly requested.
Alternatively, we could use an environment variable (e.g., DOCKER_PLATFORM) or configure Docker's default platform at the system level, but these add extra configuration overhead for contributors to remember.
There was a problem hiding this comment.
I have to remember to use this command though so still same problem but okay
193c72a
into
feast-dev:master
What this PR does / why we need it:
This PR adds support for configuring the new serving options introduced in PR #5881 via the Feast Operator. These options allow users to optimize the online store (feature server) for production deployments.
Example Usage: