Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
udpate weavenet install url (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
enekofb authored Oct 7, 2022
1 parent 84f4c84 commit 7ab61c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/kubeadm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Right now it's expected that the nodes are in state `NotReady`, as CNI networkin
We're going to use [Weave Net](https://github.com/weaveworks/weave).

```bash
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"
```

With this, the nodes should transition into the `Ready` state in a minute or so.
Expand Down

0 comments on commit 7ab61c6

Please sign in to comment.