[Question]: K8sgpt CRD cannot set resource limit memory #1277
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Checklist
Affected Components
K8sGPT Version
No response
Kubernetes Version
No response
Host OS and its Version
No response
Steps to reproduce
When I create K8sgpt resource CRD in openshift OKD, pod always crash with OOM killed
Expected behaviour
I set resource request to increase memory in Deployment but it always set as default like this:
- resources:
limits:
cpu: '1'
memory: 512Mi
requests:
cpu: 200m
memory: 156Mi
I see that deployment managed by CRD but i couldn't see any field to declare resource limit in that.
Actual behaviour
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: