-
Notifications
You must be signed in to change notification settings - Fork 233
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
can not install HAMi on AWS EKS #744
Comments
The version
# kubeVersion: ">= 1.16.0"
helm install hami hami-charts/hami --set kubeVersionOverride=true |
Since there is no user-managed kube-scheduler component in AWS EKS clusters, should I install the HAMi kube-scheduler or only the vgpu-scheduler-extender? |
I have not installed HAMI on AWS EKS before. Normally, both components need to be installed:
|
❯ helm install hami ./hami -n hami --set scheduler.kubeScheduler.imageTag=v1.29.11 --set kubeVersionOverride=true |
Looks like HAMi not works well with AWS EKS cluster.
|
Please provide an in-depth description of the question you have:
What do you think about this question?:
Environment:
The text was updated successfully, but these errors were encountered: