Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cmd/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ var statusCmd = &cobra.Command{
if ready {
fmt.Println("Your deployment is ready.")
} else {
fmt.Println("Not all required pods are running. Your deployment is not ready.")
fmt.Println("Your deployment is NOT ready; not all Pods are running. To view all Pods:")
fmt.Println("$ kubectl get pods -A")
}

// Get cluster deployment URL
Expand Down