Skip to content

fix: Support ARM nodes in operator CronJobs - #6840

Open
Hanabi9248 wants to merge 1 commit into
feast-dev:masterfrom
Hanabi9248:codex/arm-cronjob-image
Open

Hanabi9248 wants to merge 1 commit into
feast-dev:masterfrom
Hanabi9248:codex/arm-cronjob-image

Conversation

@Hanabi9248

Copy link
Copy Markdown
Contributor

What this PR does / why we need it:

The default CronJob runner image only publishes linux/amd64, so its init containers cannot start on ARM nodes. Use the official multi-architecture kubectl image, keeping v1.30.5 to match the client shipped in origin-cli:4.17. Update the operator defaults, deployment manifests and documentation together.

The existing image overrides and non-root security contexts are preserved. The runner only invokes kubectl; the bash command executes in the Feast deployment.

Which issue(s) this PR fixes:

Fixes #6836

Checks

  • I've made sure the tests are passing.
  • My commits are signed off (git commit -s)
  • My PR title follows conventional commits format

Testing Strategy

  • Unit tests
  • Integration tests
  • Manual tests
  • Testing is not required for this change

Ran the services package tests on Linux with envtest 1.31.0, plus go vet ./internal/controller/services. Kustomize 5.4.3 renders all 14 documents and the expected runner image. Verified the published image index includes arm64, and ran its amd64 kubectl binary as UID 1001. An ARM cluster and OpenShift end-to-end deployment were not tested.

Misc

Release note: Operator CronJobs use a multi-architecture runner image so they can start on ARM nodes.

@Hanabi9248
Hanabi9248 requested a review from a team as a code owner September 15, 2026 16:07
@codecov-commenter

codecov-commenter commented Sep 15, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 47.11%. Comparing base (922db5c) to head (979d6f5).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6840   +/-   ##
=======================================
  Coverage   47.11%   47.11%           
=======================================
  Files         419      419           
  Lines       51886    51886           
  Branches     7528     7528           
=======================================
  Hits        24448    24448           
  Misses      25688    25688           
  Partials     1750     1750           
Flag Coverage Δ
go-feature-server 30.58% <ø> (ø)
python-unit 48.42% <ø> (ø)

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 922db5c...979d6f5. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

origin-cli does not run on ARM nodes

2 participants