eclipse-jkube / jkube

Build and Deploy java applications on Kubernetes
https://www.eclipse.dev/jkube/
Eclipse Public License 2.0
733 stars 480 forks source link

Summary should be printed after JKube actions #1033

Open sunix opened 2 years ago

sunix commented 2 years ago

Description

Globally the feeling I get is that we are not telling enough about what is JKube doing. Zero config magic is good, but as a developer I don’t feel confident if I don’t know what it is doing.

manusa commented 2 years ago

Is this only applicable to the build task/goal/action? Should a summary be printed too for the rest of actions (push, resource, apply, helm, etc.)?

sunix commented 2 years ago

Good point, in my opinion it should be printed too for the rest of actions

sunix commented 2 years ago

build:

rohanKanojia commented 2 years ago

I've created this document for possible points to print in different jkube summary actions. Most of these are already covered in https://github.com/eclipse/jkube/pull/1686 https://docs.google.com/document/d/1x2z96UEeEezIS3uB8la9EdJVRiWhm4reHe2R1-9CAvo/edit?usp=sharing

sunix commented 2 years ago

Maybe we could add few concrete example of the expected output (with a concrete project) ? that could be than be reused in our integration tests ?