Starting scheduler with docker-compose on main
throws error: Error: An unknown argument '--config-backend' was specified.
#719
Labels
bug
Something isn't working
Describe the bug
Starting the deployment in the
main
branch with the docker-compose option ttriggers this error:To Reproduce
Execute
docker-compose up --build
from main branch.Expected behavior
Expected services to execute successfully.
Additional context
When looking at the source code, specifically
ballista/scheduler/src/bin/main.rs
I could not find the relevantetcd
options.Changing the
docker-compose.yml
line 29 fromTo
Fixes the error and deploys successfully the containers. It does not seem like a proper solution here, as we're not effectively using the
etcd
service. Is there an unfinished feature inmain
branch?The text was updated successfully, but these errors were encountered: