You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your use-case. You can do this with a raw request, but it'd be better to know how exactly are you intending to use this.
The size of a single pod is greater than 50 KB. I want to reduce the memory consumption when querying pod status .
Just likes execute kubectl get pod -A
The size of a single pod is greater than 50 KB. I want to reduce the memory consumption when querying pod status .
Just likes execute kubectl get pod -A
I assume you're talking about the size of the YAML descriptor for the Pod.
My understanding is that something like #5716 would also be of use.
The size of a single pod is greater than 50 KB. I want to reduce the memory consumption when querying pod status .
Just likes execute kubectl get pod -A
I assume you're talking about the size of the YAML descriptor for the Pod.
My understanding is that something like #5716 would also be of use.
Yeap, the difference is that I expect it would return the resources with the metadata and staus, omitting spec.
How do I use Kubernetes-client to query the pod list and receive resources in a table?
The text was updated successfully, but these errors were encountered: