From cc137ebf82c9722d528aa6df723ec4d349faa318 Mon Sep 17 00:00:00 2001 From: Carrano Date: Thu, 25 Jul 2024 16:53:21 +0200 Subject: [PATCH] chore: update wording on final message for demo up command --- cmd/demo_scripts/create_qovery_demo.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/cmd/demo_scripts/create_qovery_demo.sh b/cmd/demo_scripts/create_qovery_demo.sh index 063a97df..29b87bed 100755 --- a/cmd/demo_scripts/create_qovery_demo.sh +++ b/cmd/demo_scripts/create_qovery_demo.sh @@ -253,9 +253,11 @@ setup_network echo '' echo '""""""""""""""""""""""""""""""""""""""""""""' -echo "Qovery demo cluster is now installed !!!!" -echo "The kubeconfig is correctly set, so you can connect to it directly with kubectl or k9s from your local machine" -echo "To delete/stop/start your cluster, use k3d cluster xxxx" +echo "Qovery demo cluster is now installed on your machine!" echo '' -echo "Go to https://console.qovery.com to create your first environment on this cluster '${CLUSTER_NAME}'" +echo "- To stop/start your cluster, use 'k3d cluster start ${CLUSTER_NAME}'" +echo "- To destroy your cluster locally, use 'qovery demo destroy'. Add the parameter '-d' to destroy also the setup on the Qovery console" +echo "- The kubeconfig is correctly set, so you can connect to it directly with kubectl or k9s from your local machine" +echo '' +echo "Go to https://console.qovery.com to create your first environment on the cluster '${CLUSTER_NAME}'" echo '""""""""""""""""""""""""""""""""""""""""""""'