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

bug: Helm chart deployment for the Kueue Kubestellar integration uses hard coded image tag #25

Closed
cwiklik opened this issue Oct 7, 2024 · 1 comment

Comments

@cwiklik
Copy link
Contributor

cwiklik commented Oct 7, 2024

Describe the bug

The Kueue Kubestellar deployment fails to launch due to a missing image. The problem is that helm chart deployment (operator.yaml) uses hard coded image tag.

Steps To Reproduce

Pull galaxy project from Git.
Go to scripts/kueue and run install-all.sh
Do: kubectl get pods -A
Notice a pod with name like kueue-ks-controller-manager-bd955f845-xxxxx is not running.
Inspect the deployment and notice this error: Back-off pulling image "ko.local/kueue-ks:e559205"

Expected Behavior

Kueue-KS deployment should start without errors. Need to remove hardcoded tag and use placeholder instead.

Additional Context

No response

@pdettori
Copy link
Collaborator

pdettori commented Oct 9, 2024

addressed by #26

@pdettori pdettori closed this as completed Oct 9, 2024
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

No branches or pull requests

2 participants