mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
Fix monitoring setup script.
Remove the firewall rule created for monitoring as part of kube-down. Reuse master auth for Grafana.
This commit is contained in:
committed by
Filipe Brandenburger
parent
d6777557d1
commit
46a22b3c44
@@ -327,6 +327,10 @@ function setup-monitoring {
|
||||
echo "TODO"
|
||||
}
|
||||
|
||||
function teardown-monitoring {
|
||||
echo "TODO"
|
||||
}
|
||||
|
||||
# Perform preparations required to run e2e tests
|
||||
function prepare-e2e() {
|
||||
echo "Rackspace doesn't need special preparations for e2e tests"
|
||||
|
Reference in New Issue
Block a user