-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: Fix Java helm charts to work with refactored logic. Fix FTS image #3105
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
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
4ec88a9
fix: Fix Java helm charts to work with refactored logic. Also include…
adchia 47a7a96
fix helm docs and accidental issues
adchia 7c17d37
fix
adchia 9f0eedb
fix
adchia 50eb0e7
fix
adchia 59135fb
fix issues with templates
adchia 3be6127
fix issues with templates
adchia 845ca0a
fix serving README
adchia 9224b06
fix go
adchia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| # Feast Python / Go Feature Server Helm Charts | ||
|
|
||
| Current chart version is `{{ template "chart.version" . }}` | ||
|
|
||
| ## Installation | ||
| ### Python feature server | ||
| Docker repository and tag are required. Helm install example: | ||
| ``` | ||
| helm install feast-feature-server . --set image.repository=REPO --set image.tag=TAG | ||
| ``` | ||
|
|
||
| Deployment assumes that `feature_store.yaml` exists on docker image. Example docker image: | ||
| ``` | ||
| FROM python:3.8 | ||
|
|
||
| RUN apt update && \ | ||
| apt install -y jq | ||
|
|
||
| RUN pip install pip --upgrade | ||
|
|
||
| RUN pip install feast | ||
|
|
||
| COPY feature_store.yaml /feature_store.yaml | ||
| ``` | ||
|
|
||
| ### Go feature server | ||
| > Warning: this is experimental, and only supports a local file registry + Redis | ||
|
|
||
| Furthermore, if you wish to use the Go feature server, then you must install the Apache Arrow C++ libraries, and your `feature_store.yaml` should include `go_feature_server: True`. | ||
| For more details, see the [docs](https://docs.feast.dev/reference/feature-servers/go-feature-server). | ||
|
|
||
| The docker image might look like: | ||
| ``` | ||
| FROM python:3.8 | ||
|
|
||
| RUN apt update && \ | ||
| apt install -y jq | ||
| RUN pip install pip --upgrade | ||
| RUN pip install feast | ||
| RUN apt update | ||
| RUN apt install -y -V ca-certificates lsb-release wget | ||
| RUN wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb | ||
| RUN apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb | ||
| RUN apt update | ||
| RUN apt -y install libarrow-dev | ||
|
|
||
| COPY feature_store.yaml /feature_store.yaml | ||
| ``` | ||
|
|
||
| {{ template "chart.requirementsSection" . }} | ||
|
|
||
| {{ template "chart.valuesSection" . }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # Feast Python Feature Server Helm Charts | ||
|
|
||
| Current chart version is `{{ template "chart.version" . }}` | ||
|
|
||
| ## Installation | ||
| Docker repository and tag are required. Helm install example: | ||
| ``` | ||
| helm install feast-python-server . --set image.repository=REPO --set image.tag=TAG | ||
| ``` | ||
|
|
||
| Deployment assumes that `feature_store.yaml` exists on docker image. Example docker image: | ||
| ``` | ||
| FROM python:3.8 | ||
|
|
||
| RUN apt update && \ | ||
| apt install -y jq | ||
|
|
||
| RUN pip install pip --upgrade | ||
|
|
||
| RUN pip install feast | ||
|
|
||
| COPY feature_store.yaml /feature_store.yaml | ||
| ``` | ||
|
|
||
| {{ template "chart.requirementsSection" . }} | ||
|
|
||
| {{ template "chart.valuesSection" . }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.