-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
log what kind of build we are doing #1768
Comments
|
@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 |
Already working on the issues under label UX... |
May conflict with #1686 |
Agreed. I can't remember if we are already loggin what kind of build we are doing.
e.g.
Originally posted by @manusa in #1279 (comment)
Also I came through another "kubernetes mode", it is confusing for the user ... what is a kubernetes mode?
The text was updated successfully, but these errors were encountered: