You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I found Tekton request the POD from K8S cluster with request resource 8C 16GI and limit resource 2+4+8 = 14C , 4+8+16=28Gi . The POD doesn't execute because of the namespace level limitation 20GI < limit resource 28Gi.
From the description of Pull request #723 and the document [https://github.com/tektoncd/pipeline/blob/v0.25.0/docs/tasks.md#defining-steps] . I can know that Tetkon reserve the max Request resource for multi containers rather than the sum of request . But there is no related description with Limit resource
So , all of above I want to know
The principle that Tekton request limit resource from K8S cluster when a Task has multi containers .
Is there any solution for this scene that can request the limit resource using the max limit resource among containers ?
The text was updated successfully, but these errors were encountered:
I have done an experiment with the Tekton version v0.25.0 but meet a problem .
I try to make a TaskRun with the following description in a namespace with limit range 20C 20Gi.
Then I found Tekton request the POD from K8S cluster with request resource 8C 16GI and limit resource 2+4+8 = 14C , 4+8+16=28Gi . The POD doesn't execute because of the namespace level limitation 20GI < limit resource 28Gi.
From the description of Pull request #723 and the document [https://github.com/tektoncd/pipeline/blob/v0.25.0/docs/tasks.md#defining-steps] . I can know that Tetkon reserve the max Request resource for multi containers rather than the sum of request . But there is no related description with Limit resource
So , all of above I want to know
The text was updated successfully, but these errors were encountered: