How To Disable and Re-enable Dynamic Kubelet Configuration
PreviousHow To Rotate Container Logs on The Master and Worker NodesNextHow To Identify the Master Node With Latest ETCD Backup
Last updated
- Run `/opt/pf9/nodelet/nodeletd phases stop --force`
- Run `systemctl start pf9-hostagent.`
- Wait for all the phases to start running and ensure that kubectl is functional- Stop pf9-hostagent and pf9-nodelet
- Run /opt/pf9/nodelet/nodeletd phases stop --force
- Revert the changes made in first 2 points of Step 1. The parameters will look like this now - Delete the 2 folders under /var/opt/pf9/kube/kubelet-config/dynamic-config/. This will prevent the Kubelet from picking up the previously checkpointed worker config. - Run systemctl start pf9-hostagent
- Once the pf9-nodelet service brings up the Kubernetes stack you will see that the Master node now has the updated configuration and the cluster is functioning as expected.