Skip to content
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

Suppress warning about CRDs being beta #1354

Merged
merged 3 commits into from
Feb 11, 2019
Merged

Conversation

jglick
Copy link
Contributor

@jglick jglick commented Feb 7, 2019

If you are using custom resources, there is nothing you can do about the fact that this system is still officially in beta so it is just annoying to get a warning about it in every JVM session. This is particularly noxious in the case of Jenkins X serverless builds which print a message like

  18.333 [id=39]	WARNING	i.f.k.c.i.VersionUsageUtils#alert: The client is using resource type 'customresourcedefinitions' with unstable version 'v1beta1'

near the start of every build, as the jx-resources plugin (which uses kubernetes-client via jx-java-client) is initialized and begins updating a PipelineActivity CR.

@centos-ci
Copy link

Can one of the admins verify this patch?

@rohanKanojia
Copy link
Member

ok to test

@rohanKanojia rohanKanojia added the changelog missing A line to changelog.md regarding the change is not added label Feb 8, 2019
@rohanKanojia rohanKanojia removed the changelog missing A line to changelog.md regarding the change is not added label Feb 10, 2019
@rohanKanojia
Copy link
Member

[merge]

@fusesource-ci fusesource-ci merged commit 8917160 into fabric8io:master Feb 11, 2019
@jglick jglick deleted the warning branch February 11, 2019 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants