Skip to content

Commit

Permalink
fix iptables: docker introduced default policy drop in 1.13; this is …
Browse files Browse the repository at this point in the history
…fixed in flannel 0.9.1
  • Loading branch information
Jnig committed Nov 17, 2017
1 parent 02fb3de commit 30796a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/2_setup_kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function setup_kubectl {
}

function setup_network {
curl -s https://raw.githubusercontent.com/coreos/flannel/v0.9.1/Documentation/kube-flannel.yml | sed -e 's#10.244.0.0/16#100.96.0.0/11#' > /tmp/flannel.yaml
curl -s https://raw.githubusercontent.com/coreos/flannel/v0.9.1/Documentation/kube-flannel.yml | sed -e 's#v0.9.0#v0.9.1#' | sed -e 's#10.244.0.0/16#100.96.0.0/11#' > /tmp/flannel.yaml
su ubuntu -c "kubectl apply -f /tmp/flannel.yaml"
}
function setup_dashboard {
Expand Down

0 comments on commit 30796a7

Please sign in to comment.