Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-4210

Wrong probe configuration for Quarkus deployments

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.3.0.Final
    • 1.1.0.Final
    • Operator
    • None
    • False
    • False
    • Undefined
    • Hide

      Deploy example https://github.com/kiegroup/kogito-cloud-operator/blob/master/examples/process-quarkus-example.yaml on OCP
      Check readiness and liveness probes
      =>
      expected - probes are watching deployment using httpGet configuration with "/health/live" and "/health/ready" paths
      actual - probes are watching deployment using tcpSocket port 8080.

      Show
      Deploy example https://github.com/kiegroup/kogito-cloud-operator/blob/master/examples/process-quarkus-example.yaml on OCP Check readiness and liveness probes => expected - probes are watching deployment using httpGet configuration with "/health/live" and "/health/ready" paths actual - probes are watching deployment using tcpSocket port 8080.
    • ---
    • ---
    • 2020 Week 52-03 (from Dec 21), 2021 Week 04-06 (from Jan 25), 2021 Week 07-09 (from Feb 15)

    Description

      If Quarkus application is deployed on OpenShift the Kogito operator creates a readiness and liveness probes watching tcpSocket port 8080.
      However expected behaviour is to watch "/health/live" and "/health/ready" paths of deployed application.

      Attachments

        Issue Links

          Activity

            People

              kevin-mok Kevin Mok (Inactive)
              ksuta Karel Suta
              Karel Suta Karel Suta
              Karel Suta Karel Suta
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: