Skip to content

fix: Include git in feast server image and add label selector overlay#6279

Merged
ntkathole merged 2 commits intomasterfrom
include_git
Apr 17, 2026
Merged

fix: Include git in feast server image and add label selector overlay#6279
ntkathole merged 2 commits intomasterfrom
include_git

Conversation

@ntkathole
Copy link
Copy Markdown
Member

@ntkathole ntkathole commented Apr 14, 2026

Root cause: PR #6217 switched Docker images from ubi9/python-312:1 (full UBI) to ubi9/python-312-minimal:1. The full image includes git by default; the minimal image does not. The PR added other system packages (gcc, libpq-devel, etc.) via microdnf but missed git.

Impact: The feast operator's init container uses git clone to set up the feature repository when feastProjectDir.Git is configured (see setInitContainer in services.go). Without git in the image, this fails with git: command not found.

This PR also updates Kubernetes deployment configuration for feast-operator across multiple overlays to refine pod selector labels, ensuring consistent pod selection behavior during upgrades.


Open with Devin

@ntkathole ntkathole self-assigned this Apr 14, 2026
@ntkathole ntkathole requested a review from a team as a code owner April 14, 2026 17:13
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
@ntkathole ntkathole changed the title fix: Include git in feast server image fix: Include git in feast server image and add label selector overlay Apr 16, 2026
@ntkathole ntkathole changed the title fix: Include git in feast server image and add label selector overlay fix: Include git in feast server image and add label selector overlay Apr 16, 2026
@ntkathole ntkathole merged commit 9107a43 into master Apr 17, 2026
41 of 48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants