kubernetes-sigs / scheduler-plugins

Repository for out-of-tree scheduler plugins based on scheduler framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

an issue with the K8s extension

Mommment opened this issue · comments

Area

  • Scheduler
  • Controller
  • Helm Chart
  • Documents

Other components

No response

What happened?

when I'm trying deploy new controllers or install Prometheus, I have to change the kube-scheduler config file to the default one, otherwise the pods would be pending. I have to do the operation like following:

mv /etc/kubernetes/manifests/kube-scheduler.yaml /etc
mv /etc/kubernetes/kube-scheduler.yaml /etc/kubernetes/manifests

What did you expect to happen?

The network-aware scheduler should possess all the functionalities of the default scheduler and should not conflict with other deployment processes.

How can we reproduce it (as minimally and precisely as possible)?

No response

Anything else we need to know?

No response

Kubernetes version

$ kubectl version
# paste output here
Client Version: v1.28.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.27.3

Scheduler Plugins version

v0.26.7