Skip to content

Commit

Permalink
Fix Flannel download URL (#47)
Browse files Browse the repository at this point in the history
Fix Flannel download URL
  • Loading branch information
galexrt authored Aug 28, 2019
2 parents 071fa53 + eaa0c75 commit 62d403b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrantfiles/Vagrantfile_common
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ case "#{$kube_network}" in
;;
# flannel network
*)
curl --retry 5 --fail -s https://github.com/coreos/flannel/blob/v0.11.0/Documentation/kube-flannel.yml | \
curl --retry 5 --fail -s https://raw.githubusercontent.com/coreos/flannel/v0.11.0/Documentation/kube-flannel.yml | \
awk '/- --kube-subnet-mgr/{print " - --iface=eth1"}1' | \
kubectl apply -f -
;;
Expand Down

0 comments on commit 62d403b

Please sign in to comment.