Merge pull request #95525 from tosi3k/master-log-dump-gke

Fix log dumping for GKE
This commit is contained in:
Kubernetes Prow Robot 2020-10-13 16:26:08 -07:00 committed by GitHub
commit 6c40e16cd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -344,7 +344,7 @@ function run-in-docker-container() {
}
function dump_masters() {
local master_names
local master_names=()
if [[ -n "${use_custom_instance_list}" ]]; then
while IFS='' read -r line; do master_names+=("$line"); done < <(log_dump_custom_get_instances master)
elif [[ ! "${master_ssh_supported_providers}" =~ ${KUBERNETES_PROVIDER} ]]; then