We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the OpenShift extension, I now have this:
2021-03-10 17:12:56,920 WARN [io.qua.kub.dep.KubernetesProcessor] (build-56) exposition openshift=Optional.empty
I don't think that is normal. It looks like a debug message (and if not, the Optional.empty should go).
Optional.empty
This is with master, no idea if it ended up in another branch so this needs to be checked.
The text was updated successfully, but these errors were encountered:
/cc @geoand
Sorry, something went wrong.
@iocanel I think this one is for you.
Remove warn message in KubernetesProcessor that shouldn't be there
6522616
I think it was added to debug things, let's remove it. If it has any value, it needs to be handled a lot better. Fixes quarkusio#15607
iocanel
Successfully merging a pull request may close this issue.
Using the OpenShift extension, I now have this:
I don't think that is normal. It looks like a debug message (and if not, the
Optional.empty
should go).This is with master, no idea if it ended up in another branch so this needs to be checked.
The text was updated successfully, but these errors were encountered: