Bekir Dogan

Results 43 issues of Bekir Dogan

E.g. if the deployment is experiencing an outage, include its pods' statuses in the output.

enhancement

If a pod is down for whatever reason, include the last N (10?) lines of the recently terminated container. These could also be helpful for initContainers if they block the...

Currently, we only color-code it based on the status field value. But the status field conventionally has one of these 3 values: "True", "False", "Unknown". The current behavior is to...

good first issue
template only

If we know that there is a recent probe failure, the very first thing we'll likely check is "what the probe is". PRoviding such information may be helpful for operators.

If the underlying node's memory usage is already high (or if already under memory pressure), its more likely that the burstable/besteffort pods will be killed on that soon. But the...

When debugging a case with a Deployment I figured a case where the last ReplicaSet is not the one with the current pods. I feel like this is the case...

bug

![image](https://user-images.githubusercontent.com/45531/193558785-fa2a28e8-c32b-4520-8c03-bc2df01732e3.png) I asked for more details like `kubectl version -o yaml` and `kubectl krew version`, I will update this once received.

bug

Do we have support for representing nodeport services? We should also highlight the nodeport services as they are not really common and easy to overlook.

Using the "default" namespace is usually considered a bad practice, default namespace should be highlighted with red.

good first issue
template only

It could be helpful to identify the resources created by the controller. Currently some teams in our clusters are creating their own network policies and they may get confused with...