From 3cdd68d998fd317c4e51821b34028bbb02018ffc Mon Sep 17 00:00:00 2001 From: Bryan Sullivan Date: Mon, 4 Jun 2018 21:01:52 -0700 Subject: Fix missing fields in SSH command JIRA: VES-2 Change-Id: I884144c70be9692ff5781c4115c6c72777c88bcf Signed-off-by: Bryan Sullivan --- tools/ves-clean.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ves-clean.sh b/tools/ves-clean.sh index 1a361f6..0115322 100644 --- a/tools/ves-clean.sh +++ b/tools/ves-clean.sh @@ -137,6 +137,7 @@ function clean_collector() { function clean_barometer() { log "clean ves-barometer" ssh -x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no \ + $k8s_user@$node <