瀏覽代碼

Update flannel version in documentation

Petr Hála 4 年之前
父節點
當前提交
477d5efd29
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/running.md

+ 1 - 1
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