IBM / cloud-pak-deployer

Configuration-based installation of OpenShift and Cloud Pak for Data/Integration/Watson AIOps on various private and public cloud infrastructure providers. Deployment attempts to achieve the end-state defined in the configuration. If something fails along the way, you only need to restart the process to continue the deployment.
https://ibm.github.io/cloud-pak-deployer/
Apache License 2.0
132 stars 67 forks source link

Deployer doesn't restart kubelet and crio on non-MCO #518

Closed fketelaars closed 1 year ago

fketelaars commented 1 year ago

Describe the bug A degeneration was introduced with the application of non-MCO kubelet config.

if [ $NODE_UPDATED -eq 1 ];then
  echo "Restarting kubelet and crio daemons" >> /tmp/cloud-pak-node-fix.log
  # systemctl restart kubelet
  # systemctl restart crio
fi

Remove the comments.