Commit 4fc48cfc authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Store startupscript from GKE clusters too

parent 0c911ab7
...@@ -59,7 +59,7 @@ function save-logs() { ...@@ -59,7 +59,7 @@ function save-logs() {
local -r node_name="${1}" local -r node_name="${1}"
local -r dir="${2}" local -r dir="${2}"
local files="${3} ${common_logfiles}" local files="${3} ${common_logfiles}"
if [[ "${KUBERNETES_PROVIDER}" == "gce" ]]; then if [[ "${KUBERNETES_PROVIDER}" == "gce" || "${KUBERNETES_PROVIDER}" == "gke" ]]; then
files="${files} ${gce_logfiles}" files="${files} ${gce_logfiles}"
fi fi
if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment