Skip to content

Commit

Permalink
Updating url for weave scope
Browse files Browse the repository at this point in the history
apply fails because cloud.weave.works reached his end of life:
https://www.weave.works/blog/weave-cloud-end-of-service
weaveworks/weave#3960
  • Loading branch information
mikalai-shchurko authored Feb 5, 2023
1 parent dc74933 commit 1a8d795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kubeadm init --apiserver-advertise-address $(hostname -i)
mkdir -p $HOME/.kube
chown $(id -u):$(id -g) $HOME/.kube/config
kubectl apply -n kube-system -f \
"https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 |tr -d '\n')"
"https://github.com/weaveworks/scope/releases/download/v1.13.2/k8s-scope.yaml"

0 comments on commit 1a8d795

Please sign in to comment.