jkube icon indicating copy to clipboard operation
jkube copied to clipboard

log what kind of build we are doing

Open sunix opened this issue 2 years ago • 6 comments

Agreed. I can't remember if we are already loggin what kind of build we are doing. e.g.

  • Local Docker
  • Local Jib
  • OpenShift Docker
  • OpenShift S2I
  • ...

Originally posted by @manusa in https://github.com/eclipse/jkube/issues/1279#issuecomment-1036290208

Also I came through another "kubernetes mode", it is confusing for the user ... what is a kubernetes mode? Selection_698

sunix avatar Sep 26 '22 15:09 sunix

Building image (locally|in cluster) using (xxx) build strategy

manusa avatar Oct 11 '22 09:10 manusa

@manusa here logging the build strategy is simple by using getJKubeBuildStrategy() method of AbstractDockerMojo class. But could you please give me a hint on how to check whether the plugin is building image locally or in cluster ?

ShivangMishra avatar Apr 02 '23 21:04 ShivangMishra

I think we can consider Docker and Jib strategies to be local and OpenShift's Docker and S2I strategies to be in cluster.

rohanKanojia avatar Apr 03 '23 05:04 rohanKanojia

i will take this

Krishancse avatar Apr 23 '23 15:04 Krishancse

i will take this

Already working on the issues under label UX...

ShivangMishra avatar Apr 23 '23 15:04 ShivangMishra

May conflict with https://github.com/eclipse/jkube/pull/1686

sunix avatar Jun 26 '23 08:06 sunix