Skip to content

Commit

Permalink
Add post create note on location of management and workload kubeconfig's
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Jun 11, 2024
1 parent 777864f commit 4b044a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions capt/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ tasks:
echo
echo The workload cluster is now being created.
echo Once the cluster nodes are up and running, you will need to deploy a CNI for the cluster to be fully functional.
echo The management cluster kubeconfig is located at: {{.KIND_KUBECONFIG}}
echo The workload cluster kubeconfig is located at: {{.OUTPUT_DIR}}/{{.CLUSTER_NAME}}.kubeconfig
echo
echo 1. Watch and wait for the first control plane node to be provisioned successfully: STATE_SUCCESS
echo "KUBECONFIG={{.KIND_KUBECONFIG}} kubectl get workflows -n {{.NAMESPACE}} -w"
Expand Down

0 comments on commit 4b044a9

Please sign in to comment.