Remove monitoring firewall setup methods. Heapster anf Grafana are now accessible via the API server proxy.

This commit is contained in:
Vishnu Kannan
2015-03-11 23:20:45 +00:00
parent 7d53425bbc
commit 663bdb91c9
10 changed files with 0 additions and 101 deletions

View File

@@ -114,12 +114,6 @@ function kube-up() {
--network="${NETWORK}"
}
# Called during cluster/kube-up.sh
function setup-monitoring-firewall() {
echo "... in setup-monitoring-firewall()" >&2
# TODO(mbforbes): This isn't currently supported in GKE.
}
# Execute prior to running tests to initialize required structure. This is
# called from hack/e2e-go only when running -up (it is run after kube-up, so
# the cluster already exists at this point).
@@ -261,12 +255,6 @@ function test-teardown() {
"${KUBE_ROOT}/cluster/kube-down.sh"
}
# Tears down monitoring.
function teardown-monitoring-firewall() {
echo "... in teardown-monitoring-firewall()" >&2
# TODO(mbforbes): This isn't currently supported in GKE.
}
# Actually take down the cluster. This is called from test-teardown.
#
# Assumed vars: