From e0722cc576fd9023dfc0de7af4c5aa296cad0df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 12 Dec 2023 17:34:04 +0100 Subject: [PATCH] Log good readable explicit cluster name --- deployment/scripts/cluster.backup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment/scripts/cluster.backup.sh b/deployment/scripts/cluster.backup.sh index 784bb1844..15a56b194 100755 --- a/deployment/scripts/cluster.backup.sh +++ b/deployment/scripts/cluster.backup.sh @@ -14,6 +14,8 @@ if [[ -z "$CONFIGURATION" ]] || [[ $CONFIGURATION == "" ]]; then exit 1 fi +printf " Cluster: %s\n" $CONFIGURATION + # configuration KUBECONFIG=${KUBECONFIG:-${SCRIPT_DIR}/../configurations/${CONFIGURATION}/kubeconfig.yaml} BACKUP_DATE=$(date "+%F_%H-%M-%S")