You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Weiwei Yang (Jira)" <ji...@apache.org> on 2021/07/23 19:54:00 UTC

[jira] [Resolved] (YUNIKORN-561) Some container tags are missing upon scheduler restart

     [ https://issues.apache.org/jira/browse/YUNIKORN-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Weiwei Yang resolved YUNIKORN-561.
----------------------------------
    Target Version: 1.0.0
        Resolution: Fixed

Thanks for fixing this [~Huang Ting Yao], I have merged the fix to the master branch.

> Some container tags are missing upon scheduler restart
> ------------------------------------------------------
>
>                 Key: YUNIKORN-561
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-561
>             Project: Apache YuniKorn
>          Issue Type: Bug
>          Components: shim - kubernetes
>            Reporter: Weiwei Yang
>            Assignee: Ting Yao,Huang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org