-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Add nodeSelector to procs #11
base: master
Are you sure you want to change the base?
Conversation
Updated to use nodeSelector with key and name; usage: proc :web, 'bundle exec puma -C config/puma.rb', scale: 5, node_pool_key: 'doks.digitalocean.com/node-pool', node_pool_name: 'api' |
41ac68c
to
933df51
Compare
Probably it would be better to have something like |
@collimarco I can be an option, however it will still require custom key names to map directly into the kube file. so we'll need to do:
|
@RocKhalil No, it would be |
@collimarco basically the |
@RocKhalil Yes, I know, it's what I said... |
Added the possibility of having
node_name
akanodeName
in theproc
configuration.This allows users to push each proc to a different node