Remove workaround for broken 1.6.3

1.6.4 was released so the workaround should not be required any
more.

Change-Id: I88456ba0e5b6d3c144033181dd1e64ed7fbf010b
This commit is contained in:
Kevin Fox 2017-05-19 13:10:42 -07:00
parent 3765d05f6d
commit b63bc6581c
1 changed files with 0 additions and 7 deletions

View File

@ -33,13 +33,6 @@ fi
cat >> /tmp/setup.$$ <<"EOF"
modprobe br_netfilter || true
echo 1 > /proc/sys/net/bridge/bridge-nf-call-iptables
#
# NOTE(sbezverk) Remove after kubernetes #45613 fix makes into the repo
#
curl -L https://github.com/sbezverk/kubelet--45613/raw/master/kubelet.gz | gzip -d > /usr/bin/kubelet
chmod +x /usr/bin/kubelet
systemctl daemon-reload
systemctl start docker
systemctl restart kubelet