Remove the restart-kube-proxy and restart-apiserver functions

since neither are used any longer.
This commit is contained in:
Robert Bailey
2016-03-18 01:49:01 -07:00
parent 6bd5ecc192
commit c5ca042ede
6 changed files with 1 additions and 67 deletions

View File

@@ -377,16 +377,6 @@ function ssh-to-node {
vagrant ssh "${machine}" -c "${cmd}"
}
# Restart the kube-proxy on a node ($1)
function restart-kube-proxy {
ssh-to-node "$1" "sudo systemctl restart kube-proxy"
}
# Restart the apiserver
function restart-apiserver {
ssh-to-node "$1" "sudo systemctl restart kube-apiserver"
}
# Perform preparations required to run e2e tests
function prepare-e2e() {
echo "Vagrant doesn't need special preparations for e2e tests" 1>&2