-
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
Description
Is your feature request related to a problem? Please describe.
In the systemtests we use Strimzi Cluster Operator to create a Kafka cluster. The resource name is constant and the resource is always created in the same namespace (kafka). This makes debugging the tests quite hard.
Describe the solution you'd like
- Create the kafka CR with unique name, and/or
- Create the kafka CR in the empheremal per-test namespace (
kafka-xxxxxx).
This would make correlating across pod-logs easiler.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.