Skip to content

Commit

Permalink
Merge pull request #1286 from pehala/update_doc_version
Browse files Browse the repository at this point in the history
Update flannel version in documentation
  • Loading branch information
rajatchopra authored Jan 21, 2021
2 parents 77f600f + 805f8c8 commit 14d007b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ flanneld -subnet-file /vxlan.env -etcd-prefix=/vxlan/network

1. Download a `flannel` binary.
```bash
wget https://github.com/coreos/flannel/releases/download/v0.10.0/flanneld-amd64 && chmod +x flanneld-amd64
wget https://github.com/coreos/flannel/releases/download/v0.13.0/flanneld-amd64 && chmod +x flanneld-amd64
```
2. Run the binary.
```bash
Expand Down

0 comments on commit 14d007b

Please sign in to comment.