Open
Description
Hello there,
I'm trying to run the guide for using a custom scheduler extender. But still quite confused after 3 days of attempts. Any help is greatly appreciated.
- The links in this step is broken.
Run Simulator: We have an example [docker-compose.yaml](https://github.com/kubernetes-sigs/kube-scheduler-simulator/blob/master/simulator/docs/example/docker-compose.yaml); you can overwrite the [docker-compose-local.yaml](https://github.com/kubernetes-sigs/kube-scheduler-simulator/blob/master/docker-compose-local.yml) file with this file, but make sure to update the extender's image name there.
I find a compose.local.yml
which seems to be the docker-compose.yaml
in 0.3.0 branch, from where I find simulator/docs/sample/plugin-extender/docker-compose.yaml.
. I edited that file and then overwrite compose.local.yml
.
However, it brings a whole lot of
error like compose.local.yml: services.fake-source-cluster.healthcheck Additional property start_interval is not allowed
...
- Also, I'm not sure where the kubeschedulerconfig file should be pasted to, as the
compose.local.yml
doesn't say anything on its supposed path in volumes.
Those two issues are on both master branch and 0.4.0 release.
Any help on how to deploy the example scheduler extender?
Lots of thanks.