kubectl-status icon indicating copy to clipboard operation
kubectl-status copied to clipboard

A kubectl plugin to print a human-friendly output that focuses on the status fields of the resources in kubernetes.

Results 58 kubectl-status issues
Sort by recently updated
recently updated
newest added

This repo may be helpful to establish the first batch of tests: https://github.com/FalcoSuessgott/golang-cli-template

refactoring
unit test

Currently, template development depends on developers. Kubernetes API has lots of fields optional and shows up only when there is a value is set. In many cases, they depend on...

unit test

In some cases, the certificate for ingress may be missing and it fallbacks to the default certificate. It would be good if we can catch these cases: * ingress should...

good first issue
template only

We can include the templates for the matching services for workload objects. Similar to the owners section we can have a matching services field in the output.

The current node output doesn't have any warning if the scheduling is disabled.

good first issue
template only

Querying services should be showing information on EndpointSlices as well. https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/

It would be good to know if a pod is on a node that is actively under pressure (or has recently been under pressure) when checking pods.

template only

We have been suffering from https://github.com/kubernetes/kubernetes/pull/78709 for a while. Once an existing statefulset is deployed with some faulty config, there seems to be no way to get it to recover...

template only