mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Log good readable explicit cluster name
This commit is contained in:
parent
9a041c5309
commit
e0722cc576
@ -14,6 +14,8 @@ if [[ -z "$CONFIGURATION" ]] || [[ $CONFIGURATION == "" ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
printf " Cluster: %s\n" $CONFIGURATION
|
||||||
|
|
||||||
# configuration
|
# configuration
|
||||||
KUBECONFIG=${KUBECONFIG:-${SCRIPT_DIR}/../configurations/${CONFIGURATION}/kubeconfig.yaml}
|
KUBECONFIG=${KUBECONFIG:-${SCRIPT_DIR}/../configurations/${CONFIGURATION}/kubeconfig.yaml}
|
||||||
BACKUP_DATE=$(date "+%F_%H-%M-%S")
|
BACKUP_DATE=$(date "+%F_%H-%M-%S")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user