Uploaded image for project: 'Apache YuniKorn'
  1. Apache YuniKorn
  2. YUNIKORN-561

Some container tags are missing upon scheduler restart

    XMLWordPrintableJSON

Details

    Description

      During restart, we are missing to add some allocationTags:

      Pre-restart:
      "allocationTags":

      { "kubernetes.io/label/app": "sleep", "kubernetes.io/label/applicationId": "runnable", "kubernetes.io/meta/namespace": "dev", "kubernetes.io/meta/podName": "runnable-1" }

      ,
      Post-restart:
      "allocationTags":

      { "namespace": "dev" }

      ,

      this is due to that YUNIKORN-55 did not consider the recovery case.

      Attachments

        Issue Links

          Activity

            People

              tingyao TingYao Huang
              wwei Weiwei Yang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: