From 477d5efd29961d9d2568f99dbcb7eab672948697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20H=C3=A1la?= Date: Sun, 26 Apr 2020 08:14:58 +0200 Subject: [PATCH 1/2] Update flannel version in documentation --- Documentation/running.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/running.md b/Documentation/running.md index 248c2a79c..69ecc5051 100644 --- a/Documentation/running.md +++ b/Documentation/running.md @@ -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.12.0/flanneld-amd64 && chmod +x flanneld-amd64 ``` 2. Run the binary. ```bash From 805f8c876271ffaa5d3b0df5e21ba53cc11c45a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20H=C3=A1la?= Date: Sat, 21 Nov 2020 16:58:36 +0100 Subject: [PATCH 2/2] Update to 0.13.0 --- Documentation/running.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/running.md b/Documentation/running.md index 69ecc5051..65abe98b3 100644 --- a/Documentation/running.md +++ b/Documentation/running.md @@ -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.12.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