sixfeetup / scaf

scaf provides developers and DevOps engineers with a complete blueprint for a new project using Kubernetes
BSD 3-Clause "New" or "Revised" License
80 stars 12 forks source link

Setup refinement: kubectl output #232

Open daveoconnor opened 3 months ago

daveoconnor commented 3 months ago

Creating cluster "deploytest" ... âĸŽâĄ  Ensuring node image (kindest/node:v1.21.1) đŸ–ŧ ✓ Ensuring node image (kindest/node:v1.21.1) đŸ–ŧ ✓ Preparing nodes đŸ“Ļ ✓ Writing configuration 📜 ✓ Starting control-plane 🕹ī¸ ✓ Installing CNI 🔌 ✓ Installing StorageClass 💾 Set kubectl context to "kind-deploytest" You can now use your cluster with:

kubectl cluster-info --context kind-deploytest

Not sure what to do next? 😅 Check out https://kind.sigs.k8s.io/docs/user/quick-start/

Minor triple take friction: Can we suppress or modify the line containing Set kubectl context to "..." ? It's ambiguous and unnecessary, and to someone not familiar with Kind/kubectl not intuitively clear if its output means I need to do that or it has done it.