artemiscloud / activemq-artemis-operator

Apache License 2.0
66 stars 62 forks source link

suppress deprecation warnings from the api server #934

Closed gtully closed 3 months ago

gtully commented 4 months ago

The operator must support deprecated CRs but on each call to the api server the expected deprecation warning is raised. There is a default de-dup log manager option but there is no point in tracking them at all as they are expected. With the informer cache resync they can appear as spam!

gtully commented 4 months ago

W0515 13:15:29.638667 1 warnings.go:70] The ActiveMQArtemisSecurity CRD is deprecated. Use the spec.brokerProperties attribute in the ActiveMQArtemis CR and -jaas-config extraMount to configure security instead