From aac84652e4baf7fde3c5950eaf6acc6ea37a0729 Mon Sep 17 00:00:00 2001 From: Zaid Mohammad Date: Wed, 14 Aug 2024 12:14:06 -0400 Subject: [PATCH] fix k3s login message --- azure_jumpstart_arcbox/artifacts/welcomeK3s.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""