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

karmada-descheduler #5991

Open
Schwarao opened this issue Dec 28, 2024 · 4 comments
Open

karmada-descheduler #5991

Schwarao opened this issue Dec 28, 2024 · 4 comments
Labels
kind/question Indicates an issue that is a support question.

Comments

@Schwarao
Copy link

This is karmada-descheduler's logs, and it's because there's something wrong with that
image

@Schwarao Schwarao added the kind/question Indicates an issue that is a support question. label Dec 28, 2024
@chaosi-zju
Copy link
Member

chaosi-zju commented Dec 30, 2024

did you installed karmada-scheduler-estimator ?

deschedule need to work with karmada-scheduler-estimator

@Schwarao
Copy link
Author

I installed karmada-scheduler-estimator with the command bash hack/deploy-scheduler-estimator.sh /home/rongqigang/.kube/k8s-16.conf k8s-16 /home/rongqigang/.kube/k8s-ali.conf k8s-ali as shown below:
image
Why scheduler-estimator has two pods per cluster

descheduler command:sudo kubectl karmada addons enable karmada-descheduler --kubeconfig=/home/rongqigang/.kube/k8s-16.conf
Here is the log for deschedule:
image

did you installed karmada-scheduler-estimator ?

deschedule need to work with karmada-scheduler-estimator

@zhzhuang-zju
Copy link
Contributor

@Schwarao It may be that the certificates are inconsistent due to different installation methods. You can try using the command

sudo kubectl addons enable karmada-scheduler-estimator -C k8s-ali --member-kubeconfig
/home/rongqigang/.kube/k8s-ali.conf --member-context k8s-ali --kubeconfig=/home/rongqigang/.kube/k8s-16.conf

@zhzhuang-zju
Copy link
Contributor

Also, is k8s-16 your host cluster? Why would there be a corresponding scheduler-estimator karmada-scheduler-estimator-k8s-16 as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Indicates an issue that is a support question.
Projects
None yet
Development

No branches or pull requests

3 participants