jkube
jkube copied to clipboard
log what kind of build we are doing
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?
Building image (locally|in cluster) using (xxx) build strategy
@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 ?
I think we can consider Docker and Jib strategies to be local and OpenShift's Docker and S2I strategies to be in cluster.
i will take this
i will take this
Already working on the issues under label UX...
May conflict with https://github.com/eclipse/jkube/pull/1686