You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Chen Yu Teng (Jira)" <ji...@apache.org> on 2021/07/12 06:13:00 UTC

[jira] [Commented] (YUNIKORN-706) Fix the resource calculation when the pod has init-containers

    [ https://issues.apache.org/jira/browse/YUNIKORN-706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17378961#comment-17378961 ] 

Chen Yu Teng commented on YUNIKORN-706:
---------------------------------------

I also check this part how to calculate resource in kubernetes.
Its logic is similar to related doc.

Following link will make it read easily:
https://github.com/kubernetes/kubernetes/blob/eae87bfe7e9636694a5cb45a9863715b7b25435c/pkg/scheduler/framework/plugins/noderesources/resource_allocation.go#L108-L135

> Fix the resource calculation when the pod has init-containers
> -------------------------------------------------------------
>
>                 Key: YUNIKORN-706
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-706
>             Project: Apache YuniKorn
>          Issue Type: Bug
>          Components: shim - kubernetes
>            Reporter: Weiwei Yang
>            Assignee: Chen Yu Teng
>            Priority: Critical
>              Labels: newbie
>             Fix For: 1.0.0
>
>
> Init-container resources currently got skipped:
> Steps to reproduce:
>  # Submit pod with init containers.
>  # Check UI for app allocations. It only displays the container request of 50m/50M, and not the initContainer request of 100m/100M.
> {code:java}
> 9650-mbp15-rozhang:~ rozhang$ kubectl get pods -n dev
> NAME    READY   STATUS     RESTARTS   AGE
> app-4   0/1     Init:0/1   0          5s
> {code}
> From describe node, we see requests of 100m/100M, which is not the same as Yunikorn.
> Related doc: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/#resources.



--
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