2015-Middleware-Keynote / demo-ansible

Apache License 2.0
18 stars 24 forks source link

max pods per node #48

Closed thoraxe closed 9 years ago

thoraxe commented 9 years ago

Did we lose this setting? I am seeing 40 pods in the get node output in a running env. I recall some "kubelet args" task but can't find it in demo-ansible... ?

detiber commented 9 years ago

The issue turns out to be a bug in the implementation I added to openshift_ansible. Fix is available here: https://github.com/openshift/openshift-ansible/pull/490

detiber commented 9 years ago

This also required a fix in demo-ansible, which has been merged to master now.

thoraxe commented 9 years ago

Fixed by https://github.com/openshift/openshift-ansible/pull/491