diff --git a/azure_jumpstart_arcbox/artifacts/welcomeK3s.sh b/azure_jumpstart_arcbox/artifacts/welcomeK3s.sh index 6e440b507b..0aecf0ccec 100644 --- a/azure_jumpstart_arcbox/artifacts/welcomeK3s.sh +++ b/azure_jumpstart_arcbox/artifacts/welcomeK3s.sh @@ -2,7 +2,7 @@ tput setaf 1;echo "------------------------------------------------------------- echo "" tput setaf 6;echo "Welcome to Jumpstart ArcBox Rancher K3s Kubernetes cluster management virtual machine!" echo "" -tput setaf 6;echo "* To check the Rancher K3s deployment log, use the 'cat jumpstart_logs/installK3s.log' command." +tput setaf 6;echo "* To check the Rancher K3s deployment log, use the 'cat jumpstart_logs/installK3s-$(hostname).log' command." echo "" tput setaf 6;echo "* To work with Rancher K3s workload Kubernetes cluster, use the 'kubectl '. For example: kubectl get nodes" echo ""