mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 19:52:42 +00:00
Improve the monitoring setup script and fix bugs in the monitoring config.
This commit is contained in:
@@ -172,3 +172,7 @@ function ssh-to-node {
|
||||
function restart-kube-proxy {
|
||||
ssh-to-node "$1" "sudo systemctl restart kube-proxy"
|
||||
}
|
||||
|
||||
function setup-monitoring {
|
||||
echo "TODO"
|
||||
}
|
||||
|
Reference in New Issue
Block a user