Uploaded image for project: 'OpenShift Dev Console'
  1. OpenShift Dev Console
  2. ODC-7121

Topology view doesn't show strimzipodset resources for kafka instance

XMLWordPrintable

    • Icon: Epic Epic
    • Resolution: Unresolved
    • Icon: Critical Critical
    • None
    • openshift-4.10.z
    • QE, UI
    • None
    • Topology view doesn't show strimzipodset resources for kafka instance
    • False
    • None
    • False
    • Not Selected
    • To Do
    • 0
    • 100% To Do, 0% In Progress, 0% Done
    • Not Supported

      Problem:

      The topology view doesn't show Strimizipodset resources in the Developer Console.

      Goal: 

      The topology view shows Strimizipodset resource.

      Why is it important?

      Developers can't use topology view for kafka instance anymore after updating strimzi-cluster-operator version

      After strimzi-cluster-operator v0.30.0, statefulset is replaced by strimzipodset (default)
      After strimzi-cluster-operator v0.32.0, statefulset is not supported anymore.

      [1]: https://github.com/strimzi/strimzi-kafka-operator/blob/main/CHANGELOG.md#changelog
      [2]: https://youtu.be/iSwrn1Gumx4?t=453

      Make sure OCP developer console supports strimziPodset resources in the topology view or has any plan for the support of this.

      Use cases:

      TEST ENV

      • OCP4.10.26

      1. Install strimzi-cluster-operator.v0.29.0 and create kafka instance

      [root@home ~]# oc get statefulset
      NAME                   READY   AGE
      my-cluster-kafka       3/3     113s
      my-cluster-zookeeper   3/3     3m

      Topology view shows Statefulset resources in the Developer Console (#attachment-file: statefulset.png)

      2. Update strimzi-cluster-operator to v0.30.0

      $oc get csv
      strimzi-cluster-operator.v0.30.0     Strimzi                                          0.30.0     strimzi-cluster-operator.v0.29.0     Succeeded

      3. statefulset has been changed to strimzipodset
      [root@home ~]# oc get strimzipodset
      NAME                   PODS   READY PODS   CURRENT PODS   AGE
      my-cluster-kafka       3      3            3              11m
      my-cluster-zookeeper   3      3            3              14m

      The topology view doesn't show Strimizipodset resources in the Developer Console (#attachment-file: no_strimzipodset.png)

      Acceptance criteria:

      1. Topology view can read strimzipodset resources

      Dependencies (External/Internal):

      Design Artifacts:

      Exploration:

      Note:

            Unassigned Unassigned
            rhn-support-hyoskim Sophia Hyosun Kim
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: