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

Amalthea-scheduler image guessing fails on EKS #699

Open
aledegano opened this issue Aug 22, 2024 · 2 comments
Open

Amalthea-scheduler image guessing fails on EKS #699

aledegano opened this issue Aug 22, 2024 · 2 comments

Comments

@aledegano
Copy link
Contributor

The guessing mechanism for the version of the Amalthea scheduler fails on EKS because when it queries Kubernetes for the version gets something like: 1.29.6-eks-db838b0 and then tries to launch the image registry.k8s.io/kube-scheduler:v1.29.6-eks-db838b0 which obviously does not exist.

It would probably be enough to check the returned string from the query and remove anything past the last digit.

@olevski
Copy link
Member

olevski commented Sep 2, 2024

This is in the helm chart templates, right @aledegano ?

@aledegano
Copy link
Contributor Author

Yes, I believe so. I might give it a try, but I wanted to open the issue to not forget of the problem.

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