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

[DOC] Add "KafkaNodePools" related resources to "List of Kafka cluster resources"

XMLWordPrintable

    • False
    • None
    • False

      • [DOC] Add "KafkaNodePools" related resources to "List of Kafka cluster resources(1)"
        • As far as I can see,
          • pod and configmap resources are created in the format:
            # Format
            [cluster-name]-[kafkanodepool-name]-[idx]
            
            # For example, cluster-name=my-cluster and kafkanodepool-name=pool-a
            $ oc get pod  
            my-cluster-pool-a-0                           1/1     Running   0          17m
            my-cluster-pool-a-1                           1/1     Running   0          17m
            my-cluster-pool-a-2                           1/1     Running   0          17m
            
            $ oc get configmap  
            my-cluster-pool-a-0                       3      19m
            my-cluster-pool-a-1                       3      19m
            my-cluster-pool-a-2                       3      19m
            
          • and PVC resources are created in the format:
            # Format
            data-[cluster-name]-[kafkanodepool-name]-[idx] # not jbod
            or 
            data-[id]-[cluster-name]-[kafkanodepool-name]-[idx] # jbod
            
            # For example, cluster-name=my-cluster and kafkanodepool-name=pool-a
            $ oc get pvc # not jbod
            data-my-cluster-pool-a-0      Bound    pvc-394f4149-706d-4735-b2e2-4d233660025a   100Gi      RWO            gp2            18m
            data-my-cluster-pool-a-1      Bound    pvc-7a1377ae-5fe9-46b4-8b44-c4fb11a42902   100Gi      RWO            gp2            18m
            data-my-cluster-pool-a-2      Bound    pvc-62012f78-75fc-46b8-a775-ecb1b3e4e6cf   100Gi      RWO            gp2            18m
            
            $ oc get pvc # jbod
            data-0-my-cluster-pool-a-0    Bound    pvc-8933775b-a3ba-413c-ba1f-fecfd2d6bda4   100Gi      RWO            gp2            20m
            data-0-my-cluster-pool-a-1    Bound    pvc-98a89b99-577f-4bcc-85d2-7e95f4a09285   100Gi      RWO            gp2            20m
            data-0-my-cluster-pool-a-2    Bound    pvc-acbc58fb-e848-4ed4-b239-462ed5483bc2   100Gi      RWO            gp2            20m
            

      (1) https://access.redhat.com/documentation/en-us/red_hat_amq_streams/2.5/html-single/deploying_and_managing_amq_streams_on_openshift/index#ref-list-of-kafka-cluster-resources-str

            pmellor@redhat.com Paul Mellor
            rhn-support-tyamashi Tomonari Yamashita
            Jan Kalinic Jan Kalinic
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: