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

EAP Operator can't handle EAP8 images healthiness checks

XMLWordPrintable

    • False
    • None
    • False

      The current version of EAP operator creates pods with liveness and readiness probes based on scripts, eg.

            readinessProbe:
              exec:
                command:
                  - /bin/bash
                  - '-c'
                  - /opt/eap/bin/readinessProbe.sh
      

      Those scripts are no longer available in EAP8+ images (EAP7-1735) and probes should be defines as HTTP checks on /heath/ready or /health/live

              yborgess1@redhat.com Yeray Borges Santana
              jbliznak@redhat.com Jan Blizňák
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: