My question is how to display the current predicates and priority policies used by kube-scheduler. Note that I didn't change or overwrite them, so am wondering how can I display them, or anyone can tell me what is the default policy used in filtering and scoring.
Asked
Active
Viewed 240 times
1
-
Is this what you looking for? - https://kubernetes.io/docs/concepts/scheduling-eviction/ – Pankaj Saini Jun 07 '20 at 14:36
-
Yes, but this shows the available policies in kubernetes and how to configure them, my question is how the display the pilicies witch are used in my current cluster cofiguration, by command line or somthing like that – Ishak Hari Jun 07 '20 at 15:06
-
Have you seen this doc https://github.com/kubernetes/community/blob/master/contributors/design-proposals/scheduling/scheduler_extender.md ? – Malgorzata Jun 08 '20 at 09:37
-
Yes i already checked this page, but they didn't mentioned how to display the current values – Ishak Hari Jun 10 '20 at 13:57
-
Did you manage to solve the problem ? – Malgorzata Jun 29 '20 at 13:38
-
Unfortunatelly not yet... – Ishak Hari Jun 30 '20 at 18:02
-
Have you heard about OPA ? https://github.com/open-policy-agent/opa-kube-scheduler – Malgorzata Aug 04 '20 at 14:22
-
Yes unfortunatelly it didn't help me also – Ishak Hari Oct 21 '22 at 16:12