We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c4f83e + 7e895db commit 6c40e16Copy full SHA for 6c40e16
cluster/log-dump/log-dump.sh
@@ -344,7 +344,7 @@ function run-in-docker-container() {
344
}
345
346
function dump_masters() {
347
- local master_names
+ local master_names=()
348
if [[ -n "${use_custom_instance_list}" ]]; then
349
while IFS='' read -r line; do master_names+=("$line"); done < <(log_dump_custom_get_instances master)
350
elif [[ ! "${master_ssh_supported_providers}" =~ ${KUBERNETES_PROVIDER} ]]; then
0 commit comments