fix: Feature UI Server image won't start in an OpenShift cluster by tchughesiv · Pull Request #4250 · feast-dev/feast
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
What this PR does / why we need it:
The python Feature UI Server image should run in an OpenShift cluster without issue.
This change allows the following code to function in a "random uid" container -
| ui_dir_ref = importlib_resources.files(__spec__.parent) / "ui/build/" # type: ignore[name-defined] | |
| with importlib_resources.as_file(ui_dir_ref) as ui_dir: | |
| # Initialize with the projects-list.json file | |
| with ui_dir.joinpath("projects-list.json").open(mode="w") as f: |
Which issue(s) this PR fixes:
Fixes #4247
tchughesiv
changed the title
fix ui runtime
fix: Feature UI Server image won't start in an OpenShift cluster
shuchu pushed a commit to shuchu/feast that referenced this pull request
…st-dev#4250) fix ui runtime Signed-off-by: Tommy Hughes <tohughes@redhat.com>
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