Kubernetes setup

Hi ,

I am following kubernetes absolute beginners course, as apart of setting up kuberntes cluster from the videos, I am getting the below error , I tried following couple of steps from google to fix the port issue but none of them are working. Kindly help ?

error: error validating “https://github.com/weaveworks/weave/releases/download/v2.8.1/weave-daemonset-k8s.yaml”: error validating data: Get “https://192.168.56.11:6443/openapi/v2?timeout=32s”: dial tcp 192.168.56.11:6443: connect: connection refused; if you choose to ignore these errors, turn validation off with --validate=false

The error message is what you see if the apiserver is not healthy, and can take a bit to debug. The best course of action is to use good instructions for setting up your local cluster. There’s a good step-by-step tutorial in the CKA course repo; follow that, and it will hopefully help you a bit better than the video alone.