How to restart kubernetes nodes?
问题 The status of nodes is reported as unknown "conditions": [ { "type": "Ready", "status": "Unknown", "lastHeartbeatTime": "2015-11-12T06:03:19Z", "lastTransitionTime": "2015-11-12T06:04:03Z", "reason": "Kubelet stopped posting node status." } whle kubectl get nodes return a NOTReady status. What does this imply and how to fix this? 回答1: Get nodes kubectl get nodes Result: NAME STATUS AGE 192.168.1.157 NotReady 42d 192.168.1.158 Ready 42d 192.168.1.159 Ready 42d Describe node Here is a NotReady