Re: Kubelet/node nice level

2018-07-01 Thread Mateus Caruccio
Got it. So now I just need to fix my scripts. Thanks for clarifying. -- Mateus Caruccio / Master of Puppets GetupCloud.com We make the infrastructure invisible Gartner Cool Vendor 2017 2018-07-01 14:18 GMT-03:00 Clayton Coleman : > That’s the one the installer lays down. Ansible has never used

Re: Kubelet/node nice level

2018-07-01 Thread Clayton Coleman
That’s the one the installer lays down. Ansible has never used the one in the RPMs (and the one in the RPMs is being removed in 3.10 to prevent confusion). On Jul 1, 2018, at 10:03 AM, Mateus Caruccio wrote: Yep, I copy/paste from an old buffer. It's /bin/nice already. Same results. Anyway, I

Re: Kubelet/node nice level

2018-07-01 Thread Mateus Caruccio
Yep, I copy/paste from an old buffer. It's /bin/nice already. Same results. Anyway, I believe have found the reason. Looks like /etc/systemd/system/multi-user.target.wants is linking to the wrong unit file (or am I editing the wrong one?). # ls -l /etc/systemd/system/multi-user.target.wants/origi

Re: Kubelet/node nice level

2018-07-01 Thread Tobias Florek
Hi! > ExecStart=nice -n -5 /usr/bin/openshift start node [...] That won't work. You need the full path to the executable in systemd units. Cheers, Tobias Florek signature.asc Description: signature ___ dev mailing list dev@lists.openshift.redhat