play-with-kubernetes.github.io icon indicating copy to clipboard operation
play-with-kubernetes.github.io copied to clipboard

Unable to connect to the server: dial tcp: lookup cloud.weave.works on 127.0.0.11:53: no such host

Open Utopiah opened this issue 1 year ago • 2 comments

Trying to run kubectl apply -n kube-system -f \ "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 |tr -d '\n') leads to the above error.

Utopiah avatar Jan 03 '24 11:01 Utopiah

Also experiencing this.. Is there a new URL to update the tutorial? Sounds like a few things need updating/refreshing.

daveops1 avatar Feb 09 '24 21:02 daveops1

Actually use this command instead kubectl apply -f https://github.com/weaveworks/weave/releases/download/v2.8.1/weave-daemonset-k8s-1.11.yaml

demingtang avatar Mar 26 '24 03:03 demingtang