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

Fix probe name in `kubectl ice probe` output #18

Closed mitct23 closed 11 months ago

mitct23 commented 11 months ago

Fix startup probe name in PROBE column of kubectl ice probe output

Fixes: #16

@NimbleArchitect Could you review and merge this ?

NimbleArchitect commented 11 months ago

done, thank you for spotting and fixing