-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs to reflect resource requests of pods
Tekton previously modified step resource requests to request one large container (with the max resource request of any Step) and resource requests of 0 in all other containers. This behavior was modified in v0.28.0. Now, the Step resource requests are preserved (unless any LimitRanges are present). This commit updates the documentation to reflect this change. This commit also updates the description of how init container and container resource requests are combined to determine the resulting pod's resource requests, based on [Kubernetes documentation](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/#resources).
- Loading branch information
1 parent
1ddb31c
commit 8c87bf9
Showing
2 changed files
with
15 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters