Kubectl-ice is an open-source tool for Kubernetes users to monitor and optimize container resource usage. Features include usage breakdowns for pods and containers, making scaling and optimization easier. The tool is compatible with major cloud providers and is actively developed by a community of contributors
After the update from v0.0.8 to v0.0.10 the command kubectl ice cpu always shows 1000 for requests/limits.
I had to downgrade to v0.0.8, since v0.0.9 is also having the same issue.
Example:
v0.0.8
T PODNAME CONTAINER USED REQUEST LIMIT %REQ %LIMIT
S api-redis-master-0 api-redis 16 125m 500m 15.44 -
v0.0.9+
T PODNAME CONTAINER USED REQUEST LIMIT %REQ %LIMIT
S api-redis-master-0 api-redis 16 1000 1000 15.15 -
Hi,
After the update from v0.0.8 to v0.0.10 the command
kubectl ice cpu
always shows1000
for requests/limits. I had to downgrade to v0.0.8, since v0.0.9 is also having the same issue.Example: v0.0.8
v0.0.9+
Thanks for the plugin!
Kind regards, Sergei