-
Bug
-
Resolution: Obsolete
-
Undefined
-
4.13, 4.12, 4.11, 4.10, 4.9, 4.8, 4.7, 4.6
-
Low
-
None
-
Unspecified
-
If docs needed, set a value
Description of problem:
When deploying KafkaMirrorMaker through OLM form (in AMQ Streams and Strimzi operator) we have to specify fields, which already have defaults and are optional:
- Liveness Probe
- Readiness Probe
- Tracing
For all other components it's correct.
Version-Release number of selected component (if applicable):
4.6
4.7
4.8
4.9
How reproducible:
Steps to Reproduce:
1. Deploy Strimzi 0.27.0 or AMQ Streams 1.8.4 via OLM
2. Try to deploy KafkaMirrorMaker via Form view without any changes
Actual results:
CR cannot be created because several required fields (all are in Liveness probe, Readiness probe and Tracing part) are not filled.
Expected results:
CR will be created, because all required fields are set (whitelist/include, kafka bootstrap address and replicas count, nothing else is needed)
Additional info: