We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kube-capacity -n ocsl-dev -p
configuration-server-92-42zwb 250m (1%) 1000m (6%) 750Mi (0%) 1024Mi (0%)
But the actual request in 200m. There are init containers, but none of them are 50m, so i don't understand where its getting the 250m from.
resources: limits: cpu: "1" memory: 1Gi requests: cpu: 200m memory: 750Mi
The text was updated successfully, but these errors were encountered:
So not an issue with the api/v1/pods , that is returning the correct cpu request.
Sorry, something went wrong.
Thanks for reporting this! I've been pretty underwater recently but if anyone has time to fix this I'll try to review a PR ASAP.
Can you show deployment manifest ? i have initcontainers but this issue is not reproducing.
No branches or pull requests
kube-capacity -n ocsl-dev -p
configuration-server-92-42zwb 250m (1%) 1000m (6%) 750Mi (0%) 1024Mi (0%)
But the actual request in 200m. There are init containers, but none of them are 50m, so i don't understand where its getting the 250m from.
resources:
limits:
cpu: "1"
memory: 1Gi
requests:
cpu: 200m
memory: 750Mi
The text was updated successfully, but these errors were encountered: