Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 88d6cd4

Browse files
committed
Update Descheduler section of the health-metrics-demo docs
Signed-off-by: Madalina Lazar <madalina.lazar@intel.com>
1 parent 644acdb commit 88d6cd4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

telemetry-aware-scheduling/docs/health-metric-example.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,10 @@ This should produce extender logs like:
144144
```
145145
We can see that only two of our three nodes was deemed suitable because it didn't break the dontschedule rule declared in our Telemetry Scheduling Policy.
146146

147-
### Deschedule
148-
Descheduler can be installed as a binary with the instructions from the [project repo](https://github.com/kubernetes-sigs/descheduler.) A policy file in the health-metric-demo should be passed to the descheduler as a flag.
147+
### Deschedule
148+
Descheduler can be installed as a binary with the instructions from the [project repo](https://github.com/kubernetes-sigs/descheduler.). Please make sure to install version ***0.23.1*** of the Descheduler available [here](https://github.com/kubernetes-sigs/descheduler/tree/v0.23.1). You can use older versions, but make sure you do not use versions ***> 0.23.1 (0.24.0 and so on)*** as there seem to be compatibility issues between the two. https://github.com/intel/platform-awarescheduling/issues/90#issuecomment-1169012485 links to an issue cut to the Descheduler project team to try to find a solution to this problem.
149+
150+
A policy file in the health-metric-demo should be passed to the descheduler as a flag.
149151

150152
Assuming descheduler is on the $PATH the command to run it is:
151153

0 commit comments

Comments
 (0)