From ee52b531b0c3ce81b3a08bc3a5dccf4d31476ecd Mon Sep 17 00:00:00 2001 From: Tom Denham Date: Thu, 19 Jan 2017 18:33:50 -0800 Subject: [PATCH] Documentation: Update releases to v0.7.0 --- Documentation/aws-vpc-backend.md | 2 +- Documentation/gce-backend.md | 2 +- Documentation/kube-flannel.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/aws-vpc-backend.md b/Documentation/aws-vpc-backend.md index 39db1bd6b0..23a6783e3a 100644 --- a/Documentation/aws-vpc-backend.md +++ b/Documentation/aws-vpc-backend.md @@ -119,7 +119,7 @@ $ etcd2 -advertise-client-urls http://$INTERNAL_IP:2379 -listen-client-urls http ``` $ etcdctl set /coreos.com/network/config '{"Network":"10.20.0.0/16", "Backend": {"Type": "aws-vpc"}}' ``` -- Fetch the latest release using wget from [here](https://github.com/coreos/flannel/releases/download/v0.5.0/flannel-0.5.0-linux-amd64.tar.gz) +- Fetch the latest release using wget from [here](https://github.com/coreos/flannel/releases/download/v0.7.0/flannel-v0.7.0-linux-amd64.tar.gz) - Run flannel daemon: ``` diff --git a/Documentation/gce-backend.md b/Documentation/gce-backend.md index 35ed8b4063..a1bf2bca8e 100644 --- a/Documentation/gce-backend.md +++ b/Documentation/gce-backend.md @@ -47,7 +47,7 @@ $ etcd2 -advertise-client-urls http://$INTERNAL_IP:2379 -listen-client-urls http $ etcdctl set /coreos.com/network/config '{"Network":"10.40.0.0/16", "Backend": {"Type": "gce"}}' ``` -- Fetch the 0.5 release using wget from [here](https://github.com/coreos/flannel/releases/download/v0.5.0/flannel-0.5.0-linux-amd64.tar.gz) +- Fetch the 0.7.0 release using wget from [here](https://github.com/coreos/flannel/releases/download/v0.7.0/flannel-v0.7.0-linux-amd64.tar.gz) - Run flannel daemon: ``` diff --git a/Documentation/kube-flannel.yml b/Documentation/kube-flannel.yml index a2f98f0ad3..9b86a4a382 100644 --- a/Documentation/kube-flannel.yml +++ b/Documentation/kube-flannel.yml @@ -48,7 +48,7 @@ spec: serviceAccountName: flannel containers: - name: kube-flannel - image: quay.io/coreos/flannel-git:v0.6.1-62-g6d631ba-amd64 + image: quay.io/coreos/flannel:v0.7.0 command: [ "/opt/bin/flanneld", "--ip-masq", "--kube-subnet-mgr" ] securityContext: privileged: true @@ -67,7 +67,7 @@ spec: - name: flannel-cfg mountPath: /etc/kube-flannel/ - name: install-cni - image: quay.io/coreos/flannel-git:v0.6.1-62-g6d631ba-amd64 + image: quay.io/coreos/flannel:v0.7.0 command: [ "/bin/sh", "-c", "set -e -x; cp -f /etc/kube-flannel/cni-conf.json /etc/cni/net.d/10-flannel.conf; while true; do sleep 3600; done" ] volumeMounts: - name: cni