diff --git a/Makefile b/Makefile index ae65654..168b8ff 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,10 @@ run: cd $(PROJECT_DIR) && AUTO_APPROVE="-auto-approve" make +summary: + @echo "zero-aws-eks-stack:" + @echo "- Repository URL: ${REPOSITORY}" + @echo "- To see your kubernetes clusters, run: 'kubectl config get-contexts'" + @echo "- To switch to a cluster, use the NAME from the previous command in 'kubectl config use-context NAME'" + @echo "- To inspect the selected cluster, run 'kubectl get node,service,deployment,pods'" + diff --git a/zero-module.yml b/zero-module.yml index cf06ab4..63391e0 100644 --- a/zero-module.yml +++ b/zero-module.yml @@ -1,4 +1,4 @@ -name: aws-eks-stack +name: zero-aws-eks-stack description: 'zero module for a basic AWS kubernetes stack on EKS' author: 'Commit'