mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #95525 from tosi3k/master-log-dump-gke
Fix log dumping for GKE
This commit is contained in:
commit
6c40e16cd8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user