Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-15642

Support to set JobManager readiness and liveness check

    XMLWordPrintableJSON

Details

    Description

      The liveness of TaskManager will be controlled by Flink Master. When it failed, timeout, a new pod will be started to replace. We need to add a liveness check for JobManager.

       

      It just like what we could do in the yaml.

      ...
              livenessProbe:
                tcpSocket:
                  port: 6123
                initialDelaySeconds: 30
                periodSeconds: 60
      ...

      Attachments

        Activity

          People

            Unassigned Unassigned
            wangyang0918 Yang Wang
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: