deprecated listeners #4670
Replies: 2 comments 2 replies
-
The configuration you have seems like a very weird mixture of the new format and the old format. Here are the docs for the conversion: https://strimzi.io/docs/operators/latest/full/deploying.html#con-upgrade-listeners-str ... that might be a good start. If you are on Strimzi 0.22, you can also use the conversion tool: https://strimzi.io/docs/operators/latest/full/deploying.html#proc-upgrade-cli-tool-files-str Have a look at these and let me know if you have some more questions. |
Beta Was this translation helpful? Give feedback.
-
Yes, I found these warnings after I update OpenShift version and AMQ version. I have fixed the above warnings. Now User definition had warnings in the status section as well, @scholzj , any ideas or suggestions for that? spec:
authentication:
type: scram-sha-512
authorization:
acls:
- host: '*'
operation: All
resource:
name: osprey-topic
patternType: literal
type: topic
type: allow
- host: '*'
operation: All
resource:
name: osprey-group
patternType: literal
type: group
type: allow
- host: '*'
operation: All
resource:
name: osprey-cluster
patternType: literal
type: cluster
type: allow
type: simple
status:
conditions:
- lastTransitionTime: '2021-03-29T20:29:43.694730Z'
status: 'True'
type: Ready
- lastTransitionTime: '2021-03-29T20:29:43.378268Z'
message: >-
Contains object at path spec.authorization.acls.resource with unknown
properties: name, patternType
reason: UnknownFields
status: 'True'
type: Warning
observedGeneration: 1
secret: osprey-user
username: osprey-user |
Beta Was this translation helpful? Give feedback.
-
I got the following warnings:
It seem Operator is complaining listeners was deprecated, what is it for "listeners" if I need to fix this warning?
Beta Was this translation helpful? Give feedback.
All reactions