Error while applying addons

Need help with the below error, while implementing lab exercises

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

From the sound of it, you seem to be using Vagrant to set up a local cluster. The error message indicates that the apiserver is unhealthy, so you can’t continue to setting up the CNI plugin until you resolve that. Take a look at the tutorial from the CKA repo, which should help you get to the point you can successfully install WeaveNet.

Thank You , I will check on that