NimbleArchitect / kubectl-ice

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
Apache License 2.0
244 stars 9 forks source link

Wrong probe name in `kubectl ice probes` output #16

Closed mitct23 closed 11 months ago

mitct23 commented 11 months ago

While executing kubectl ice probes command, in place of startup in PROBE column, it's showing as liveness.

$ kubectl ice probes PODNAME CONTAINER PROBE DELAY PERIOD TIMEOUT SUCCESS FAILURE CHECK ACTION test-pod test-container liveness 0 10 15 1 3 HTTPGet http://:9003/health/liveness test-pod test-container readiness 0 10 15 1 3 HTTPGet http://:9003/health/readiness test-pod test-container liveness 0 10 15 1 3 HTTPGet http://:9003/health/startup