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
#2020 added the ability for TaskRuns to apply a LimitRange minimum for container resource requests if a LimitRange container minimum in present in the namespace where the TaskRun is running. There should be a test for running a PipelineRun/TaskRun in a namespace with a LimitRange container minimum specified.
This would require a namespace to be created and adding a LimitRange to that namespace. Both a PipelineRun and independent TaskRun should be able to run and succeed while running in the namespace with the LimitRange.
The text was updated successfully, but these errors were encountered:
#2020 added the ability for TaskRuns to apply a LimitRange minimum for container resource requests if a LimitRange container minimum in present in the namespace where the TaskRun is running. There should be a test for running a PipelineRun/TaskRun in a namespace with a LimitRange container minimum specified.
This would require a namespace to be created and adding a LimitRange to that namespace. Both a PipelineRun and independent TaskRun should be able to run and succeed while running in the namespace with the LimitRange.
The text was updated successfully, but these errors were encountered: