mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47: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
|
||||
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:-}
|
||||
|
Loading…
Reference in New Issue
Block a user