Fix typos.

This commit is contained in:
Haosdent Huang
2019-06-09 15:34:53 +08:00
parent 5fe910191a
commit 7ce6e71891
12 changed files with 12 additions and 12 deletions

View File

@@ -494,7 +494,7 @@ function dump_nodes_with_logexporter() {
if find_non_logexported_nodes; then
break
else
echo "Attempt ${retry} failed to list marker files for succeessful nodes"
echo "Attempt ${retry} failed to list marker files for successful nodes"
if [[ "${retry}" == 10 ]]; then
echo "Final attempt to list marker files failed.. falling back to logdump through SSH"
"${KUBECTL}" delete namespace "${logexporter_namespace}" || true