Code Review
/
ves.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6e0bfeb
)
Fix missing fields in SSH command
19/58219/1
master
author
Bryan Sullivan
<bryan.sullivan@att.com>
Tue, 5 Jun 2018 04:01:52 +0000
(21:01 -0700)
committer
Bryan Sullivan
<bryan.sullivan@att.com>
Tue, 5 Jun 2018 04:01:52 +0000
(21:01 -0700)
JIRA: VES-2
Change-Id: I884144c70be9692ff5781c4115c6c72777c88bcf
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
tools/ves-clean.sh
patch
|
blob
|
history
diff --git
a/tools/ves-clean.sh
b/tools/ves-clean.sh
index
1a361f6
..
0115322
100644
(file)
--- 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 <<EOF
kubectl delete daemonset --namespace default ves-barometer
EOF
force_k8s_clean ves-barometer