-
Hello I recently upgraded the Strimzi operator and encountered the following deprecation notice. However, I'm unsure what exactly needs to be updated or how to address it.
Could you please advise on how to resolve this deprecation warning? I don’t have any explicit status field configured. Below is a snippet of my YAML configuration:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's referring to the status not what you have in the spec. |
Beta Was this translation helpful? Give feedback.
It's referring to the status not what you have in the spec.
It's warning you that if, for any reason (any automation?), you are watching at the
status.listeners.type
, you should switch to watch thestatus.listeners.name
instead because the former will be removed in the future (it's deprecated right now).