Skip to content

Commit

Permalink
Merge pull request #2672 from zaidmohd/main
Browse files Browse the repository at this point in the history
ArcBox 3.0 - fix k3s login message
  • Loading branch information
likamrat authored Aug 14, 2024
2 parents 6ff8a7c + aac8465 commit 0dd91e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_jumpstart_arcbox/artifacts/welcomeK3s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <command>'. For example: kubectl get nodes"
echo ""
Expand Down

0 comments on commit 0dd91e4

Please sign in to comment.