mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +00:00
Display generated config file locations on successful local-up-cluster.sh execution
This commit is contained in:
parent
457537a211
commit
63982fc1fd
@ -957,9 +957,17 @@ if [[ "${START_MODE}" != "kubeletonly" ]]; then
|
|||||||
else
|
else
|
||||||
echo "Local Kubernetes cluster is running."
|
echo "Local Kubernetes cluster is running."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo
|
||||||
|
echo "Configurations:"
|
||||||
|
for f in $(ls ${TMP_DIR}); do
|
||||||
|
echo " ${TMP_DIR}/${f}"
|
||||||
|
done
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
|
||||||
Logs:
|
Logs:
|
||||||
|
${ETCD_LOGFILE:-}
|
||||||
${APISERVER_LOG:-}
|
${APISERVER_LOG:-}
|
||||||
${CTLRMGR_LOG:-}
|
${CTLRMGR_LOG:-}
|
||||||
${CLOUD_CTLRMGR_LOG:-}
|
${CLOUD_CTLRMGR_LOG:-}
|
||||||
|
Loading…
Reference in New Issue
Block a user