mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Store startupscript from GKE clusters too
This commit is contained in:
parent
0c911ab701
commit
4fc48cfce3
@ -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