Container or pods should specify resource limits #18356
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe.
All pods should specify container resources.
operator.yaml
andoperator-local.yaml
don't specify resource limits.Describe the solution you'd like
operator.yaml and operator-local.yaml should specify one or more of the following:
spec.containers[].resources.limits.cpu
spec.containers[].resources.limits.memory
spec.containers[].resources.requests.cpu
spec.containers[].resources.requests.memory
For example:
Describe alternatives you've considered
Additional context
This is useful for people who deploy production Che to production environments to make sure pods do not consume too much resources.
The text was updated successfully, but these errors were encountered: