Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
test: update WeaveNet installation.
Browse files Browse the repository at this point in the history
The installation of WeaveNet stopped working end of September when
cloud.weave.net was turned off. The latest upstream
documentation (https://www.weave.works/docs/net/latest/kubernetes/kube-addon/#-installation)
describes installation from GitHub.
  • Loading branch information
pohly committed Dec 12, 2022
1 parent 361c8f8 commit 263dd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup-kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ kubectl version

${TEST_CONFIGURE_POST_MASTER}

kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')"
kubectl apply -f https://github.com/weaveworks/weave/releases/download/v2.8.1/weave-daemonset-k8s.yaml

# Install addon storage CRDs, needed if certain feature gates are enabled.
# Only applicable to Kubernetes 1.13 and older. 1.14 will have them as builtin APIs.
Expand Down

0 comments on commit 263dd31

Please sign in to comment.