Skip to content
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

Bytewax Image Pull Secrets Wrong Format #3546

Closed
adamschmidt opened this issue Mar 20, 2023 · 0 comments · Fixed by #3547
Closed

Bytewax Image Pull Secrets Wrong Format #3546

adamschmidt opened this issue Mar 20, 2023 · 0 comments · Fixed by #3547

Comments

@adamschmidt
Copy link
Contributor

Expected Behavior

Bytewax materializer uses a correctly configured list of image secrets to pull the job container on execution

Current Behavior

Current configuration is a list of strings. Container scheduling fails to start because of an invalid generated job spec.

Steps to reproduce

Configure Bytewax materialization engine with image pull secrets as list of strings, and run materialization. It'll fail.

Specifications

  • Version: 0.30.0
  • Platform: Linux & EKS
  • Subsystem: Python, Feast with Bytewax option enabled

Possible Solution

The Bytewax materialization engine config needs to be configured with a List[dict] per Kubernetes configuration requirements. This will correctly schedule the materialization job and use the secrets to pull the job container from the registry.

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

Successfully merging a pull request may close this issue.

1 participant