Display generated config file locations on successful local-up-cluster.sh execution

This commit is contained in:
Richard Kovacs 2023-01-12 18:06:14 +01:00
parent 457537a211
commit 63982fc1fd

View File

@ -957,9 +957,17 @@ if [[ "${START_MODE}" != "kubeletonly" ]]; then
else
echo "Local Kubernetes cluster is running."
fi
echo
echo "Configurations:"
for f in $(ls ${TMP_DIR}); do
echo " ${TMP_DIR}/${f}"
done
cat <<EOF
Logs:
${ETCD_LOGFILE:-}
${APISERVER_LOG:-}
${CTLRMGR_LOG:-}
${CLOUD_CTLRMGR_LOG:-}