Okd: Node status NotReady after rebooting master node

Created on 23 Sep 2020  路  5Comments  路  Source: openshift/okd

Describe the bug

I am using OKD 4.5 with FCOS ,recently I rebooted a master node and now the master node status is NotReady.
i ran the $oc describe master1.node.com and output was kubelet stopped posting status.
also I tried to check if there are any pending CSR requests by $oc get csr found that there are csr requests from system:node:localhost ,but I have no node named localhost in the cluster.(kubelet might have started before the hostname stabilizes)
also restarting kubelet $systemctl restart kubelet is not helping
Version

Server Version: 4.5.0-0.okd-2020-07-29-070316

How reproducible

Restarting the master node
Log bundle

attaching kubelet logs from master1 for reference

master1.log.zip

triagneeds-information

Most helpful comment

I have the same issue.
Does not have any solution ?

All 5 comments

I have the same issue.
Does not have any solution ?

In my case, i had to delete the node resource and add it back to the cluster

No log bundle provided, closing

In my case, i had to delete the node resource and add it back to the cluster

How did you did it ?

@dcdh
you can delete a node by oc delete node node_name

and the new node will be automatically added to cluster when you bootup(you just have to approve csr)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kkk25641463 picture kkk25641463  路  5Comments

slauger picture slauger  路  5Comments

llomgui picture llomgui  路  11Comments

DanyC97 picture DanyC97  路  10Comments

daFritz84 picture daFritz84  路  11Comments