mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
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:
commit
a910a597fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user