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
Right now the fargate stats are not correct because the provisioned instance is always bigger than the requested resources for the pod.
fargate-ip-10-8-137-244.eu-central-1.compute.internal cpu ████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10% (1 pods) 0.25vCPU-1GB/$0.0118 Fargate - Ready memory ███████████████░░░░░░░░░░░░░░░░░░░░ 42%
│ Non-terminated Pods: (1 in total) │ │ Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age │ │ --------- ---- ------------ ---------- --------------- ------------- --- │ │ karpenter karpenter-5fdbd5d978-6jqcn 200m (10%) 200m (10%) 768Mi (42%) 768Mi (42%) 31d
The cpu usage should be something like 80%, the memory usage should be 78%.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now the fargate stats are not correct because the provisioned instance is always bigger than the requested resources for the pod.
fargate-ip-10-8-137-244.eu-central-1.compute.internal cpu ████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10% (1 pods) 0.25vCPU-1GB/$0.0118 Fargate - Ready
memory ███████████████░░░░░░░░░░░░░░░░░░░░ 42%
│ Non-terminated Pods: (1 in total) │
│ Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age │
│ --------- ---- ------------ ---------- --------------- ------------- --- │
│ karpenter karpenter-5fdbd5d978-6jqcn 200m (10%) 200m (10%) 768Mi (42%) 768Mi (42%) 31d
The cpu usage should be something like 80%, the memory usage should be 78%.
The text was updated successfully, but these errors were encountered: