Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 635 Bytes

09-Solution-Worker-Node-Failure.md

File metadata and controls

34 lines (22 loc) · 635 Bytes

Solution Worker Node Failure

  • Lets have a look at the Practice Test of the Worker Node Failure

    Solution

    1. Check Solution

      ssh node01
      
      service kubelet start
      
    2. Check Solution

      sed -i 's/WRONG-CA-FILE.crt/ca.crt/g' /var/lib/kubelet/config.yaml
      
    3. Check Solution

      sed -i 's/6553/6443/g' /etc/kubernetes/kubelet.conf