Merge pull request #31872 from wojtek-t/store_startupscript_from_gke

Automatic merge from submit-queue

Store startupscript from GKE clusters too

Ref https://github.com/kubernetes/kubernetes/issues/31215

@kubernetes/goog-gke  Is there any reason why we don't want to do it?

@kubernetes/test-infra-maintainers
This commit is contained in:
Kubernetes Submit Queue 2016-09-01 08:33:24 -07:00 committed by GitHub
commit a910a597fa

View File

@ -59,7 +59,7 @@ function save-logs() {
local -r node_name="${1}"
local -r dir="${2}"
local files="${3} ${common_logfiles}"
if [[ "${KUBERNETES_PROVIDER}" == "gce" ]]; then
if [[ "${KUBERNETES_PROVIDER}" == "gce" || "${KUBERNETES_PROVIDER}" == "gke" ]]; then
files="${files} ${gce_logfiles}"
fi
if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then