Uploaded image for project: 'AMQ Streams'
  1. AMQ Streams
  2. ENTMQST-692

Topic Operator deletes the ownerReference field from the KafkaTopic resources

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.1.0.GA
    • 1.0.0.OCP.GA
    • topic-operator
    • None
    • 2
    • 2019.1

      From the customer:


      With enabled entity operator:

      apiVersion: kafka.strimzi.io/v1alpha1
      kind: KafkaTopic
      metadata:
        annotations: {}
        clusterName: ''
        creationTimestamp: '2019-01-11T08:18:51Z'
        finalizers: []
        generation: 0
        labels:
          strimzi.io/cluster: strimzi
        name: my-topic
        namespace: kafka-01
        ownerReferences: []
        resourceVersion: '241376'
        selfLink: /apis/kafka.strimzi.io/v1alpha1/namespaces/kafka-01/kafkatopics/my-topic
        uid: 873212ea-1579-11e9-a43c-08002744b75e
      

      With disabled entity operator:

      apiVersion: kafka.strimzi.io/v1alpha1
      kind: KafkaTopic
      metadata:
        annotations: {}
        clusterName: ''
        creationTimestamp: '2019-01-11T08:21:24Z'
        labels:
          strimzi.io/cluster: strimzi
        name: my-topic
        namespace: kafka-01
        ownerReferences:
          - apiVersion: xxx.xxx.xxx/v1
            blockOwnerDeletion: false
            controller: false
            kind: Topic
            name: my-topic
            uid: e26fabb5-1579-11e9-a43c-08002744b75e
        resourceVersion: '241600'
        selfLink: /apis/kafka.strimzi.io/v1alpha1/namespaces/kafka-01/kafkatopics/my-topic
        uid: e282b248-1579-11e9-a43c-08002744b75e
      

      Could you investigate this issue?

              sknot@redhat.com Stanislav Knot (Inactive)
              scholzj JAkub Scholz
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: