Skip to content

Instantly share code, notes, and snippets.

@smothiki
Last active August 29, 2015 14:20
Show Gist options
  • Save smothiki/6ca6a9506d14b54e657e to your computer and use it in GitHub Desktop.
Save smothiki/6ca6a9506d14b54e657e to your computer and use it in GitHub Desktop.
Customizing deis scheduler
Consideration

Docker engine should run on port 2375 in each node and manager should be able to access port 2395

etcd keys
  1. Swarm uses deis/scheduler/swarm/node to identify other nodes in the cluster
  2. Publishes swarm manager host IP to /deis/scheduler/swarm/host
  3. set /deis/controller/schedulerModule to swarm to use swarm scheduler for deis
steps to install and start swarm
  1. deisctl install swarm
  2. deisctl start swarm
  3. deisctl config controller set schedulerModule=swarm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment