XMLWordPrintableJSON

Details

    Description

      Like https://kubernetes.io/docs/reference/using-api/health-checks/, we need to provide `/readyz` API.

      As a workaround, we can use the following.

      readinessProbe:
        exec:
          command: ["sh", "-c", "! (curl -s http://localhost:6066/v1/submissions/status/none | grep -q STANDBY)"]
      

      Attachments

        Issue Links

          Activity

            People

              dongjoon Dongjoon Hyun
              dongjoon Dongjoon Hyun
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: