Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-22615

Helm Chart for EAP XP 3 create incorrect ping service

XMLWordPrintable

    • False
    • False
    • -
    • Workaround Exists
    • Hide

      The ping service created by the helm chart must be deleted and recreated with the proper clusterIP field.

      $ oc get service {app-name}-ping -o yaml > ping-service.yaml
      $ oc delete service {app-name}-ping
      # edit the local file  ping-service.yaml and add "clusterIP: None" to its spec
      # oc apply -f ping-service.yaml
      
      Show
      The ping service created by the helm chart must be deleted and recreated with the proper clusterIP field. $ oc get service {app-name}-ping -o yaml > ping-service.yaml $ oc delete service {app-name}-ping # edit the local file ping-service.yaml and add "clusterIP: None" to its spec # oc apply -f ping-service.yaml

      The Helm chart for EAP XP 3 create a ping service for clustering that is incorrect.

      Its spec is missing a "clusterIP: None" field.
      This prevents the pods belonging to the same deployment to properly form a cluster.

            jmesnil1@redhat.com Jeff Mesnil
            jmesnil1@redhat.com Jeff Mesnil
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated: